Skip to content

Commit

Permalink
allow typing-extensions up to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed May 30, 2024
1 parent da4fe24 commit cf0e61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
typing_extensions>=3.7.4.1,<5.0.0; python_version < "3.8"
srsly>=2.4.0,<3.0.0
# Development requirements
catalogue>=2.0.3,<2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include_package_data = true
python_requires = >=3.6
install_requires =
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
typing_extensions>=3.7.4.1,<5.0.0; python_version < "3.8"
srsly>=2.4.0,<3.0.0

[sdist]
Expand Down

0 comments on commit cf0e61f

Please sign in to comment.