From 3ae04a227c6e352d1c408ae81038e805ca6fd702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 02:46:24 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /backend directory: [langchain](https://github.com/langchain-ai/langchain) and [python-multipart](https://github.com/Kludex/python-multipart). Updates `langchain` from 0.1.9 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-ibm==0.1.9...langchain==0.2.5) Updates `python-multipart` from 0.0.9 to 0.0.18 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.18) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7e00b25..0f25b53 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,9 +1,9 @@ fastapi==0.109.2 uvicorn==0.27.1 python-dotenv==1.0.1 -langchain==0.1.9 +langchain==0.2.5 pydantic==2.6.1 -python-multipart==0.0.9 +python-multipart==0.0.18 chromadb==0.4.22 langchain-community==0.0.27 pypdf==4.0.1