release(core): 0.3.73 (#32446)

This commit is contained in:
ccurme 2025-08-07 10:03:53 -03:00 committed by GitHub
parent 6e108c1cb4
commit 06d8754b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -16,7 +16,7 @@ dependencies = [
"pydantic>=2.7.4",
]
name = "langchain-core"
version = "0.3.72"
version = "0.3.73"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -987,7 +987,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.72"
version = "0.3.73"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },