Skip to content

Commit

Permalink
fix: Unpin typeguard (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Oct 27, 2024
1 parent 83f390d commit b6c7d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
# typeguard 4.3.0 breaks "intersection" protocols, see linked issue. I didn't figure
# out a way to work around this at the moment, so it needs to be pinned.
# https://github.com/antonagestam/phantom-types/issues/299
"typeguard>=4,<4.3.0",
"typeguard>=4,!=4.3.*",
"typing_extensions>=4.3.0",
"numerary>=0.4.3",
]
Expand Down

0 comments on commit b6c7d3b

Please sign in to comment.