diff --git a/libs/core/langchain_core/version.py b/libs/core/langchain_core/version.py index f65e4f6a645..c5f801c8ba0 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 = "0.3.74" +VERSION = "0.3.75" diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index d643514e77c..14b8bfbaa2e 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic>=2.7.4", ] name = "langchain-core" -version = "0.3.74" +version = "0.3.75" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 3de938c73ba..c6098300370 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.14' and platform_python_implementation == 'PyPy'", @@ -1040,7 +1040,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.74" +version = "0.3.75" source = { editable = "." } dependencies = [ { name = "jsonpatch" },