Browse Source

chore: dep bump

Timothy Jaeryang Baek 1 month ago
parent
commit
a8222e391b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -42,7 +42,7 @@ asgiref==3.8.1
 # AI libraries
 openai
 anthropic
-google-genai==1.28.0
+google-genai==1.32.0
 google-generativeai==0.8.5
 tiktoken
 

+ 1 - 1
pyproject.toml

@@ -48,7 +48,7 @@ dependencies = [
     "tiktoken",
     "openai",
     "anthropic",
-    "google-genai==1.28.0",
+    "google-genai==1.32.0",
     "google-generativeai==0.8.5",
 
     "langchain==0.3.26",