mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
text-splitters: release 0.2.2 (#23508)
This commit is contained in:
parent
62b16fcc6b
commit
6f7fe82830
6
libs/text-splitters/poetry.lock
generated
6
libs/text-splitters/poetry.lock
generated
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user