Skip to content

Commit

Permalink
setup - require typing_extensions>=4.1.0 for dataclass_transform (#4424)
Browse files Browse the repository at this point in the history
* setup - require typing_extensions>=4.1.0 for dataclass_transform

* add changes file

* Update changes/4424-commonism.md

Co-authored-by: Markus Koetter <koetter@cispa.de>
Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
  • Loading branch information
3 people committed Aug 23, 2022
1 parent 4832ae9 commit 135e3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/4424-commonism.md
@@ -0,0 +1 @@
Update requirement to `typing_extensions>=4.1.0` to guarantee `dataclass_transform` is available
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -130,7 +130,7 @@ def extra(self):
python_requires='>=3.7',
zip_safe=False, # https://mypy.readthedocs.io/en/latest/installed_packages.html
install_requires=[
'typing-extensions>=4.0.1'
'typing-extensions>=4.1.0'
],
extras_require={
'email': ['email-validator>=1.0.3'],
Expand Down

0 comments on commit 135e3a5

Please sign in to comment.