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

remove typing dependencies #1126

Merged
merged 1 commit into from
Apr 3, 2024
Merged

remove typing dependencies #1126

merged 1 commit into from
Apr 3, 2024

Conversation

zsol
Copy link
Member

@zsol zsol commented Apr 3, 2024

remove typing dependencies

Summary:
This PR removes the typing_extensions and typing_inspect dependencies as we can now rely on the built-in typing module since Python 3.9.

Test Plan:
existing tests

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 3, 2024
Summary:
This PR removes the `typing_extensions` and `typing_inspect` dependencies as we can now rely on the built-in `typing` module since Python 3.9.

Test Plan:
existing tests
@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.12%. Comparing base (f6493db) to head (80a6bf8).
Report is 4 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1126   +/-   ##
=======================================
  Coverage   91.12%   91.12%           
=======================================
  Files         256      256           
  Lines       26578    26568   -10     
=======================================
- Hits        24220    24211    -9     
+ Misses       2358     2357    -1     

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

@zsol zsol marked this pull request as ready for review April 3, 2024 18:48
@zsol zsol merged commit 2ffca10 into main Apr 3, 2024
42 checks passed
@zsol zsol deleted the pr1126 branch April 3, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants