Skip to content

Commit

Permalink
main branch doesn't work with pydantic 2.0 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jul 3, 2023
1 parent cdefed7 commit 747a6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_long_description():
"openai",
"click-default-group-wheel",
"sqlite-utils",
"pydantic",
"pydantic<2.0",
"PyYAML",
"pluggy",
],
Expand Down

0 comments on commit 747a6c3

Please sign in to comment.