We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f390d commit b6c7d3bCopy full SHA for b6c7d3b
1 file changed
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
# typeguard 4.3.0 breaks "intersection" protocols, see linked issue. I didn't figure
47
# out a way to work around this at the moment, so it needs to be pinned.
48
# https://github.com/antonagestam/phantom-types/issues/299
49
- "typeguard>=4,<4.3.0",
+ "typeguard>=4,!=4.3.*",
50
"typing_extensions>=4.3.0",
51
"numerary>=0.4.3",
52
]
0 commit comments