release(core): 1.4.1 (#37922)

This commit is contained in:
Mason Daugherty
2026-06-05 10:49:33 -04:00
committed by GitHub
parent 053c368ba4
commit a401351e12
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for `langchain-core`."""
VERSION = "1.4.0"
VERSION = "1.4.1"

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.4.0"
version = "1.4.1"
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.4.0"
version = "1.4.1"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },