Skip to content

Bump authlib min version to 1.7.1#2305

Open
yvaishalirao (yvaishalirao) wants to merge 2 commits into
confluentinc:masterfrom
yvaishalirao:fix/authlib-min-version-2242
Open

Bump authlib min version to 1.7.1#2305
yvaishalirao (yvaishalirao) wants to merge 2 commits into
confluentinc:masterfrom
yvaishalirao:fix/authlib-min-version-2242

Conversation

@yvaishalirao

Copy link
Copy Markdown

Fixes #2242

authlib 1.7.0 raises an AuthlibDeprecationWarning for authlib.jose on import, even though this repo only uses authlib.integrations.httpx_client.OAuth2Client and never touches authlib.jose directly. It's an authlib-side import chain issue, fixed upstream in 1.7.1.

Bumped the authlib floor in requirements-schemaregistry.txt and requirements-examples.txt from >=1.0.0 to >=1.7.1.

Verified tests/schema_registry/_sync/test_bearer_field_provider.py and the async counterpart still pass unchanged against 1.7.1.

… emits an AuthlibDeprecationWarning for authlib.jose on import, even though this repo never uses authlib.jose directly. Fixed upstream in 1.7.1.
@confluent-cla-assistant

confluent-cla-assistant Bot commented Jul 8, 2026

Copy link
Copy Markdown

🎉 All Contributor License Agreements have been signed. Ready to merge.
✅ yvaishalirao
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

@rayokota

Copy link
Copy Markdown
Member

/sem-approve

@rayokota

Copy link
Copy Markdown
Member

/sem-approve

@yvaishalirao

Copy link
Copy Markdown
Author

Hi Robert Yokota (@rayokota) , it looks like the Semaphore job has failed multiple times due to what appears to be a CI issue rather than a code change. Would you mind rerunning the failed workflow when you have a chance? Thanks

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.

Use joserfc instead of authlib.jose

2 participants