build(deps-dev): bump authlib from 1.5.2 to 1.6.4
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
dependencies python
Bumps authlib from 1.5.2 to 1.6.4.
Release notes
Sourced from authlib's releases.
v1.6.4
What's Changed
- fix(jose): prevent public/unprotected header overwriting protected header by
@lepturein authlib/authlib#809- Fix
InsecureTransportErrorraising by@azmeukin authlib/authlib#810- Add conventional-commits pre-commit hook by
@azmeukin authlib/authlib#811- Fix response_mode=form_post with Starlette client by
@azmeukin authlib/authlib#812- Specify README.md as project long description by
@EpicWinkin authlib/authlib#817- Migrate tests to pytest paradigm by
@azmeukin authlib/authlib#813- jose/jws: Reject unprotected ‘crit’ and enforce type; add tests by
@AL-Cybisionin authlib/authlib#823- Use explicit *.test urls in unit tests by
@azmeukin authlib/authlib#824New Contributors
@EpicWinkmade their first contribution in authlib/authlib#817@AL-Cybisionmade their first contribution in authlib/authlib#823Full Changelog: https://github.com/authlib/authlib/compare/v1.6.3...v1.6.4
Version 1.6.3
What's Changed
- Add diff-cover check in GHA by
@azmeukin authlib/authlib#803- Run GHA unit tests with uv by
@azmeukin authlib/authlib#805- Move from pre-commit to prek by
@azmeukin authlib/authlib#804- Sign OIDC id_token according to
id_token_signed_response_algclient metadata by@azmeukin authlib/authlib#802Full Changelog: https://github.com/authlib/authlib/compare/v1.6.2...v1.6.3
Version 1.6.2
What's Changed
- Allow insecure transport for 127.0.0.1 for debugging by
@geigerzaehlerin authlib/authlib#788- Raise a MissingCodeError when code parameter is missing by
@lepturein authlib/authlib#786- Temporarily restore OAuth2Request body parameter by
@azmeukin authlib/authlib#791- Raise MissingCodeException when code parameter is missing by
@lepturein authlib/authlib#794- Fix id_token generation with EdDSA alg by
@azmeukin authlib/authlib#800Full Changelog: https://github.com/authlib/authlib/compare/v1.6.1...v1.6.2
Version 1.6.1
- Filter key set with additional "alg" and "use" parameters.
Version 1.6.0
- Fix issue when RFC9207 is enabled and the authorization endpoint response is not a redirection. [pull request #733](authlib/authlib#733)
- Fix missing state parameter in authorization error responses. [issue #525](authlib/authlib#525)
- Support for acr and amr claims in id_token. [issue #734](authlib/authlib#734)
- Support for the none JWS algorithm.
- Fix response_types strict order during dynamic client registration. [issue #760](authlib/authlib#760)
- Implement RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR). [issue #723](authlib/authlib#723)
- OIDC UserInfo endpoint support. [issue #459](authlib/authlib#459)
Changelog
Sourced from authlib's changelog.
Version 1.6.4
Released on Sep 17, 2025
- Fix
InsecureTransportErrorerror raising. :issue:795- Fix
response_mode=form_postwith Starlette client. :issue:793- Validate
critheader value, reject unprotected header incritheader.Version 1.6.3
Released on Aug 26, 2025
- OIDC
id_tokenare signed according toid_token_signed_response_algclient metadata. :issue:755Version 1.6.2
Released on Aug 23, 2025
- Temporarily restore
OAuth2Requestbodyparameter. :issue:781:pr:791- Allow
127.0.0.1in insecure transport mode. :pr:788- Raise
MissingCodeExceptionwhen thecodeparameter is missing. :issue:793:pr:794- Fix
id_tokengeneration withEdDSAalgs. :issue:799:pr:800Version 1.6.1
Released on Jul 20, 2025
- Filter key set with additional "alg" and "use" parameters.
- Restore and deprecate
OAuth2Requestbodyparameter. :issue:781Version 1.6.0
Released on May 22, 2025
- Fix issue when :rfc:
RFC9207 <9207>is enabled and the authorization endpoint response is not a redirection. :pr:733- Fix missing
stateparameter in authorization error responses. :issue:525- Support for
acrandamrclaims inid_token. :issue:734- Support for the
noneJWS algorithm.- Fix
response_typesstrict order during dynamic client registration. :issue:760- Implement :rfc:
RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR) <9101>. :issue:723- OIDC :class:
UserInfo endpoint <authlib.oidc.core.userinfo.UserInfoEndpoint>support. :issue:459
Commits
09a5185chore: release 1.6.46b1813echore: merge branch 'fix-jose-crit'99e330fMerge pull request #824 from azmeuk/test-urlsbd14be1test: use explicit *.test url in unit tests55e8517fix(jose): Reject unprotected ‘crit’ and enforce type; add tests (#823)06f0813fix(jose): validate crit header when deserializeeb07119fix(jose): validate crit header parameters72a00e7fix: typo in diff-cover GHA step49d0f47Merge pull request #813 from azmeuk/pytest-paradigmbafecc4Merge pull request #817 from EpicWink/pyproject-readme- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
1
+65
-12
Package Dependencies
Technical Details
| ID: | 8206477 |
| UUID: | 2849875989 |
| Node ID: | PR_kwDOD9nO_M6p3agV |
| Host: | GitHub |
| Repository: | NHSDigital/sync-wrap |
| Merge State: | Unknown |