feat(openshift-python-wrapper): bump to the latest release#510
feat(openshift-python-wrapper): bump to the latest release#510jstourac wants to merge 1 commit intoopendatahub-io:mainfrom
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughUpdated the openshift-python-wrapper dependency in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
The following are automatically added/executed:
Available user actions:
Supported labels{'/wip', '/verified', '/build-push-pr-image', '/lgtm', '/cherry-pick', '/hold'} |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
pyproject.toml (1)
65-65: Constrain the upper bound to avoid accidental major upgrades.Using >= may pull 12.x later with breaking changes. Recommend bounding to the current major.
Apply this diff:
- "openshift-python-wrapper>=11.0.85", + "openshift-python-wrapper>=11.0.85,<12.0.0",
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
uv.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
pyproject.toml(1 hunks)
🔇 Additional comments (1)
pyproject.toml (1)
65-65: openshift-python-wrapper v11.0.85 compatibility confirmed
- PyPI metadata requires_python: “>=3.10” ⇒ Python 3.13 is fully supported
- No “deprec”, “remove” or “breaking” notes found in the v11.0.85 release description
- All existing ocp_resources imports remain valid under this version
No further action required.
a6c9da1 to
5d59cbc
Compare
|
Rebased to avoid merge conflict. |
|
Closing based on the discussion on Slack. |
https://github.com/RedHatQE/openshift-python-wrapper/releases/tag/v11.0.85
Description
How Has This Been Tested?
Ran only workbench test against my cluster:
Merge criteria: