Skip to content

Commit fb3cd72

Browse files
authored
fix minimal typeguard version (#39)
1 parent b3a7a97 commit fb3cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
1717
]
1818
dependencies = [
19-
"typeguard>=3",
19+
"typeguard>=4",
2020
'typing_extensions; python_version < "3.8"',
2121
]
2222
requires-python = ">=3.7"

0 commit comments

Comments
 (0)