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

chore: update typing extensions version constraint #68

Merged

Conversation

VisargD
Copy link
Collaborator

@VisargD VisargD commented Jan 9, 2024

Title: update typing extensions version constraint in setup.cfg

Description:

  • Update typing dependencies version constraints from strict ==4.7.1 to >=4.7.1,<5.0 to resolve dependency conflict with package like chroma

Motivation:
To avoid any dependency conflict with packages that internally require a higher version of typing dependencies

Related Issues:
Closes #67
Closes #66

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. auto:improvement labels Jan 9, 2024
@dosubot dosubot bot added the lgtm label Jan 9, 2024
@ayush-portkey ayush-portkey merged commit 9963b00 into main Jan 9, 2024
5 of 6 checks passed
@ayush-portkey ayush-portkey deleted the visarg/update-typing-extension-version-constrait branch January 9, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:improvement lgtm size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update typing dependencies version version contraint too strict typing_extensions dependency
2 participants