From 91fdb86fcc1ea8eaf5070ba9db7df37021b8a955 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 7 Aug 2024 15:06:59 +0200 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a07c0b9c..0b7af7f18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "openai", "anthropic", - "google-generativeai==0.5.4", + "google-generativeai==0.7.2", "tiktoken", "langchain==0.2.11",