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

Specify minimum versions for runtime dependencies #5

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

Tenzer
Copy link
Owner

@Tenzer Tenzer commented Jun 13, 2024

This means Alga doesn't just allow any version of the dependencies to be installed, as they might not have the necessary functionality in the older versions.

It would be ideal to run tests against these lower ranges in CI to make sure they keep working. That would currently require using uv or PDM as they support installing the lowest version of packages that are allowed inside the range. It can be looked into later.

This means Alga doesn't just allow any version of the dependencies to be
installed, as they might not have the necessary functionality in the older
versions.

It would be ideal to run tests against these lower ranges in CI to make sure
they keep working. That would currently require using uv or PDM as they support
installing the lowest version of packages that are allowed inside the range. It
can be looked into later.
@Tenzer Tenzer merged commit c5a6c6a into main Jun 13, 2024
8 checks passed
@Tenzer Tenzer deleted the minimum-dependency-versions branch June 13, 2024 21:44
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.

1 participant