Skip to content

Commit

Permalink
Set pydantic < 1.10.0 to fix CI issues with fideslang functions (#1045)
Browse files Browse the repository at this point in the history
Should be able to revert after fideslang figures out why the latest
pydantic causes failures
  • Loading branch information
allisonking authored Sep 2, 2022
1 parent 9aa7ac3 commit 428267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openpyxl==3.0.9
pandas==1.4
plotly==5.4
psycopg2-binary==2.9.1
pydantic>=1.8.1,<2.0.0 # Required by fastapi
pydantic>=1.8.1,<1.10.0 # Required by fastapi
PyJWT==2.4.0
pyyaml>=5,<6
requests>=2,<3
Expand Down

0 comments on commit 428267a

Please sign in to comment.