many: use core 0.3.15 (#27834)

This commit is contained in:
Bagatur
2024-11-01 13:35:55 -07:00
committed by GitHub
parent c3c638cd7b
commit ee63d21915
22 changed files with 545 additions and 443 deletions

View File

@@ -1170,7 +1170,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.13"
version = "0.3.15"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@@ -2980,4 +2980,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "985bbcb3e82965a3b68764c90270cece172f6a3a825e5e08644d4df63049cb44"
content-hash = "1ca2ffa7cad6f306bdedb6aa3497597cd0292172c6a2a48684881cd344458598"

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-text-splitters"
version = "0.3.1"
version = "0.3.2"
description = "LangChain text splitting utilities"
authors = []
license = "MIT"
@@ -23,7 +23,7 @@ ignore_missing_imports = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.13"
langchain-core = "^0.3.15"
[tool.ruff.lint]
select = [ "E", "F", "I", "T201",]