mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 12:20:20 +03:00
Restrict to typing_extensions<4.6.0 for pydantic 1.10.7 compatibility
This commit is contained in:
parent
1f088cbf4a
commit
d3879ec52c
|
@ -23,6 +23,8 @@ langcodes>=3.2.0,<4.0.0
|
|||
setuptools
|
||||
packaging>=20.0
|
||||
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
|
||||
# Temporary typing_extensions pin for pydantic
|
||||
typing_extensions<4.6.0; python_version >= "3.8"
|
||||
# Development dependencies
|
||||
pre-commit>=2.13.0
|
||||
cython>=0.25,<3.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user