Pin pydantic to 2.11.0

This commit is contained in:
turboderp
2025-10-09 11:00:25 +02:00
parent 001e2ab125
commit 4356527867
2 changed files with 3 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ pillow
pyyaml
marisa_trie
kbnf>=0.4.2
pydantic==2.11.0
formatron>=0.5.0

View File

@@ -109,7 +109,8 @@ setup(
"pyyaml",
"marisa_trie",
"kbnf>=0.4.2",
"formatron>=0.5.0"
"formatron>=0.5.0",
"pydantic==2.11.0"
],
include_package_data=True,
package_data = {