release(core): 0.3.76 (#32877)

This commit is contained in:
William FH
2025-09-10 07:10:44 -07:00
committed by GitHub
parent 00e547c311
commit 443f0ccb0e
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

4
libs/core/uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -1040,7 +1040,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.75"
version = "0.3.76"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },