Skip to content

feat: Pin orm-loader to <0.4.0 to avoid upcoming breaking release#20

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/add-max-constraint-orm-loader
Open

feat: Pin orm-loader to <0.4.0 to avoid upcoming breaking release#20
Copilot wants to merge 2 commits into
mainfrom
copilot/add-max-constraint-orm-loader

Conversation

Copy link
Copy Markdown

Copilot AI commented May 14, 2026

This change constrains orm-loader to the current compatible major/minor range so installs do not drift into the upcoming breaking 0.4.x line. It also aligns the minimum version with the currently targeted release stream.

  • Dependency constraint update

    • Updated pyproject.toml to bound orm-loader as:
      • minimum: 0.3.27
      • maximum (exclusive): 0.4.0
  • Resulting version spec

    dependencies = [
        "orm-loader>=0.3.27,<0.4.0",
    ]

@gkennos gkennos marked this pull request as ready for review May 14, 2026 12:32
@gkennos gkennos requested a review from Copilot May 14, 2026 12:32
Copy link
Copy Markdown
Member

@gkennos gkennos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copilot AI changed the title [WIP] Add max constraint for orm loader version Pin orm-loader to <0.4.0 to avoid upcoming breaking release May 14, 2026
Copilot AI requested a review from gkennos May 14, 2026 12:33
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s Python dependency specification to prevent installing incompatible future versions of orm-loader by adding an upper bound.

Changes:

  • Add an upper version constraint for orm-loader (<0.4.0).
  • Increase the minimum required orm-loader version to >=0.3.27 (in addition to adding the max constraint).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml
@gkennos gkennos changed the title Pin orm-loader to <0.4.0 to avoid upcoming breaking release feat: Pin orm-loader to <0.4.0 to avoid upcoming breaking release May 14, 2026
@gkennos gkennos assigned nicoloesch and unassigned gkennos and Copilot May 14, 2026
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.

add max constraint for orm loader version (<0.4.0)

4 participants