From d5a125d3b2b9f37dbe7f35f9d02abce169e930a3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 13 Mar 2025 12:31:34 +0000 Subject: [PATCH] python3Packages.langchain-core: 0.3.43 -> 0.3.44 Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain-core==0.3.43...langchain-core==0.3.44 Changelog: https://github.com/langchain-ai/langchain/releases/tag/v0.3.44 --- pkgs/development/python-modules/langchain-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 611516578ee6..d6d4ccd1deac 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -35,14 +35,14 @@ buildPythonPackage rec { pname = "langchain-core"; - version = "0.3.43"; + version = "0.3.44"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${version}"; - hash = "sha256-NrUh/7+O5m3SisxeWEnKUpar99tNcwTdEzHsZxQbLzc="; + hash = "sha256-da1G/aGWbt73E1hmaGi8jkBEF1QyemHj+qIifyU8eik="; }; sourceRoot = "${src.name}/libs/core";