change architecture and swap from httpx to aiohttp

This commit is contained in:
Кобылкевич Фёдор 2026-04-07 22:49:06 +03:00
parent eca29af5e1
commit 7a76d1e21a
18 changed files with 349 additions and 60 deletions

View file

@ -1,4 +1,4 @@
fastapi==0.135.3
uvicorn[standard]==0.44.0
httpx==0.28.1
aiohttp==3.13.5
pydantic==2.12.5