Skip to content

Commit

Permalink
bump langchain-experimental dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 10, 2024
1 parent 37989da commit 0c85852
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 deletions libs/cohere/poetry.lock

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

6 changes: 3 additions & 3 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.3.0.dev1"
version = "0.3.0.dev2"
description = "An integration package connecting Cohere and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,11 +12,11 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev2", allow-prereleases = true }
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }
cohere = ">=5.5.6,<6.0"
pandas = ">=1.4.3"
tabulate = "^0.9.0"
langchain-experimental = ">=0.0.6"
langchain-experimental = { version = "^0.3.0.dev1", allow-prereleases = true }
langchain-community = { version = ">=0.3.0.dev1",optional = true, allow-prereleases = true }
pydantic = ">=2,<3"

Expand Down

0 comments on commit 0c85852

Please sign in to comment.