Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Unpin pydantic and fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Nov 13, 2023
1 parent 7137f62 commit d943861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
},
install_requires=[
"alembic",
"fastapi < 0.100.0",
"fastapi",
"httpx",
"numpy",
"pandas",
"pyarrow",
"pydantic < 2",
"pydantic",
"python-multipart",
"requests",
"sqlalchemy>=1.4",
Expand Down

0 comments on commit d943861

Please sign in to comment.