feat: Pin orm-loader to <0.4.0 to avoid upcoming breaking release#20
Open
Copilot wants to merge 2 commits into
Open
feat: Pin orm-loader to <0.4.0 to avoid upcoming breaking release#20Copilot wants to merge 2 commits into
orm-loader to <0.4.0 to avoid upcoming breaking release#20Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/AustralianCancerDataNetwork/omop-emb/sessions/1d170cc3-fdd3-473d-9eb0-75044cc6d4d2 Co-authored-by: gkennos <12161195+gkennos@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add max constraint for orm loader version
Pin May 14, 2026
orm-loader to <0.4.0 to avoid upcoming breaking release
There was a problem hiding this comment.
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-loaderversion 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.
orm-loader to <0.4.0 to avoid upcoming breaking releaseorm-loader to <0.4.0 to avoid upcoming breaking release
gkennos
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change constrains
orm-loaderto the current compatible major/minor range so installs do not drift into the upcoming breaking0.4.xline. It also aligns the minimum version with the currently targeted release stream.Dependency constraint update
pyproject.tomlto boundorm-loaderas:0.3.270.4.0Resulting version spec