Skip to content

Commit

Permalink
Removed maximum version from typeguard dependency (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasle authored May 9, 2024
1 parent c59cdb5 commit c9d407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"marshmallow-enum; python_version < '3.7'",
"marshmallow>=3.18.0,<4.0; python_version >= '3.7'",
],
"union": ["typeguard>=2.4.1,<4.0.0"],
"union": ["typeguard>=2.4.1,<5.0.0"],
"lint": ["pre-commit~=2.17"],
':python_version == "3.6"': ["dataclasses", "types-dataclasses<0.6.4"],
"docs": ["sphinx"],
Expand Down

0 comments on commit c9d407c

Please sign in to comment.