From e57f71465882c482da95c0f46327471afabce2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:29:28 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 4 updates Bumps the pip group with 4 updates in the / directory: [python-socketio](https://github.com/miguelgrinberg/python-socketio), [langchain-community](https://github.com/langchain-ai/langchain), [pypdf](https://github.com/py-pdf/pypdf) and [authlib](https://github.com/authlib/authlib). Bumps the pip group with 4 updates in the /backend directory: [python-socketio](https://github.com/miguelgrinberg/python-socketio), [langchain-community](https://github.com/langchain-ai/langchain), [pypdf](https://github.com/py-pdf/pypdf) and [authlib](https://github.com/authlib/authlib). Updates `python-socketio` from 5.13.0 to 5.14.0 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.13.0...v5.14.0) Updates `langchain-community` from 0.3.26 to 0.3.27 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.26...langchain==0.3.27) Updates `pypdf` from 4.3.1 to 6.4.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.3.1...6.4.0) Updates `authlib` from 1.6.1 to 1.6.5 - [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.6.1...v1.6.5) Updates `python-socketio` from 5.13.0 to 5.14.0 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.13.0...v5.14.0) Updates `langchain-community` from 0.3.26 to 0.3.27 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.26...langchain==0.3.27) Updates `pypdf` from 4.3.1 to 6.4.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.3.1...6.4.0) Updates `authlib` from 1.6.1 to 1.6.5 - [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.6.1...v1.6.5) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: authlib dependency-version: 1.6.5 dependency-type: direct:production dependency-group: pip - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: authlib dependency-version: 1.6.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- pyproject.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 793e7d5332f..468fab99562 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.35.0 pydantic==2.11.7 python-multipart==0.0.20 -python-socketio==5.13.0 +python-socketio==5.14.0 python-jose==3.4.0 passlib[bcrypt]==1.7.4 cryptography @@ -47,7 +47,7 @@ google-generativeai==0.8.5 tiktoken langchain==0.3.26 -langchain-community==0.3.26 +langchain-community==0.3.27 fake-useragent==2.2.0 chromadb==0.6.3 @@ -70,7 +70,7 @@ einops==0.8.1 ftfy==6.2.3 -pypdf==4.3.1 +pypdf==6.4.0 fpdf2==2.8.2 pymdown-extensions==10.14.2 docx2txt==0.8 @@ -99,7 +99,7 @@ onnxruntime==1.20.1 faster-whisper==1.1.1 PyJWT[crypto]==2.10.1 -authlib==1.6.1 +authlib==1.6.5 black==25.1.0 langfuse==2.44.0 diff --git a/pyproject.toml b/pyproject.toml index abedf3fe89f..b1532cdd041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pydantic==2.11.7", "python-multipart==0.0.20", - "python-socketio==5.13.0", + "python-socketio==5.14.0", "python-jose==3.4.0", "passlib[bcrypt]==1.7.4", "cryptography", @@ -55,7 +55,7 @@ dependencies = [ "tiktoken", "langchain==0.3.26", - "langchain-community==0.3.26", + "langchain-community==0.3.27", "fake-useragent==2.2.0", "chromadb==0.6.3", @@ -75,7 +75,7 @@ dependencies = [ "einops==0.8.1", "ftfy==6.2.3", - "pypdf==4.3.1", + "pypdf==6.4.0", "fpdf2==2.8.2", "pymdown-extensions==10.14.2", "docx2txt==0.8", @@ -104,7 +104,7 @@ dependencies = [ "faster-whisper==1.1.1", "PyJWT[crypto]==2.10.1", - "authlib==1.6.1", + "authlib==1.6.5", "black==25.1.0", "langfuse==2.44.0",