diff --git a/libs/text-splitters/poetry.lock b/libs/text-splitters/poetry.lock index 28466ab9f32..57072f55088 100644 --- a/libs/text-splitters/poetry.lock +++ b/libs/text-splitters/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1333,7 +1333,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" @@ -3936,4 +3936,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "a4716804419d2239da1969c75825c039dbb6d01cdbb7904ed5fff1f0fc824d55" +content-hash = "009950e0322f64775e8525edc5ed36f35c3144eff9892446f0d69c1309e14293" diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index 6a0c1f146a9..57c83f09cad 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-text-splitters" -version = "0.2.1" +version = "0.2.2" description = "LangChain text splitting utilities" authors = [] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/langchain-ai/langchain" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.2.0" +langchain-core = "^0.2.10" [tool.poetry.group.lint] optional = true