Skip to content

Commit cc5687f

Browse files
committed
[nodes] downgrade fastapi+uvicorn to fix openapi schema
1 parent dc2da8c commit cc5687f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"einops",
4646
"eventlet",
4747
"facexlib",
48-
"fastapi==0.94.1",
48+
"fastapi==0.88.0",
4949
"fastapi-events==0.8.0",
5050
"fastapi-socketio==0.0.10",
5151
"flask==2.1.3",
@@ -160,4 +160,3 @@ output = "coverage/index.xml"
160160

161161
[flake8]
162162
max-line-length = 120
163-

0 commit comments

Comments
 (0)