Closed a-h-abdelsalam closed 3 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
⚠️: No snapshots were found for the head SHA cd29fe8be5da07d004b533b85acd9535590e9101.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.
Package | Version | Score | Details |
---|
Type | Number |
---|---|
Changed | 1 |
:rocket: Conventional commits found.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.57%. Comparing base (
a8c6c49
) to head (c5a42f3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What
Drop typing_extensions dependency.
Why
typing_extensions was needed for using the Self component (which was introduced in version 4.0.0) however the versions shipped with Debian are older.
typing_extensions is dropped and the typing library is used instead.
References
GEA-638