浏览代码

chore: dep bump

Timothy Jaeryang Baek 1 月之前
父节点
当前提交
a8222e391b
共有 2 个文件被更改,包括 2 次插入2 次删除
  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",