Skip to content

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

Description

@nicoloesch

After merging centralised CI/CD (#28), omop-graph and its upstream dependencies (omop-alchemy, oa-configurator, omop-emb) all bump MAJOR only via an explicit breaking label. We can replace the exact pins across all three with 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
  • omop-emb==1.1.1 / omop-emb[faiss-cpu]==1.1.1 / omop-emb[pgvector]==1.1.1 (3 extras) → >=1.1.1,<2.0.0
  • dev extra oa-configurator[postgres]>=0.1.1oa-configurator[postgres]>=0.1.2,<1.0.0

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

Out of scope for this issue: the postgres extra's omop-alchemy[postgres] has no version constraint at all — separate follow-up if we want to add one.

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