From 5091008c72bcff3d541a0ac5e80fe4e6aa9b7e4e Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:37:56 +0100 Subject: [PATCH] Update langchain-community version to 0.3.29 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd30c4f44b..b160b67dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "google-generativeai==0.8.5", "langchain==0.3.27", - "langchain-community==0.4.1", + "langchain-community==0.3.29", "fake-useragent==2.2.0", "chromadb==1.3.5",