From 692a68bf1cc13ab37ee5cae84c8c0898965c2393 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 4 Mar 2025 10:08:57 -0500 Subject: [PATCH] core[patch]: release 0.3.41 (#30100) --- libs/core/pyproject.toml | 2 +- libs/core/uv.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 8e39a25e939..a2cfc7adf5b 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"", ] name = "langchain-core" -version = "0.3.40" +version = "0.3.41" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 923593eb441..347ee332f9b 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -935,7 +935,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.39" +version = "0.3.41" source = { editable = "." } dependencies = [ { name = "jsonpatch" }, @@ -1043,8 +1043,7 @@ dependencies = [ requires-dist = [ { name = "httpx", specifier = ">=0.25.0,<1" }, { name = "langchain-core", editable = "." }, - { name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" }, - { name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" }, + { name = "numpy", specifier = ">=1.26.2,<3" }, { name = "pytest", specifier = ">=7,<9" }, { name = "pytest-asyncio", specifier = ">=0.20,<1" }, { name = "pytest-socket", specifier = ">=0.6.0,<1" },