From a9282c6bced2612ac926dee3beb69a659477bec2 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 24 Dec 2025 12:02:12 -0800 Subject: [PATCH] python3Packages.langchain-classic: 1.0.0-unstable-2025-11-11 -> 1.0.1 CHANGELOG: https://github.com/langchain-ai/langchain/releases/tag/langchain-classic%3D%3D1.0.1 --- .../python-modules/langchain-classic/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/langchain-classic/default.nix b/pkgs/development/python-modules/langchain-classic/default.nix index 2e8574b00ea0..55b1d910d58f 100644 --- a/pkgs/development/python-modules/langchain-classic/default.nix +++ b/pkgs/development/python-modules/langchain-classic/default.nix @@ -42,15 +42,14 @@ buildPythonPackage rec { pname = "langchain-classic"; - version = "1.0.0-unstable-2025-11-11"; + version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; - # no tagged releases avaialble - rev = "3dfea96ec1d2dac4e506d287860ee943c183c9f1"; - hash = "sha256-U3UllSSa4tFz+nXAP6aNoYceU/xCPbwKSP2F2et+qgQ="; + tag = "langchain-classic==${version}"; + hash = "sha256-4DlKOxt5OoPm38szMEJpw6gDl247eRsx4LZpofUKpUk="; }; sourceRoot = "${src.name}/libs/langchain"; @@ -106,7 +105,7 @@ buildPythonPackage rec { "test_socket_disabled" ]; - # Bulk updater selects wrong tag (there is no tag for this yet) + # Bulk updater selects wrong tag passthru = { skipBulkUpdate = true; updateScript = gitUpdater {