OIA-241: pin httpx2 + authlib for imio.omnia.core OAuth2 support - #16
Open
duchenean wants to merge 1 commit into
Open
OIA-241: pin httpx2 + authlib for imio.omnia.core OAuth2 support#16duchenean wants to merge 1 commit into
duchenean wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthrough
ChangesDependency version documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Biome (2.5.5)pyrightconfig.jsonFile contains syntax errors that prevent linting: Line 23: Expected an array, an object, or a literal but instead found ']'.; Line 33: Expected an array, an object, or a literal but instead found ']'.; Line 34: Expected a property but instead found '}'. Comment |
duchenean
force-pushed
the
OIA-241-oauth2-sso-apps
branch
2 times, most recently
from
July 29, 2026 13:25
475b167 to
78335a8
Compare
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.
Companion to IMIO/imio.omnia.core#2 (OIA-241).
versions.cfg only:
httpx2 = 2.7.0,authlib = 1.7.2,httpcore2 = 2.7.0.idna = 3.18(httpx2 needs >=3.18, above the Plone 6.1 KGS pin of 3.11).httpx = 0.28.1for now with a TODO — droppable once the imio.omnia.assistant release without its unused httpx dependency is pinned here (DELIBE-322 tracks the wider sweep).Summary by CodeRabbit
idnaversion more explicitly to match the related HTTP constraint.httpxpin can be removed in a future release when it’s no longer needed.