release(core): 0.3.78 (#33253)

This commit is contained in:
ccurme
2025-10-03 12:40:15 -04:00
committed by GitHub
parent 5904cbea89
commit 0b51de4cab
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

4
libs/core/uv.lock generated
View File

@@ -958,7 +958,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.77"
version = "0.3.78"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },
@@ -1050,7 +1050,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.21"
version = "0.3.22"
source = { directory = "../standard-tests" }
dependencies = [
{ name = "httpx" },