Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Drop typing_extensions dependency. #1159

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

a-h-abdelsalam
Copy link
Contributor

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

@a-h-abdelsalam a-h-abdelsalam requested review from a team as code owners July 12, 2024 10:18
@greenbonebot greenbonebot enabled auto-merge (rebase) July 12, 2024 10:19
Copy link

github-actions bot commented Jul 12, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA cd29fe8.
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.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

pyproject.toml
  • typing-extensions@>= 4.9.0

Copy link

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

@a-h-abdelsalam a-h-abdelsalam marked this pull request as draft July 12, 2024 10:20
auto-merge was automatically disabled July 12, 2024 10:20

Pull request was converted to draft

Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (a8c6c49) to head (c5a42f3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1159   +/-   ##
=======================================
  Coverage   97.57%   97.57%           
=======================================
  Files          65       65           
  Lines        4544     4544           
  Branches      832      832           
=======================================
  Hits         4434     4434           
  Misses         74       74           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@a-h-abdelsalam a-h-abdelsalam marked this pull request as ready for review July 12, 2024 12:31
Drop the use of the Self component from typing_extensions and use
the typing library instead
@timopollmeier timopollmeier force-pushed the drop-typing-extensions-dependency branch from c5a42f3 to cd29fe8 Compare July 17, 2024 13:56
@greenbonebot greenbonebot enabled auto-merge (rebase) July 17, 2024 13:56
@greenbonebot greenbonebot merged commit 6b00307 into main Jul 17, 2024
19 checks passed
@greenbonebot greenbonebot deleted the drop-typing-extensions-dependency branch July 17, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants