diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index 0d442791494..41bae9113cd 100644 --- a/libs/core/langchain_core/version.py +++ b/libs/core/langchain_core/version.py @@ -1,3 +1,3 @@ """langchain-core version information and utilities.""" -VERSION = "1.2.23" +VERSION = "1.2.24" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 88f5f8c92a9..cf33dfaf8fb 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] -version = "1.2.23" +version = "1.2.24" requires-python = ">=3.10.0,<4.0.0" dependencies = [ "langsmith>=0.3.45,<1.0.0", diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 7e9809b8df9..fd196c5bcd0 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.10.0, <4.0.0" resolution-markers = [ "python_full_version >= '3.14' and platform_python_implementation == 'PyPy'", @@ -995,7 +995,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.2.23" +version = "1.2.24" source = { editable = "." } dependencies = [ { name = "jsonpatch" },