Skip to content

Commit

Permalink
fix(deps): keep Pydantic version to 1.X
Browse files Browse the repository at this point in the history
Pydantic released version 2.0 today which will break our schemas. Let's stay on 1.X until we are ready.
  • Loading branch information
mostaphaRoudsari committed Jun 30, 2023
1 parent 2e9d240 commit 6d66607
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
@@ -1,3 +1,3 @@
pydantic>=1.8.2
pydantic<2.0
PyYAML==6.0
jsonschema==4.3.3

0 comments on commit 6d66607

Please sign in to comment.