core: release 0.3.54 (#30911)

This commit is contained in:
Sydney Runkle 2025-04-17 14:27:06 -04:00 committed by GitHub
parent d2cbfa379f
commit 98c357b3d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
"""langchain-core version information and utilities.""" """langchain-core version information and utilities."""
VERSION = "0.3.53" VERSION = "0.3.54"

View File

@ -17,7 +17,7 @@ dependencies = [
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"", "pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
] ]
name = "langchain-core" name = "langchain-core"
version = "0.3.53" version = "0.3.54"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
readme = "README.md" readme = "README.md"

View File

@ -1,4 +1,5 @@
version = 1 version = 1
revision = 1
requires-python = ">=3.9, <4.0" requires-python = ">=3.9, <4.0"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13'", "python_full_version >= '3.13'",
@ -937,7 +938,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.53" version = "0.3.54"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@ -1030,7 +1031,7 @@ typing = [
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.18" version = "0.3.19"
source = { directory = "../standard-tests" } source = { directory = "../standard-tests" }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },