Skip to content

Relax omop-alchemy / oa-configurator pins to semver ranges, verify via min-version CI + Dependabot #51

Description

@nicoloesch

After merging centralised CI/CD (#39), both omop-emb and its upstream dependencies bump MAJOR only via an explicit breaking label. We can drop the exact pins on omop-alchemy and oa-configurator in favour of semver ranges.

Change in pyproject.toml:

  • omop-alchemy==0.8.0omop-alchemy>=0.8.0,<1.0.0
  • oa-configurator==0.1.2oa-configurator>=0.1.2,<1.0.0
  • dev extra oa-configurator[postgres]>=0.1.1oa-configurator[postgres]>=0.1.2,<1.0.0 (this extra was already a floor-only range but out of sync with the main pin -> align it)

Also wire up continuous verification (AustralianCancerDataNetwork/cava-devops#2): add .github/dependabot.yml and a lowest-direct CI job, so both new ranges are actually exercised together rather than just declared.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions