From 1253b71f0c3e592501b6720bb855e8b1af6adf4b Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 24 Oct 2023 17:23:11 -0400 Subject: [PATCH] fix minimal typeguard version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"