From 59ddce1ea3b0fa0a8c3f17a8050bf93f1eec8169 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 1 Mar 2025 08:00:40 -0800 Subject: [PATCH] chore: bump --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7534caee2..061f9a4a9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -40,7 +40,7 @@ anthropic google-generativeai==0.7.2 tiktoken -langchain==0.3.7 +langchain==0.3.19 langchain-community==0.3.18 fake-useragent==1.5.1 diff --git a/pyproject.toml b/pyproject.toml index 2631700e5..2cf87c2f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "google-generativeai==0.7.2", "tiktoken", - "langchain==0.3.7", + "langchain==0.3.19", "langchain-community==0.3.18", "fake-useragent==1.5.1",