diff --git a/libs/cohere/poetry.lock b/libs/cohere/poetry.lock index 655d700..299e688 100644 --- a/libs/cohere/poetry.lock +++ b/libs/cohere/poetry.lock @@ -751,13 +751,13 @@ extended-testing = ["aiosqlite (>=0.19.0,<0.20.0)", "aleph-alpha-client (>=2.15. [[package]] name = "langchain-core" -version = "0.1.42rc1" +version = "0.1.42" description = "Building applications with LLMs through composability" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_core-0.1.42rc1-py3-none-any.whl", hash = "sha256:2b216652f61b915ae274d1228ad45e7fc99af1d5f41bb6900aafd0636e66def5"}, - {file = "langchain_core-0.1.42rc1.tar.gz", hash = "sha256:af75525f31251d8d2889671b6051a0e2afffd355b5efefb1c59fc91545805ab8"}, + {file = "langchain_core-0.1.42-py3-none-any.whl", hash = "sha256:c5653ffa08a44f740295c157a24c0def4a753333f6a2c41f76bf431cd00be8b5"}, + {file = "langchain_core-0.1.42.tar.gz", hash = "sha256:40751bf60ea5d8e2b2efe65290db434717ee3834870c002e40e2811f09d814e6"}, ] [package.dependencies] @@ -1761,4 +1761,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "e3a5d3193decf4e7b77cdc8d5b543cd5112d453de83edd62e64464fff513d884" +content-hash = "8ef8526a48fa12d68c21c53dfab0f73b4c2d3dd06c5d749f7f216feb56a3b662" diff --git a/libs/cohere/pyproject.toml b/libs/cohere/pyproject.toml index d41f992..4b5943f 100644 --- a/libs/cohere/pyproject.toml +++ b/libs/cohere/pyproject.toml @@ -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" @@ -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]