From 594568aa51d3c345970f2807da5e791a1d9cb557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:52:27 +0000 Subject: [PATCH] build(deps): bump authlib from 1.4.1 to 1.6.4 Bumps [authlib](https://github.com/authlib/authlib) from 1.4.1 to 1.6.4. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.4.1...v1.6.4) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 499eae36dec..fa9c4fc1b68 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -89,7 +89,7 @@ onnxruntime==1.20.1 faster-whisper==1.1.1 PyJWT[crypto]==2.10.1 -authlib==1.4.1 +authlib==1.6.4 black==25.1.0 langfuse==2.44.0 diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..50a8b7f4715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ dependencies = [ "faster-whisper==1.1.1", "PyJWT[crypto]==2.10.1", - "authlib==1.4.1", + "authlib==1.6.4", "black==25.1.0", "langfuse==2.44.0",