Skip to content

Pin Authlib below 1.7.0#1478

Merged
anth-volk merged 1 commit into
mainfrom
fix/pin-authlib-below-1.7.0
Apr 23, 2026
Merged

Pin Authlib below 1.7.0#1478
anth-volk merged 1 commit into
mainfrom
fix/pin-authlib-below-1.7.0

Conversation

@anth-volk
Copy link
Copy Markdown
Collaborator

Fixes #1477

Summary

  • pin Authlib to <1.7.0 while preserving the existing lower bound
  • add a patch changelog entry for the temporary version cap

Why

We reproduced a version-specific auth failure with the current auth module:

  • on Authlib 1.7.0, the validator path raises ValueError: Invalid key
  • on Authlib 1.6.11, the same path does not raise that exception

This pin keeps the app on the known-good behavior while the auth implementation is updated for the newer Authlib/joserfc decode path.

Validation

  • ran git ls-files '*.py' | xargs black -l 79
  • ran git ls-files '*.py' | xargs black -l 79 --check
  • reproduced the auth-module behavior difference between Authlib 1.7.0 and Authlib 1.6.11 in isolated temporary virtualenvs

@anth-volk anth-volk marked this pull request as ready for review April 23, 2026 18:03
@anth-volk anth-volk merged commit adb125d into main Apr 23, 2026
3 checks passed
@anth-volk anth-volk deleted the fix/pin-authlib-below-1.7.0 branch April 23, 2026 18:04
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.

Pin Authlib below 1.7.0 until auth module is updated

1 participant