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

Update typing-extensions version range in dependencies #1352

Merged
merged 1 commit into from Oct 28, 2023

Conversation

JrooTJunior
Copy link
Member

Description

This commit changes the version requirements for typing-extensions in the dependencies section of pyproject.toml file. This change now requires versions that are greater than or equal to 4.7.0 and less than or equal to 5.0. The previous version, 4.8.0, has been found to cause compatibility issues with some other libraries.

Fixes #1347

This commit changes the version requirements for typing-extensions in the dependencies section of pyproject.toml file. This change now requires versions that are greater than or equal to 4.7.0 and less than or equal to 5.0. The previous version, 4.8.0, has been found to cause compatibility issues with some other libraries.
@JrooTJunior JrooTJunior added the 3.x Issue or PR for stable 3.x version label Oct 28, 2023
@github-actions
Copy link

✔️ Changelog found.

Thank you for adding a description of the changes

@JrooTJunior JrooTJunior merged commit 180a729 into dev-3.x Oct 28, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aiogram 3.x is incompatible with the fastapi 0.104.0 because of the typing-extensions<4.8.0 version
1 participant