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

(fix): use typing_extensions for NamedTuple #1593

Closed
wants to merge 1 commit into from

Conversation

ilan-gold
Copy link
Contributor

I was off on the version in my comment or we just missed I meant "greater than": python/cpython#92027

In any case, we can just use typing_extensions: python/typing_extensions#44

Previously, this was causing issues with 3.10 as this was the case not covered (this feature broke in 3.9, but is fixed in 3.11, and we special cased <3.10).

  • Closes #
  • Tests added
  • Release note added (or unnecessary)

@ilan-gold ilan-gold added this to the 0.10.9 milestone Aug 12, 2024
@ilan-gold
Copy link
Contributor Author

Hmmm, I thought typing_extensions was either already a dependent or included in python. Better not to add a dependency just for this.

@ilan-gold ilan-gold closed this Aug 12, 2024
@ilan-gold ilan-gold deleted the ig/fix_namedtuple_version branch August 12, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant