From 1925bde32e8441d72d99e95d47f98e6a070bf7e4 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 6 Jun 2024 10:09:40 -0400 Subject: [PATCH] together: bump langchain-core (#22616) langchain-together depends on langchain-openai ^0.1.8 langchain-openai 0.1.8 has langchain-core >= 0.2.2 Here we bump langchain-core to 0.2.2, just to pass minimum dependency version tests. --- libs/partners/together/poetry.lock | 2 +- libs/partners/together/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/partners/together/poetry.lock b/libs/partners/together/poetry.lock index a6913ebc852..51867e30b15 100644 --- a/libs/partners/together/poetry.lock +++ b/libs/partners/together/poetry.lock @@ -1679,4 +1679,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "6ce59c865654905e4232fc5ed3564768d6d94e71cb8323dbb914b902c86f5abf" +content-hash = "e7b21f556475be4c7133b74b6b0e138012bef9d47bc5bdc9709b24e55d9500f0" diff --git a/libs/partners/together/pyproject.toml b/libs/partners/together/pyproject.toml index 407ad087d6c..ae6bd8c4baa 100644 --- a/libs/partners/together/pyproject.toml +++ b/libs/partners/together/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = ">=0.2.0,<0.3" +langchain-core = ">=0.2.2,<0.3" langchain-openai = "^0.1.8" requests = "^2" aiohttp = "^3.9.1"