Skip to content

Commit 4356527

Browse files
committed
Pin pydantic to 2.11.0
1 parent 001e2ab commit 4356527

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ pillow
1010
pyyaml
1111
marisa_trie
1212
kbnf>=0.4.2
13+
pydantic==2.11.0
1314
formatron>=0.5.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
"pyyaml",
110110
"marisa_trie",
111111
"kbnf>=0.4.2",
112-
"formatron>=0.5.0"
112+
"formatron>=0.5.0",
113+
"pydantic==2.11.0"
113114
],
114115
include_package_data=True,
115116
package_data = {

0 commit comments

Comments
 (0)