text-splitters: release 0.3.7 (#30347)

This commit is contained in:
ccurme 2025-03-18 15:11:37 -04:00 committed by GitHub
parent 36412c02b6
commit 958f85d541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -6,9 +6,9 @@ build-backend = "pdm.backend"
authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = ["langchain-core<1.0.0,>=0.3.34"]
dependencies = ["langchain-core<1.0.0,>=0.3.45"]
name = "langchain-text-splitters"
version = "0.3.6"
version = "0.3.7"
description = "LangChain text splitting utilities"
readme = "README.md"

View File

@ -1079,7 +1079,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.35"
version = "0.3.45"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@ -1111,7 +1111,7 @@ dev = [
]
lint = [{ name = "ruff", specifier = ">=0.9.2,<1.0.0" }]
test = [
{ name = "blockbuster", specifier = "~=1.5.11" },
{ name = "blockbuster", specifier = "~=1.5.18" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
{ name = "grandalf", specifier = ">=0.8,<1.0" },
{ name = "langchain-tests", directory = "../standard-tests" },
@ -1137,7 +1137,7 @@ typing = [
[[package]]
name = "langchain-text-splitters"
version = "0.3.6"
version = "0.3.7"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },