trustgraph/trustgraph-base
Lennard Geißler 645b6a66fd
fix: replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction (#819)
asyncio.iscoroutinefunction is deprecated since Python 3.14 and slated for
removal in 3.16. The inspect equivalent has an identical signature and return
semantics. Replaces 8 call sites across 3 modules to silence DeprecationWarnings
reported in #818.
2026-04-16 10:57:39 +01:00
..
trustgraph fix: replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction (#819) 2026-04-16 10:57:39 +01:00
pyproject.toml Add missing PyYAML package (#811) 2026-04-15 15:37:46 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00