mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
chore(text-splitters): relax max bound for langchain-core (#32739)
This commit is contained in:
@@ -7,11 +7,11 @@ authors = []
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langchain-core<1.0.0,>=0.3.72",
|
||||
"langchain-core<2.0.0,>=0.3.72",
|
||||
"pip>=25.2",
|
||||
]
|
||||
name = "langchain-text-splitters"
|
||||
version = "0.3.9"
|
||||
version = "0.3.10"
|
||||
description = "LangChain text splitting utilities"
|
||||
readme = "README.md"
|
||||
|
||||
|
4
libs/text-splitters/uv.lock
generated
4
libs/text-splitters/uv.lock
generated
@@ -1,5 +1,5 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
revision = 2
|
||||
requires-python = ">=3.9"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13'",
|
||||
@@ -1148,7 +1148,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-text-splitters"
|
||||
version = "0.3.9"
|
||||
version = "0.3.10"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "langchain-core" },
|
||||
|
Reference in New Issue
Block a user