Skip to content

Commit c9d407c

Browse files
authored
Removed maximum version from typeguard dependency (#260)
1 parent c59cdb5 commit c9d407c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"marshmallow-enum; python_version < '3.7'",
2323
"marshmallow>=3.18.0,<4.0; python_version >= '3.7'",
2424
],
25-
"union": ["typeguard>=2.4.1,<4.0.0"],
25+
"union": ["typeguard>=2.4.1,<5.0.0"],
2626
"lint": ["pre-commit~=2.17"],
2727
':python_version == "3.6"': ["dataclasses", "types-dataclasses<0.6.4"],
2828
"docs": ["sphinx"],

0 commit comments

Comments
 (0)