From 765acc4cad58aa809f688d1aac777a293b7f3a0f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 17 May 2025 21:53:31 +0400 Subject: [PATCH] chore: dep bump --- backend/requirements.txt | 3 ++- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1eb9af757..07dc09be6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,8 @@ asgiref==3.8.1 # AI libraries openai anthropic -google-generativeai==0.8.4 +google-genai==1.15.0 +google-generativeai==0.8.5 tiktoken langchain==0.3.24 diff --git a/pyproject.toml b/pyproject.toml index 50765c179..01e6bd72c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,8 @@ dependencies = [ "openai", "anthropic", - "google-generativeai==0.8.4", + "google-genai==1.15.0", + "google-generativeai==0.8.5", "tiktoken", "langchain==0.3.24",