Skip to content

Commit

Permalink
Set upper bound on pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuboglu committed Jul 30, 2023
1 parent 50a76fa commit a39d7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"ipywidgets>=7.0.0",
ipython_requirement,
"fastapi",
"pydantic<2.0.0", # TODO: Remove this once we figure out how to support pydantic 2.0
"uvicorn",
"rich",
"cryptography",
Expand Down

0 comments on commit a39d7bd

Please sign in to comment.