We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59cdb5 commit c9d407cCopy full SHA for c9d407c
setup.py
@@ -22,7 +22,7 @@
22
"marshmallow-enum; python_version < '3.7'",
23
"marshmallow>=3.18.0,<4.0; python_version >= '3.7'",
24
],
25
- "union": ["typeguard>=2.4.1,<4.0.0"],
+ "union": ["typeguard>=2.4.1,<5.0.0"],
26
"lint": ["pre-commit~=2.17"],
27
':python_version == "3.6"': ["dataclasses", "types-dataclasses<0.6.4"],
28
"docs": ["sphinx"],
0 commit comments