trustgraph/trustgraph-flow
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 Open 2.3 release branch (#775) 2026-04-10 14:42:19 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00