1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-08-01 03:18:08 +00:00

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 fastapi==0.112.0
python-multipart==0.0.9 python-multipart==0.0.9
websockets==12.0 websockets==12.0
aiohttp>=3.10.3,<3.11 aiohttp>=3.9.5,<3.10
async-timeout==4.0.3 async-timeout==4.0.3
aiofiles>=24.1.0,<25.0 aiofiles>=24.1.0,<25.0
Jinja2>=3.1.4,<3.2 Jinja2>=3.1.4,<3.2