release(core): 1.3.3 (#37198)

This commit is contained in:
Nick Hollon
2026-05-05 15:00:01 -04:00
committed by GitHub
parent 55a7707837
commit 5039dfec1f
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.3.2"
version = "1.3.3"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",

2
libs/core/uv.lock generated
View File

@@ -995,7 +995,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.3.2"
version = "1.3.3"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },