Skip to content
Snippets Groups Projects
Unverified Commit 69b3ab65 authored by Logan's avatar Logan Committed by GitHub
Browse files

vbump cohere llm (#13417)

vbump here
parent 9b85aa65
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,11 @@ exclude = ["**/BUILD"] ...@@ -27,11 +27,11 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-llms-cohere" name = "llama-index-llms-cohere"
readme = "README.md" readme = "README.md"
version = "0.1.7" version = "0.2.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1" llama-index-core = "^0.10.36"
cohere = "^5.1.2" cohere = "^5.1.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
......
...@@ -29,12 +29,12 @@ license = "MIT" ...@@ -29,12 +29,12 @@ license = "MIT"
maintainers = ["EugeneLightsOn"] maintainers = ["EugeneLightsOn"]
name = "llama-index-packs-cohere-citation-chat" name = "llama-index-packs-cohere-citation-chat"
readme = "README.md" readme = "README.md"
version = "0.1.4" version = "0.1.5"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.35" 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" llama-index-embeddings-cohere = "^0.1.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment