From b18470a6b3c415a32265dcb19ac0d2b24706325d Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 29 May 2024 21:12:45 -0600 Subject: [PATCH] Some missing bumps (#13822) --- .../indices/llama-index-indices-managed-vectara/pyproject.toml | 2 +- .../readers/llama-index-readers-gcs/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml b/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml index 679f452e90682..74a5f664987f0 100644 --- a/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml +++ b/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml @@ -31,7 +31,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-indices-managed-vectara" readme = "README.md" -version = "0.1.4" +version = "0.1.5" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml b/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml index 6a01d6d02f806..b1b467aec40c0 100644 --- a/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml +++ b/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml @@ -29,7 +29,7 @@ license = "MIT" maintainers = ["nfiacco"] name = "llama-index-readers-gcs" readme = "README.md" -version = "0.1.6" +version = "0.1.7" [tool.poetry.dependencies] python = ">=3.8.1,<4.0"