Replace blocking I/O in async functions

Replaces aiofiles with anyio, because anyio.Path is much more complete
and comparable to the Pathlib API.
This commit is contained in:
Martin Weinelt
2026-07-06 22:24:19 +02:00
parent 4ee12e6237
commit b0588a02f9
9 changed files with 108 additions and 71 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
aiofiles == 24.1.*
anyio == 4.14.*
click == 8.1.*
# FastAPI
aiohttp == 3.12.*