Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jul 12, 2024
2 parents 2668949 + bda5237 commit 473cdfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"fastapi", "httpx", "numpy", "pydantic<=1.10.13", "requests", "toml",
"fastapi", "httpx", "numpy", "pydantic<=2.8.2", "requests", "toml",
"rich>=10.0.0", "shortuuid", "uvicorn", "tenacity>=8.2.2", "pytz"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi
httpx
pydantic==1.10.8
pydantic==2.8.2
toml==0.10.2
huggingface_hub==0.23.4
pytest==8.2.2

0 comments on commit 473cdfe

Please sign in to comment.