Skip to content

Commit

Permalink
updated fastapi version to 0.114.1, needed for vllm==0.6.1.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsingal0 committed Sep 25, 2024
1 parent ef809ab commit 25a7ffd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = [
[tool.poetry.dependencies]
blake3 = "^0.3.3"
boto3 = "^1.34.85"
fastapi = ">=0.109.1"
fastapi = ">=0.114.1"
google-cloud-storage = "2.10.0"
httpcore = ">=1.0.5" # Need min version because of https://github.com/encode/httpx/issues/1171.
httpx = ">=0.24.1"
Expand Down Expand Up @@ -65,7 +65,7 @@ watchfiles = "^0.19.0"
blake3 = "^0.3.3"
boto3 = "^1.26.157"
click = "^8.0.3"
fastapi = ">=0.109.1"
fastapi = ">=0.114.1"
google-cloud-storage = "2.10.0"
httpx = ">=0.24.1"
huggingface_hub = ">=0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion truss/templates/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
aiocontextvars==0.2.2
argparse==1.4.0
cython==3.0.5
fastapi==0.109.1
fastapi==0.114.1
joblib==1.2.0
loguru==0.7.2
msgpack-numpy==0.4.8
Expand Down

0 comments on commit 25a7ffd

Please sign in to comment.