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

Downgrade to fastapi 0.68.2 because of BrokenResourceError exception

Ref https://github.com/tiangolo/fastapi/issues/4041
This commit is contained in:
grossmj 2021-10-22 16:16:34 +10:30
parent f2d940497b
commit 45738f262b

View File

@ -1,5 +1,5 @@
uvicorn==0.15.0
fastapi==0.70.0
fastapi==0.68.2
websockets==10.0 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"
python-multipart==0.0.5