Skip to content

Commit c9ed86c

Browse files
committed
Pin typeguard>=4
1 parent 02b5064 commit c9ed86c

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
@@ -59,7 +59,7 @@ testing = [
5959
"pytest-randomly",
6060
"pytest-timeout",
6161
"pre_commit",
62-
"typeguard==4.0.0rc4", # until https://github.com/agronholm/typeguard/issues/330 is fixed
62+
"typeguard>=4.0.0",
6363
]
6464

6565
[project.urls]

0 commit comments

Comments
 (0)