diff --git a/setup.py b/setup.py index 284f430..0d34ddd 100644 --- a/setup.py +++ b/setup.py @@ -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"],