From 1d54ac93bbbf4c1a6f31418847582660ed843e42 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 2 Jul 2024 17:24:13 -0400 Subject: [PATCH] ai21[patch]: release 0.1.7 (#23781) --- libs/partners/ai21/poetry.lock | 6 +++--- libs/partners/ai21/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/partners/ai21/poetry.lock b/libs/partners/ai21/poetry.lock index 39369ee3672..d1c2587603d 100644 --- a/libs/partners/ai21/poetry.lock +++ b/libs/partners/ai21/poetry.lock @@ -448,7 +448,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.2.9" +version = "0.2.10" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -490,7 +490,7 @@ url = "../../standard-tests" [[package]] name = "langchain-text-splitters" -version = "0.2.1" +version = "0.2.2" description = "LangChain text splitting utilities" optional = false python-versions = ">=3.8.1,<4.0" @@ -498,7 +498,7 @@ files = [] develop = true [package.dependencies] -langchain-core = "^0.2.0" +langchain-core = "^0.2.10" [package.source] type = "directory" diff --git a/libs/partners/ai21/pyproject.toml b/libs/partners/ai21/pyproject.toml index c054b2f9910..aa9545611ae 100644 --- a/libs/partners/ai21/pyproject.toml +++ b/libs/partners/ai21/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-ai21" -version = "0.1.6" +version = "0.1.7" description = "An integration package connecting AI21 and LangChain" authors = [] readme = "README.md"