build(deps): bump authlib from 1.6.0 to 1.6.6 by dependabot[bot] · Pull Request #21 · OversonicRobotics/MemOS
Bumps authlib from 1.6.0 to 1.6.6.
Release notes
Sourced from authlib's releases.
v1.6.5
What's Changed
- Add a
requestparam to RFC7591generate_client_infoandgenerate_client_secretmethods by@azmeukin authlib/authlib#825- feat: support list params in prepare_grant_uri by
@lisongminin authlib/authlib#827- chore(deps): bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows by
@dependabot[bot] in authlib/authlib#828- fix(jose): add max size for JWE zip=DEF decompression by
@lepturein authlib/authlib#830New Contributors
@lisongminmade their first contribution in authlib/authlib#827@dependabot[bot] made their first contribution in authlib/authlib#828Full Changelog: authlib/authlib@v1.6.4...v1.6.5
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: authlib/authlib@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: 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
@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: authlib/authlib@v1.6.1...v1.6.2
... (truncated)
Changelog
Sourced from authlib's changelog.
Version 1.6.6
Released on Dec 12, 2025
get_jwt_configtakes aclientparameter, :pr:844.- Fix incorrect signature when
Content-Typeis x-www-form-urlencoded for OAuth 1.0 Client, :pr:778.- Use
expires_ininOAuth2Tokenwhenexpires_atis unparsable, :pr:842.- Always track
statein session for OAuth client integrations.Version 1.6.5
Released on Oct 2, 2025
- RFC7591
generate_client_infoandgenerate_client_secrettake arequestparameter.- Add size limitation when decode JWS/JWE to prevent DoS.
- Add size limitation for
DEFJWE zip algorithm.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
... (truncated)
Commits
bb7a315chore: release 1.6.60a423d4Merge pull request #844 from azmeuk/806-get-jwt-config-client2808378Merge commit from fork714502afeat: get_jwt_config takes a client parameter260d04eFix: Useexpires_inwhenexpires_atis unparsableeb37124Merge pull request #778 from shc261392/fix-httpx-oauth1-form-data-incorrect-s...0ba9ec4docs: fix guide on requests self signed certificatea2e9943docs: indicate that #743 needs a migration06015d2test: factorize the token fixture9ec4256chore: release 1.6.5- 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.