From 685cca5bd5b079f081f225e0c5af1f7600e05eab Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 24 Sep 2025 18:58:17 -0500 Subject: [PATCH] chore: dep bump --- backend/requirements.txt | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7646421e89..aa9da05100 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ python-jose==3.4.0 passlib[bcrypt]==1.7.4 cryptography -requests==2.32.4 +requests==2.32.5 aiohttp==3.12.15 async-timeout aiocache @@ -43,7 +43,7 @@ asgiref==3.8.1 # AI libraries openai anthropic -google-genai==1.32.0 +google-genai==1.38.0 google-generativeai==0.8.5 tiktoken mcp==1.14.1 diff --git a/pyproject.toml b/pyproject.toml index 3581aaf95d..aa2825fa69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "PyJWT[crypto]==2.10.1", "authlib==1.6.3", - "requests==2.32.4", + "requests==2.32.5", "aiohttp==3.12.15", "async-timeout", "aiocache", @@ -51,7 +51,7 @@ dependencies = [ "openai", "anthropic", - "google-genai==1.32.0", + "google-genai==1.38.0", "google-generativeai==0.8.5", "langchain==0.3.27",