Skip to content

Commit

Permalink
cohere[patch]: Release 0.1.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Apr 11, 2024
1 parent d2cb334 commit 1031fcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions libs/cohere/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/cohere/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-cohere"
version = "0.1.2-rc1"
version = "0.1.2"
description = "An integration package connecting Cohere and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = {version ="^0.1.42-rc.1", allow-prereleases=true}
langchain-core = "^0.1.42"
cohere = ">=5.1.8,<5.2"

[tool.poetry.group.test]
Expand Down

0 comments on commit 1031fcb

Please sign in to comment.