Skip to content

Commit

Permalink
Bump typing_extensions (#46)
Browse files Browse the repository at this point in the history
* Update typing-extensions to 5.0.0 for Python 3.8

* Bump version to 1.1.3
  • Loading branch information
svlandeg authored May 31, 2024
1 parent d964d23 commit d445754
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,4 +1,4 @@
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"
# Development dependencies
pytest
mypy
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 = 1.1.2
version = 1.1.3
description = A lightweight console printing and formatting toolkit
url = https://github.com/explosion/wasabi
author = Explosion
Expand All @@ -14,7 +14,7 @@ include_package_data = true
python_requires = >=3.6
install_requires =
colorama >= 0.4.6; sys_platform == "win32" and python_version >= "3.7"
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"

[flake8]
ignore = E203, E266, E501, E731, W503, E741
Expand Down

0 comments on commit d445754

Please sign in to comment.