Downgrade aiohttp to v3.9.5

This commit is contained in:
grossmj 2024-08-11 11:22:20 -06:00
parent ba13b0b078
commit b80e1f3a22
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@ uvicorn==0.29.0
fastapi==0.112.0
python-multipart==0.0.9
websockets==12.0
aiohttp>=3.10.3,<3.11
aiohttp>=3.9.5,<3.10
async-timeout==4.0.3
aiofiles>=24.1.0,<25.0
Jinja2>=3.1.4,<3.2