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

DM-47986: Fix dependency constraints on Safir modules #352

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

rra
Copy link
Member

@rra rra commented Dec 12, 2024

The main safir PyPI module was constraining the major version of safir-logging and safir-arq, which would break the new UWS support by pinning too old of a version of safir-arq. Those major version constraints are too easy to forget to update, so remove them and instead have Safir pull in the latest version.

Unfortunately, either approach here potentially creates problems down the road. Hopefully this will be the approach that creates fewer issues.

The main safir PyPI module was constraining the major version of
safir-logging and safir-arq, which would break the new UWS support
by pinning too old of a version of safir-arq. Those major version
constraints are too easy to forget to update, so remove them and
instead have Safir pull in the latest version.

Unfortunately, either approach here potentially creates problems
down the road. Hopefully this will be the approach that creates
fewer issues.
@rra rra merged commit 9f88756 into main Dec 12, 2024
6 checks passed
@rra rra deleted the tickets/DM-47986 branch December 12, 2024 00:48
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