fix: add async cache to async operations and sync cache (stdlib) for sync operations

This commit is contained in:
austnv
2026-06-14 23:23:05 +03:00
parent 5d221415cc
commit ccf99af7e1
4 changed files with 39 additions and 17 deletions
+1
View File
@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=25.1.0",
"async-lru>=2.3.0",
"bs4>=0.0.2",
"fastapi>=0.136.3",
"httpx>=0.28.1",