Skip to content

Commit

Permalink
Rollback pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Oct 17, 2024
1 parent 6ebfb41 commit a1791c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ classifiers = [
dependencies = [
"openai==1.51.2",
"docstring_parser==0.16",
"pydantic==2.9.2",
"datamodel-code-generator==0.25.8",
"pydantic==2.8.2",
"datamodel-code-generator==0.26.1",
"deepdiff==6.7.1",
"termcolor==2.4.0",
"python-dotenv==1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openai==1.51.2
docstring_parser==0.16
pydantic==2.9.2
datamodel-code-generator==0.25.8
pydantic==2.8.2
datamodel-code-generator==0.26.1
deepdiff==6.7.1
termcolor==2.4.0
python-dotenv==1.0.1
Expand Down

0 comments on commit a1791c8

Please sign in to comment.