chore: dep bump

This commit is contained in:
Timothy Jaeryang Baek 2025-08-28 13:05:06 +04:00
parent dca7ce9420
commit a8222e391b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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