Fix for asyncio.iscoroutinefunction deprecation warnings

Closes #2512

Refs https://github.com/simonw/asyncinject/issues/18
This commit is contained in:
Simon Willison 2025-10-08 20:32:16 -07:00
commit e2a739c496
2 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@ setup(
"mergedeep>=1.1.1",
"itsdangerous>=1.1",
"sqlite-utils>=3.30",
"asyncinject>=0.5",
"asyncinject>=0.6.1",
"setuptools",
"pip",
],