Skip to content

Commit b6c7d3b

Browse files
authored
fix: Unpin typeguard (#323)
1 parent 83f390d commit b6c7d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
# typeguard 4.3.0 breaks "intersection" protocols, see linked issue. I didn't figure
4747
# out a way to work around this at the moment, so it needs to be pinned.
4848
# https://github.com/antonagestam/phantom-types/issues/299
49-
"typeguard>=4,<4.3.0",
49+
"typeguard>=4,!=4.3.*",
5050
"typing_extensions>=4.3.0",
5151
"numerary>=0.4.3",
5252
]

0 commit comments

Comments
 (0)