Skip to content

Commit

Permalink
Fix pydantic version <2
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskrumko committed Jul 4, 2023
1 parent 711a479 commit 3fdde8e
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 @@ -27,7 +27,7 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"pydantic",
"pydantic <= 1.10.10",
"joblib",
"pyyaml",
]
Expand Down

0 comments on commit 3fdde8e

Please sign in to comment.