Browse Source

chore: langchain dep bump

Timothy Jaeryang Baek 13 hours ago
parent
commit
372836c87c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      backend/requirements.txt
  2. 2 2
      pyproject.toml

+ 2 - 2
backend/requirements.txt

@@ -42,8 +42,8 @@ google-genai==1.15.0
 google-generativeai==0.8.5
 google-generativeai==0.8.5
 tiktoken
 tiktoken
 
 
-langchain==0.3.24
-langchain-community==0.3.23
+langchain==0.3.26
+langchain-community==0.3.26
 
 
 fake-useragent==2.1.0
 fake-useragent==2.1.0
 chromadb==0.6.3
 chromadb==0.6.3

+ 2 - 2
pyproject.toml

@@ -50,8 +50,8 @@ dependencies = [
     "google-generativeai==0.8.5",
     "google-generativeai==0.8.5",
     "tiktoken",
     "tiktoken",
 
 
-    "langchain==0.3.24",
-    "langchain-community==0.3.23",
+    "langchain==0.3.26",
+    "langchain-community==0.3.26",
 
 
     "fake-useragent==2.1.0",
     "fake-useragent==2.1.0",
     "chromadb==0.6.3",
     "chromadb==0.6.3",