-
Notifications
You must be signed in to change notification settings - Fork 10
Bump authlib from 0.15.5 to 1.6.4 in /python/paybc_api #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Bumps [authlib](https://github.com/authlib/authlib) from 0.15.5 to 1.6.4. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](authlib/authlib@v0.15.5...v1.6.4) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Contributor
|
Please unsubscribe me from all repositories. I am a former employee. I
keep getting notifications.
Regards,
Sukhbir Singh Ghotra
…On Mon, Sep 22, 2025 at 10:51 AM dependabot[bot] ***@***.***> wrote:
Bumps authlib <https://github.com/authlib/authlib> from 0.15.5 to 1.6.4.
Release notes
*Sourced from authlib's releases
<https://github.com/authlib/authlib/releases>.*
v1.6.4 What's Changed
- fix(jose): prevent public/unprotected header overwriting protected
header by @lepture <https://github.com/lepture> in authlib/authlib#809
<https://redirect.github.com/authlib/authlib/pull/809>
- Fix InsecureTransportError raising by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#810
<https://redirect.github.com/authlib/authlib/pull/810>
- Add conventional-commits pre-commit hook by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#811
<https://redirect.github.com/authlib/authlib/pull/811>
- Fix response_mode=form_post with Starlette client by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#812
<https://redirect.github.com/authlib/authlib/pull/812>
- Specify README.md as project long description by @EpicWink
<https://github.com/EpicWink> in authlib/authlib#817
<https://redirect.github.com/authlib/authlib/pull/817>
- Migrate tests to pytest paradigm by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#813
<https://redirect.github.com/authlib/authlib/pull/813>
- jose/jws: Reject unprotected ‘crit’ and enforce type; add tests by
@AL-Cybision <https://github.com/AL-Cybision> in authlib/authlib#823
<https://redirect.github.com/authlib/authlib/pull/823>
- Use explicit *.test urls in unit tests by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#824
<https://redirect.github.com/authlib/authlib/pull/824>
New Contributors
- @EpicWink <https://github.com/EpicWink> made their first
contribution in authlib/authlib#817
<https://redirect.github.com/authlib/authlib/pull/817>
- @AL-Cybision <https://github.com/AL-Cybision> made their first
contribution in authlib/authlib#823
<https://redirect.github.com/authlib/authlib/pull/823>
*Full Changelog*: ***@***.***
<authlib/authlib@v1.6.3...v1.6.4>
Version 1.6.3 What's Changed
- Add diff-cover check in GHA by @azmeuk <https://github.com/azmeuk>
in authlib/authlib#803
<https://redirect.github.com/authlib/authlib/pull/803>
- Run GHA unit tests with uv by @azmeuk <https://github.com/azmeuk>
in authlib/authlib#805
<https://redirect.github.com/authlib/authlib/pull/805>
- Move from pre-commit to prek by @azmeuk <https://github.com/azmeuk>
in authlib/authlib#804
<https://redirect.github.com/authlib/authlib/pull/804>
- Sign OIDC id_token according to id_token_signed_response_alg client
metadata by @azmeuk <https://github.com/azmeuk> in authlib/authlib#802
<https://redirect.github.com/authlib/authlib/pull/802>
*Full Changelog*: ***@***.***
<authlib/authlib@v1.6.2...v1.6.3>
Version 1.6.2 What's Changed
- Allow insecure transport for 127.0.0.1 for debugging by
@geigerzaehler <https://github.com/geigerzaehler> in
authlib/authlib#788
<https://redirect.github.com/authlib/authlib/pull/788>
- Raise a MissingCodeError when code parameter is missing by @lepture
<https://github.com/lepture> in authlib/authlib#786
<https://redirect.github.com/authlib/authlib/pull/786>
- Temporarily restore OAuth2Request body parameter by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#791
<https://redirect.github.com/authlib/authlib/pull/791>
- Raise MissingCodeException when code parameter is missing by
@lepture <https://github.com/lepture> in authlib/authlib#794
<https://redirect.github.com/authlib/authlib/pull/794>
- Fix id_token generation with EdDSA alg by @azmeuk
<https://github.com/azmeuk> in authlib/authlib#800
<https://redirect.github.com/authlib/authlib/pull/800>
*Full Changelog*: ***@***.***
<authlib/authlib@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
<https://datatracker.ietf.org/doc/html/rfc9207.html> is enabled and
the authorization endpoint response is not a redirection. [pull request
#733 <https://redirect.github.com/authlib/authlib/issues/733>](
authlib/authlib#733
<https://redirect.github.com/authlib/authlib/pull/733>)
- Fix missing state parameter in authorization error responses. [issue
#525 <https://redirect.github.com/authlib/authlib/issues/525>](
authlib/authlib#525
<https://redirect.github.com/authlib/authlib/issues/525>)
- Support for acr and amr claims in id_token. [issue #734
<https://redirect.github.com/authlib/authlib/issues/734>](
authlib/authlib#734
<https://redirect.github.com/authlib/authlib/issues/734>)
- Support for the none JWS algorithm.
- Fix response_types strict order during dynamic client registration.
[issue #760 <https://redirect.github.com/authlib/authlib/issues/760>](
authlib/authlib#760
<https://redirect.github.com/authlib/authlib/issues/760>)
- Implement RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured
Authorization Request (JAR)
<https://datatracker.ietf.org/doc/html/rfc9101.html>. [issue #723
<https://redirect.github.com/authlib/authlib/issues/723>](
authlib/authlib#723
<https://redirect.github.com/authlib/authlib/issues/723>)
- OIDC UserInfo endpoint
<https://docs.authlib.org/en/latest/specs/oidc.html#authlib.oidc.core.UserInfoEndpoint>
support. [issue #459
<https://redirect.github.com/authlib/authlib/issues/459>](
authlib/authlib#459
<https://redirect.github.com/authlib/authlib/issues/459>)
... (truncated)
Changelog
*Sourced from authlib's changelog
<https://github.com/authlib/authlib/blob/main/docs/changelog.rst>.*
Version 1.6.4
*Released on Sep 17, 2025*
- Fix InsecureTransportError error raising. :issue:795
- Fix response_mode=form_post with Starlette client. :issue:793
- Validate crit header value, reject unprotected header in crit header.
Version 1.6.3
*Released on Aug 26, 2025*
- OIDC id_token are signed according to id_token_signed_response_alg
client metadata. :issue:755
Version 1.6.2
*Released on Aug 23, 2025*
- Temporarily restore OAuth2Request body parameter. :issue:781 :pr:791
- Allow 127.0.0.1 in insecure transport mode. :pr:788
- Raise MissingCodeException when the code parameter is missing.
:issue:793 :pr:794
- Fix id_token generation with EdDSA algs. :issue:799 :pr:800
Version 1.6.1
*Released on Jul 20, 2025*
- Filter key set with additional "alg" and "use" parameters.
- Restore and deprecate OAuth2Request body parameter. :issue:781
Version 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 state parameter in authorization error responses. :issue:
525
- Support for acr and amr claims in id_token. :issue:734
- Support for the none JWS algorithm.
- Fix response_types strict 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
Version 1.5.2
... (truncated)
Commits
- 09a5185
<authlib/authlib@09a5185>
chore: release 1.6.4
- 6b1813e
<authlib/authlib@6b1813e>
chore: merge branch 'fix-jose-crit'
- 99e330f
<authlib/authlib@99e330f>
Merge pull request #824
<https://redirect.github.com/authlib/authlib/issues/824> from
azmeuk/test-urls
- bd14be1
<authlib/authlib@bd14be1>
test: use explicit *.test url in unit tests
- 55e8517
<authlib/authlib@55e8517>
fix(jose): Reject unprotected ‘crit’ and enforce type; add tests (#823
<https://redirect.github.com/authlib/authlib/issues/823>)
- 06f0813
<authlib/authlib@06f0813>
fix(jose): validate crit header when deserialize
- eb07119
<authlib/authlib@eb07119>
fix(jose): validate crit header parameters
- 72a00e7
<authlib/authlib@72a00e7>
fix: typo in diff-cover GHA step
- 49d0f47
<authlib/authlib@49d0f47>
Merge pull request #813
<https://redirect.github.com/authlib/authlib/issues/813> from
azmeuk/pytest-paradigm
- bafecc4
<authlib/authlib@bafecc4>
Merge pull request #817
<https://redirect.github.com/authlib/authlib/issues/817> from
EpicWink/pyproject-readme
- Additional commits viewable in compare view
<authlib/authlib@v0.15.5...v1.6.4>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will 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 version will 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 dependency will 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 <https://github.com/bcgov/RSBC-DataHub-API/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#401
Commit Summary
- 1c9ec0c
<1c9ec0c>
Bump authlib from 0.15.5 to 1.6.4 in /python/paybc_api
File Changes
(1 file <https://github.com/bcgov/RSBC-DataHub-API/pull/401/files>)
- *M* python/paybc_api/requirements.txt
<https://github.com/bcgov/RSBC-DataHub-API/pull/401/files#diff-4acd4ee91841a0759e45dfbc755f58f653a80ff9cc86ffa4f077cea3c7f8e43a>
(2)
Patch Links:
- https://github.com/bcgov/RSBC-DataHub-API/pull/401.patch
- https://github.com/bcgov/RSBC-DataHub-API/pull/401.diff
—
Reply to this email directly, view it on GitHub
<#401>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRM4F7WHJMAQW6VRWY6RO33UAEFZAVCNFSM6AAAAACHFRNBIOVHI2DSMVQWIX3LMV43ASLTON2WKOZTGQ2DCMZYGI4TMNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Author
|
Superseded by #403. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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.



Bumps authlib from 0.15.5 to 1.6.4.
Release notes
Sourced from authlib's releases.
... (truncated)
Changelog
Sourced from authlib's changelog.
... (truncated)
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-readmeDependabot 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.