Skip to content

Commit

Permalink
⬆️ Fix: 屏蔽 fastapi 0.89.0 (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 9, 2023
1 parent afd13ed commit 8bdfdae
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
122 changes: 61 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pydantic = { version = "^1.10.0", extras = ["dotenv"] }

websockets = { version = "^10.0", optional = true }
Quart = { version = ">=0.18.0,<1.0.0", optional = true }
fastapi = { version = ">=0.87.0,<1.0.0", optional = true }
fastapi = { version = ">=0.87.0,!=0.89.0,<1.0.0", optional = true }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
httpx = { version = ">=0.20.0,<1.0.0", extras = ["http2"], optional = true }
uvicorn = { version = ">=0.20.0,<1.0.0", extras = ["standard"], optional = true }
Expand Down

0 comments on commit 8bdfdae

Please sign in to comment.