Widen omop-alchemy and oa-configurator pins to semver ranges, add min-version CI and Dependabot#52
Open
nicoloesch wants to merge 2 commits into
Open
Widen omop-alchemy and oa-configurator pins to semver ranges, add min-version CI and Dependabot#52nicoloesch wants to merge 2 commits into
nicoloesch wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
omop-alchemy/oa-configuratorpins to semver ranges, verify via min-version CI + Dependabot #51.Now that #39 put both this repo and its upstream packages on label-driven semver, replaces exact pins with
>=current,<next-majorranges:omop-alchemy==0.8.0→>=0.8.0,<1.0.0oa-configurator==0.1.2→>=0.1.2,<1.0.0Also aligns the
devextra'soa-configurator[postgres]floor (previously>=0.1.1, now>=0.1.2,<1.0.0) with the main dependency constraint, and adds.github/dependabot.ymlplus alowest-directresolution job inci.yml.Notes
CI on this PR will fail until cava-devops PR AustralianCancerDataNetwork/cava-devops#2 merges to main
ci.ymlhere already points at@mainfor theresolutioninput and thedependabot.ymltemplate it depends on, neither of which exists on cava-devopsmainyet. Do not merge this PR until that one has merged.