From 434982cb9051c8a8be5dbc5e00208c78b8d7f7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 19 Mar 2024 17:01:19 +0100 Subject: [PATCH] bump google-generativeai to 0.4 (#12085) --- .../embeddings/llama-index-embeddings-gemini/pyproject.toml | 2 +- .../embeddings/llama-index-embeddings-google/pyproject.toml | 2 +- .../llms/llama-index-llms-gemini/pyproject.toml | 2 +- .../llms/llama-index-llms-palm/pyproject.toml | 2 +- .../llama-index-multi-modal-llms-gemini/pyproject.toml | 2 +- .../llama-index-vector-stores-google/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-gemini/pyproject.toml b/llama-index-integrations/embeddings/llama-index-embeddings-gemini/pyproject.toml index d1c859afe38c1..f819df4d93c4d 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-gemini/pyproject.toml +++ b/llama-index-integrations/embeddings/llama-index-embeddings-gemini/pyproject.toml @@ -32,7 +32,7 @@ version = "0.1.4" [tool.poetry.dependencies] python = ">=3.9,<4.0" llama-index-core = "^0.10.11.post1" -google-generativeai = "^0.3.2" +google-generativeai = "^0.4.1" [tool.poetry.group.dev.dependencies] ipython = "8.10.0" diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-google/pyproject.toml b/llama-index-integrations/embeddings/llama-index-embeddings-google/pyproject.toml index c0cce9c511319..909e63bc6f476 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-google/pyproject.toml +++ b/llama-index-integrations/embeddings/llama-index-embeddings-google/pyproject.toml @@ -34,7 +34,7 @@ version = "0.1.3" [tool.poetry.dependencies] python = ">=3.9,<4.0" llama-index-core = "^0.10.11.post1" -google-generativeai = "^0.3.2" +google-generativeai = "^0.4.1" [tool.poetry.dependencies.tensorflow-hub] optional = true diff --git a/llama-index-integrations/llms/llama-index-llms-gemini/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-gemini/pyproject.toml index 9d03b89c826c4..8a6d103114b97 100644 --- a/llama-index-integrations/llms/llama-index-llms-gemini/pyproject.toml +++ b/llama-index-integrations/llms/llama-index-llms-gemini/pyproject.toml @@ -33,7 +33,7 @@ version = "0.1.5" python = ">=3.9,<4.0" llama-index-core = "^0.10.11.post1" pillow = "^10.2.0" -google-generativeai = "^0.3.2" +google-generativeai = "^0.4.1" [tool.poetry.group.dev.dependencies] ipython = "8.10.0" diff --git a/llama-index-integrations/llms/llama-index-llms-palm/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-palm/pyproject.toml index 3243a348a18d8..61fd3bcd70992 100644 --- a/llama-index-integrations/llms/llama-index-llms-palm/pyproject.toml +++ b/llama-index-integrations/llms/llama-index-llms-palm/pyproject.toml @@ -32,7 +32,7 @@ version = "0.1.3" [tool.poetry.dependencies] python = ">=3.9,<4.0" llama-index-core = "^0.10.11.post1" -google-generativeai = "^0.3.2" +google-generativeai = "^0.4.1" [tool.poetry.group.dev.dependencies] ipython = "8.10.0" diff --git a/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/pyproject.toml b/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/pyproject.toml index 8d259029847ef..1bc216d443fd3 100644 --- a/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/pyproject.toml +++ b/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/pyproject.toml @@ -34,7 +34,7 @@ python = ">=3.9,<4.0" llama-index-core = "^0.10.11.post1" llama-index-llms-gemini = "^0.1.1" pillow = "^10.2.0" -google-generativeai = "^0.3.2" +google-generativeai = "^0.4.1" [tool.poetry.group.dev.dependencies] ipython = "8.10.0" diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-google/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-google/pyproject.toml index dfe95c3f5be9e..e976602c707e3 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-google/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-google/pyproject.toml @@ -32,7 +32,7 @@ version = "0.1.4" [tool.poetry.dependencies] python = ">=3.9,<4.0" llama-index-core = "^0.10.11.post1" -google-generativeai = "^0.3.2" +google-generativeai = "^0.4.1" [tool.poetry.group.dev.dependencies] ipython = "8.10.0"