diff --git a/pyproject.toml b/pyproject.toml index 506180f..8c55bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", ] dependencies = [ - "typeguard>=3", + "typeguard>=4", 'typing_extensions; python_version < "3.8"', ] requires-python = ">=3.7"