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:
parent
f2d940497b
commit
45738f262b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user