mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
Add typing_extensions requirement for pydantic
This commit is contained in:
parent
515c2394c4
commit
f82950657e
|
@ -23,7 +23,9 @@ langcodes>=3.2.0,<4.0.0
|
|||
# Official Python utilities
|
||||
setuptools
|
||||
packaging>=20.0
|
||||
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
|
||||
# Require and pin typing_extensions for all python versions as a workaround
|
||||
# for pydantic incompatibility with typing_extensions>=4.6.0
|
||||
typing_extensions>=3.7.4.1,<4.6.0
|
||||
# Development dependencies
|
||||
pre-commit>=2.13.0
|
||||
cython>=0.25,<3.0
|
||||
|
|
|
@ -63,7 +63,9 @@ install_requires =
|
|||
# Official Python utilities
|
||||
setuptools
|
||||
packaging>=20.0
|
||||
typing_extensions>=3.7.4,<4.2.0; python_version < "3.8"
|
||||
# Require and pin typing_extensions for all python versions as a workaround
|
||||
# for pydantic incompatibility with typing_extensions>=4.6.0
|
||||
typing_extensions>=3.7.4.1,<4.6.0
|
||||
langcodes>=3.2.0,<4.0.0
|
||||
|
||||
[options.entry_points]
|
||||
|
|
Loading…
Reference in New Issue
Block a user