[PR #2928] [MERGED] chore(deps): bump authlib from 1.6.6 to 1.6.7 in /reference/python in the uv group across 1 directory #3010

Closed
opened 2026-06-05 18:20:44 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2928
Author: @dependabot[bot]
Created: 3/4/2026
Status: Merged
Merged: 3/5/2026
Merged by: @lnhsingh

Base: mainHead: dependabot/uv/reference/python/uv-7a5dc3fcb5


📝 Commits (1)

  • 7c77061 chore(deps): bump authlib

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 reference/python/uv.lock (+3 -3)

📄 Description

Bumps the uv group with 1 update in the /reference/python directory: authlib.

Updates authlib from 1.6.6 to 1.6.7

Release notes

Sourced from authlib's releases.

v1.6.7

Full Changelog: https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7

Set supported algorithms for the default jwt instance.

Changelog

Sourced from authlib's changelog.

Changelog

.. meta:: :description: The full list of changes between each Authlib release.

Here you can see the full list of changes between each Authlib release.

Version 1.7.0

Unreleased

  • Add support for OpenID Connect RP-Initiated Logout 1.0 <https://openid.net/specs/openid-connect-rpinitiated-1_0.html>_. See :ref:specs/rpinitiated for details. :issue:500
  • Per RFC 6749 Section 3.3, the scope parameter is now optional at both authorization and token endpoints. client.get_allowed_scope() is called to determine the default scope when omitted. :issue:845
  • Stop support for Python 3.9, start support Python 3.14. :pr:850
  • Allow AuthorizationServerMetadata.validate() to compose with RFC extension classes.
  • Fix expires_at=0 being incorrectly treated as None. :issue:530
  • Allow ResourceProtector decorator to be used without parentheses. :issue:604
  • Implement RFC9700 PKCE downgrade countermeasure.

Upgrade Guide: :ref:joserfc_upgrade.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2928 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `dependabot/uv/reference/python/uv-7a5dc3fcb5` --- ### 📝 Commits (1) - [`7c77061`](https://github.com/langchain-ai/docs/commit/7c77061a9c27eb99b0487e03d1df9509bc702c7d) chore(deps): bump authlib ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/uv.lock` (+3 -3) </details> ### 📄 Description Bumps the uv group with 1 update in the /reference/python directory: [authlib](https://github.com/authlib/authlib). Updates `authlib` from 1.6.6 to 1.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/authlib/authlib/releases">authlib's releases</a>.</em></p> <blockquote> <h2>v1.6.7</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7">https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7</a></p> <p>Set supported algorithms for the default <code>jwt</code> instance.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/authlib/authlib/blob/main/docs/changelog.rst">authlib's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>.. meta:: :description: The full list of changes between each Authlib release.</p> <p>Here you can see the full list of changes between each Authlib release.</p> <h2>Version 1.7.0</h2> <p><strong>Unreleased</strong></p> <ul> <li>Add support for <code>OpenID Connect RP-Initiated Logout 1.0 &lt;https://openid.net/specs/openid-connect-rpinitiated-1_0.html&gt;</code>_. See :ref:<code>specs/rpinitiated</code> for details. :issue:<code>500</code></li> <li>Per RFC 6749 Section 3.3, the <code>scope</code> parameter is now optional at both authorization and token endpoints. <code>client.get_allowed_scope()</code> is called to determine the default scope when omitted. :issue:<code>845</code></li> <li>Stop support for Python 3.9, start support Python 3.14. :pr:<code>850</code></li> <li>Allow <code>AuthorizationServerMetadata.validate()</code> to compose with RFC extension classes.</li> <li>Fix <code>expires_at=0</code> being incorrectly treated as <code>None</code>. :issue:<code>530</code></li> <li>Allow <code>ResourceProtector</code> decorator to be used without parentheses. :issue:<code>604</code></li> <li>Implement RFC9700 PKCE downgrade countermeasure.</li> </ul> <p>Upgrade Guide: :ref:<code>joserfc_upgrade</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/authlib/authlib/commit/38e872a3f5b97d2658507acc8762a4e18adaa50e"><code>38e872a</code></a> chore: release 1.6.7</li> <li><a href="https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"><code>b87c32e</code></a> fix: remove &quot;none&quot; algorithm from default jwt instance</li> <li>See full diff in <a href="https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=authlib&package-manager=uv&previous-version=1.6.6&new-version=1.6.7)](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/docs/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:44 -04:00
yindo closed this issue 2026-06-05 18:20:49 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3010