core[patch]: release 0.3.30 (#29256)

This commit is contained in:
ccurme
2025-01-16 17:52:37 -05:00
committed by GitHub
parent 595297e2e5
commit d5360b9bd6
2 changed files with 4 additions and 4 deletions

6
libs/core/poetry.lock generated
View File

@@ -1200,7 +1200,7 @@ files = [
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.7" version = "0.3.8"
description = "Standard tests for LangChain implementations" description = "Standard tests for LangChain implementations"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@@ -1225,7 +1225,7 @@ url = "../standard-tests"
[[package]] [[package]]
name = "langchain-text-splitters" name = "langchain-text-splitters"
version = "0.3.4" version = "0.3.5"
description = "LangChain text splitting utilities" description = "LangChain text splitting utilities"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@@ -1233,7 +1233,7 @@ files = []
develop = true develop = true
[package.dependencies] [package.dependencies]
langchain-core = "^0.3.26" langchain-core = "^0.3.29"
[package.source] [package.source]
type = "directory" type = "directory"

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-core" name = "langchain-core"
version = "0.3.29" version = "0.3.30"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"