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

Require typing_extensions in Python 3.9 and 3.10 #3512

Closed
wants to merge 1 commit into from

Conversation

kajinamit
Copy link

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

Since 67e68f3 was merged, the rich.progress module requires the external typing_extensions library in Python 3.9 and 3.10. Bump the upper version to meet that requirement.

Fixes #3511

Since 67e68f3 was merged, the rich.progress module requires
the external typing_extensions library in Python 3.9 and 3.10. Bump
the upper version to meet that requirement.

Fixes Textualize#3511
@kajinamit
Copy link
Author

Seems @willmcgugan proposed a more complete fix so I'll close this now.
#3513

@kajinamit kajinamit closed this Oct 1, 2024
@kajinamit kajinamit deleted the fix-3511 branch October 1, 2024 13:35
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.

[BUG] No module named 'typing_extensions'
1 participant