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 requirements - typing_extensions should be at least 4.4.0 #120

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

drish
Copy link
Collaborator

@drish drish commented Aug 17, 2024

The SDK throws exceptions when there is a previously installed typing_extensions that is older than 4.4.0 on the user's machine. Updating it manually fix the issue, but this PR should pin the version to >=4.4.0

Should fix: #119

@drish drish requested a review from felipevolpone August 17, 2024 19:35
@drish drish changed the title update requirements to typing_extensions at least 4.4.0 update requirements - typing_extensions should be at least 4.4.0 Aug 17, 2024
@drish drish merged commit e5c3cef into main Aug 20, 2024
22 checks passed
@drish drish deleted the feat/typing-extensions-version branch August 20, 2024 13:54
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.

cannot import name 'NotRequired' from 'typing_extensions'
3 participants