1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-05-28 11:48:52 +00:00

Upgrade uvicorn and pydantic

This commit is contained in:
grossmj 2025-05-14 18:54:55 +02:00
parent 2fbfe5385a
commit 5c036dfd90
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -1,5 +1,5 @@
uvicorn==0.34.1 # uvicorn 0.33 is the last version supporting Python 3.8
pydantic==2.11.3
uvicorn==0.34.2 # uvicorn 0.33 is the last version supporting Python 3.8
pydantic==2.11.4
fastapi==0.115.12
python-multipart==0.0.20
websockets==15.0.1