Skip to content

Relax oa-configurator pin to a semver range #24

Description

@nicoloesch

Now that #21 landed centralised CI/CD (label-gate + release-drafter), oa-configurator only bumps MAJOR on a breaking-labelled PR. We can stop exact-pinning it and instead allow any compatible MINOR/PATCH release through automatically.

Change in pyproject.toml:

  • oa-configurator==0.1.2oa-configurator>=0.1.2,<1.0.0
  • oa-configurator[postgres]==0.1.2 (dev extra) → oa-configurator[postgres]>=0.1.2,<1.0.0

CI now installs with uv sync --frozen, so it always tests exactly what's committed in uv.lock. The accompanying pre-commit hook (from cava-devops) keeps that in sync with pyproject.toml automatically going forward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions