1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Upgrade FastAPI to version 0.72.0

This commit is contained in:
grossmj 2022-01-17 18:53:27 +10:30
parent 841d3028d6
commit 63b2b205ab

View File

@ -1,5 +1,5 @@
uvicorn==0.17.0
fastapi==0.71.0
fastapi==0.72.0
python-multipart==0.0.5
websockets==10.1 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"