From c8ca58f1b96a2173d99202bef0f8da94f39508b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:04:07 +0000 Subject: [PATCH] chore(deps): bump langchain-postgres from 0.0.16 to 0.0.17 Bumps [langchain-postgres](https://github.com/langchain-ai/langchain-postgres) from 0.0.16 to 0.0.17. - [Release notes](https://github.com/langchain-ai/langchain-postgres/releases) - [Commits](https://github.com/langchain-ai/langchain-postgres/compare/langchain-postgres==0.0.16...langchain-postgres==0.0.17) --- updated-dependencies: - dependency-name: langchain-postgres dependency-version: 0.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5440e96..ef9b331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ niquests>=3.17.0 # langchain is stuck at <1.0.0 due to langhchain-unstructured not being updated yet langchain==0.3.27 langchain-community==0.3.21 -langchain-postgres==0.0.16 +langchain-postgres==0.0.17 langchain-unstructured==0.1.6 llama_cpp_python>=0.3.16 msg-parser>=1.2.0