From 732fde2479f6734f3dbe14e68de961990dd88854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:14:07 +0000 Subject: [PATCH] chore(deps): bump langchain from 0.3.27 to 1.2.0 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.27 to 1.2.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.27...langchain==1.2.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0268b26..bb4236a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ fastapi>=0.122.0 httpx>=0.28.1 # fix the langchain package versions to avoid long computation in pip dep resolution # langchain is stuck at <1.0.0 due to langhchain-unstructured not being updated yet -langchain==0.3.27 +langchain==1.2.0 langchain-community==0.3.21 langchain-postgres==0.0.16 langchain-unstructured==0.1.6