mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
chore(text-splitters): bump version of core (#32740)
This commit is contained in:
@@ -7,7 +7,7 @@ authors = []
|
|||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core<2.0.0,>=0.3.72",
|
"langchain-core<2.0.0,>=0.3.75",
|
||||||
"pip>=25.2",
|
"pip>=25.2",
|
||||||
]
|
]
|
||||||
name = "langchain-text-splitters"
|
name = "langchain-text-splitters"
|
||||||
|
2
uv.lock
generated
2
uv.lock
generated
@@ -2880,7 +2880,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-text-splitters"
|
name = "langchain-text-splitters"
|
||||||
version = "0.3.9"
|
version = "0.3.10"
|
||||||
source = { editable = "libs/text-splitters" }
|
source = { editable = "libs/text-splitters" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "langchain-core" },
|
{ name = "langchain-core" },
|
||||||
|
Reference in New Issue
Block a user