release(core): 1.3.1 (#36972)

This commit is contained in:
ccurme
2026-04-23 14:50:43 -04:00
committed by GitHub
parent 9a671d7919
commit 3f382a9e20
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
version = "1.3.0" version = "1.3.1"
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",

4
libs/core/uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1 version = 1
revision = 3 revision = 2
requires-python = ">=3.10.0, <4.0.0" requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'", "python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -995,7 +995,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "1.3.0" version = "1.3.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },