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

[BUG] Update requirements for typing_extensions #1593

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Nov 10, 2023

We currently use from typing import ParamSpec and fallback onto from typing_extensions import ParamSpec when on a version of Python < 3.10

We need to upgrade our requirements to reflect this!

We currently use `from typing import ParamSpec` and fallback onto `from typing_extensions import ParamSpec` when on a version of Python < 3.10

We need to upgrade our requirements to reflect this!
@github-actions github-actions bot added the bug Something isn't working label Nov 10, 2023
@jaychia jaychia enabled auto-merge (squash) November 10, 2023 20:07
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #1593 (39f0126) into main (a0aa639) will decrease coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1593      +/-   ##
==========================================
- Coverage   85.29%   85.27%   -0.02%     
==========================================
  Files          54       54              
  Lines        5161     5161              
==========================================
- Hits         4402     4401       -1     
- Misses        759      760       +1     

see 1 file with indirect coverage changes

@jaychia jaychia merged commit 2f6d215 into main Nov 10, 2023
37 checks passed
@jaychia jaychia deleted the jay/upgrade-typing-extensions branch November 10, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant