Skip to content

Commit 58cec9c

Browse files
Temporarily pin pydantic test dependency (#5395)
1 parent 9a7272c commit 58cec9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"seqeval",
197197
"sqlalchemy",
198198
"spacy>=3.0.0",
199+
"pydantic<1.10.3", # GH-5394: temporary pin (dependency of spacy)
199200
"tldextract",
200201
# to speed up pip backtracking
201202
"toml>=0.10.1",

0 commit comments

Comments
 (0)