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

Broaden dependency version ranges for better compatibility #14

Open
sam-hey opened this issue Mar 14, 2025 · 0 comments
Open

Broaden dependency version ranges for better compatibility #14

sam-hey opened this issue Mar 14, 2025 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@sam-hey
Copy link
Collaborator

sam-hey commented Mar 14, 2025

Currently, our Python dependencies might be too restrictive in terms of version ranges, which can cause compatibility issues with other packages. To improve flexibility while maintaining stability, we should determine the lowest compatible versions of our dependencies and allow a broader range rather than setting explicit bounds.
pip install --resolution=lowest

https://stackoverflow.com/questions/64795367/method-to-determine-lowest-required-versions-of-python-packages-for-a-project-pa

@sam-hey sam-hey added the dependencies Pull requests that update a dependency file label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant