Skip to content

Commit 81ac158

Browse files
authored
Bump typing_extensions (#63)
* allow typing-extensions up to 5.0.0 * bump version to 0.1.5
1 parent 2bbfdf6 commit 81ac158

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
2-
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
2+
typing_extensions>=3.7.4.1,<5.0.0; python_version < "3.8"
33
srsly>=2.4.0,<3.0.0
44
# Development requirements
55
catalogue>=2.0.3,<2.1.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 0.1.5a0
2+
version = 0.1.5
33
description = The sweetest config system for Python
44
url = https://github.com/explosion/confection
55
author = Explosion
@@ -32,7 +32,7 @@ include_package_data = true
3232
python_requires = >=3.6
3333
install_requires =
3434
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
35-
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
35+
typing_extensions>=3.7.4.1,<5.0.0; python_version < "3.8"
3636
srsly>=2.4.0,<3.0.0
3737

3838
[sdist]

0 commit comments

Comments
 (0)