Skip to content

Commit

Permalink
Bump typing_extensions (#63)
Browse files Browse the repository at this point in the history
* allow typing-extensions up to 5.0.0

* bump version to 0.1.5
  • Loading branch information
svlandeg authored May 31, 2024
1 parent 2bbfdf6 commit 81ac158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.1.5a0
version = 0.1.5
description = The sweetest config system for Python
url = https://github.com/explosion/confection
author = Explosion
Expand Down Expand Up @@ -32,7 +32,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 81ac158

Please sign in to comment.