From 69b3ab65e9189c6381e9f9d66237008a263152f2 Mon Sep 17 00:00:00 2001
From: Logan <logan.markewich@live.com>
Date: Fri, 10 May 2024 11:31:06 -0600
Subject: [PATCH] vbump cohere llm (#13417)

vbump here
---
 .../llms/llama-index-llms-cohere/pyproject.toml               | 4 ++--
 .../llama-index-packs-cohere-citation-chat/pyproject.toml     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/llama-index-integrations/llms/llama-index-llms-cohere/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-cohere/pyproject.toml
index 68f2b54969..1c41c19344 100644
--- a/llama-index-integrations/llms/llama-index-llms-cohere/pyproject.toml
+++ b/llama-index-integrations/llms/llama-index-llms-cohere/pyproject.toml
@@ -27,11 +27,11 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-llms-cohere"
 readme = "README.md"
-version = "0.1.7"
+version = "0.2.0"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
-llama-index-core = "^0.10.1"
+llama-index-core = "^0.10.36"
 cohere = "^5.1.2"
 
 [tool.poetry.group.dev.dependencies]
diff --git a/llama-index-packs/llama-index-packs-cohere-citation-chat/pyproject.toml b/llama-index-packs/llama-index-packs-cohere-citation-chat/pyproject.toml
index cd17de1995..398fa7fa19 100644
--- a/llama-index-packs/llama-index-packs-cohere-citation-chat/pyproject.toml
+++ b/llama-index-packs/llama-index-packs-cohere-citation-chat/pyproject.toml
@@ -29,12 +29,12 @@ license = "MIT"
 maintainers = ["EugeneLightsOn"]
 name = "llama-index-packs-cohere-citation-chat"
 readme = "README.md"
-version = "0.1.4"
+version = "0.1.5"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
 llama-index-core = "^0.10.35"
-llama-index-llms-cohere = "^0.1.2"
+llama-index-llms-cohere = ">=0.1.2"
 llama-index-embeddings-cohere = "^0.1.2"
 
 [tool.poetry.group.dev.dependencies]
-- 
GitLab