Closed antonagestam closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.91%. Comparing base (
0b2fcaa
) to head (5314258
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
typeguard 4.3.0 introduced refined support for protocol type checking, unfortunately this breaks some existing usages in phantom-types, which in turn breaks sized types. As there's seemingly no trivial way to work around the issue, this commit pins typeguard at 4.3.0 until there is a fix upstream.
https://github.com/antonagestam/phantom-types/issues/299