Skip to content

Commit

Permalink
fix(deps): pydantic 2.9 changes our schemas, so block it
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 12, 2024
1 parent 8929608 commit 208a8e0
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 @@ -24,7 +24,7 @@ dependencies = [
"panphon>=0.19",
"panphon<0.21; python_version<'3.9'",
"panphon<0.21; platform_system=='Windows'",
"pydantic>=2.4",
"pydantic>=2.4, <2.9", # pydantic 2.9.0 changes our schema
"pyyaml>=5.2",
"regex",
"text_unidecode",
Expand Down

0 comments on commit 208a8e0

Please sign in to comment.