From ab7979d9d48a6ad2525f4fb7d365c7df194d9761 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 11 Jul 2026 11:15:20 -0700 Subject: [PATCH] python3Packages.langchain-core: disable alpha, beta, dev, and rc versions for updates --- pkgs/development/python-modules/langchain-core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 1189a2063143..4d65b64a3881 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -92,6 +92,7 @@ buildPythonPackage (finalAttrs: { skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "langchain-core=="; + ignoredVersions = "a|b|dev|rc"; }; };