From fce8596611f49e6e3bade9fd0d882f9e85492449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:13:03 +0000 Subject: [PATCH] chore(deps): bump langchain from 0.3.27 to 1.1.3 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.27 to 1.1.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.27...langchain==1.1.3) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.1.3 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..2b8c7fc 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.1.3 langchain-community==0.3.21 langchain-postgres==0.0.16 langchain-unstructured==0.1.6