Skip to content

Commit

Permalink
Temporary fix for pydantic version error with FastAPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinb2 committed Sep 9, 2024
1 parent 337d0f4 commit e2932d6
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 @@ -62,6 +62,7 @@ def parse_readme(readme: str) -> str:


install_requires = [
"annotated-types>=0.6.0",
"python-dotenv",
"fastapi",
"pexpect",
Expand Down

0 comments on commit e2932d6

Please sign in to comment.