Skip to content

feat: Pin orm-loader to >=0.3.27,<0.4.0#11

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/update-orm-loader-version-constraint
Open

feat: Pin orm-loader to >=0.3.27,<0.4.0#11
Copilot wants to merge 2 commits into
mainfrom
copilot/update-orm-loader-version-constraint

Conversation

Copy link
Copy Markdown

Copilot AI commented May 14, 2026

orm-loader 0.4.0 introduces breaking changes that this package isn't yet compatible with. Adding an upper bound prevents inadvertent upgrades that would break the build.

Change

  • pyproject.toml: tightened orm-loader constraint from >=0.3.15>=0.3.27,<0.4.0

Copilot AI changed the title [WIP] Add max constraint for orm loader version (<0.4.0) Pin orm-loader to >=0.3.27,<0.4.0 May 14, 2026
Copilot AI requested a review from gkennos May 14, 2026 12:44
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

@gkennos gkennos changed the title Pin orm-loader to >=0.3.27,<0.4.0 feat: Pin orm-loader to >=0.3.27,<0.4.0 May 14, 2026
@gkennos gkennos assigned nicoloesch and unassigned gkennos and Copilot May 14, 2026
@gkennos gkennos marked this pull request as ready for review May 14, 2026 12:52
@gkennos gkennos requested a review from Copilot May 14, 2026 12:52
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

Pins orm-loader to the 0.3.x series to avoid accidental upgrades to 0.4.0, which the project is not yet compatible with.

Changes:

  • Tightened orm-loader dependency constraint from >=0.3.15 to >=0.3.27,<0.4.0.

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

Comment thread pyproject.toml
Comment on lines 37 to 40
dependencies = [
"omop-alchemy>=0.6.0",
"orm-loader>=0.3.15",
"orm-loader>=0.3.27,<0.4.0",
"psycopg2-binary>=2.9.11",
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) #19

4 participants