Skip to content

Commit

Permalink
build: properly pin pydantic v2 major version (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Oct 25, 2023
1 parent d42bd09 commit 7f29577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_requires =
jsonschema>=4.17.3
numpy
pyyaml
pydantic ~= 2.3.0
pydantic == 2.*
setup_requires =
cython
pytest-runner
Expand Down

0 comments on commit 7f29577

Please sign in to comment.