Skip to content

Commit

Permalink
fix: pin pydantic version to < 2.0 (#88)
Browse files Browse the repository at this point in the history
* fix: pin pydantic version < 2.0

* fix: mistype
  • Loading branch information
fdrgsp authored Apr 14, 2023
1 parent 48477eb commit afd7d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Topic :: Software Development",
]
dynamic = ["version"]
dependencies = ["pydantic", "numpy"]
dependencies = ["pydantic<2.0", "numpy"]

# extras
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
Expand Down

0 comments on commit afd7d07

Please sign in to comment.