Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[pyproject] Bump FastAPI dependency (#279)
Browse files Browse the repository at this point in the history
We have recently started using FastAPI's "lifespan" feature, which seems to be not backwards-compatible
  • Loading branch information
igiloh-pinecone authored Feb 8, 2024
1 parent 4aaab83 commit 3286641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ openai = "^1.2.3"
tiktoken = "^0.3.3"
pydantic = "^1.10.7"
pandas-stubs = "^2.0.3.230814"
fastapi = ">=0.92.0, <1.0.0"
fastapi = ">=0.93.0, <1.0.0"
uvicorn = ">=0.20.0, <1.0.0"
tenacity = "^8.2.1"
sse-starlette = "^1.6.5"
Expand Down

0 comments on commit 3286641

Please sign in to comment.