release(core): 1.4.2 (#37968)

This commit is contained in:
Mason Daugherty
2026-06-08 14:16:11 -04:00
committed by GitHub
parent 74c23741b0
commit e096992984
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
libs/core/uv.lock generated
View File

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