From c78e98e01c5a0956dde399eac219f7d5054d36c4 Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Sat, 13 Dec 2025 08:13:10 -0500 Subject: [PATCH 1/2] pythonPackages.instructor: update src.hash --- pkgs/development/python-modules/instructor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index 993309fd72ad..166b94cccedc 100644 --- a/pkgs/development/python-modules/instructor/default.nix +++ b/pkgs/development/python-modules/instructor/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "jxnl"; repo = "instructor"; tag = "v${version}"; - hash = "sha256-vknPfRHyLoLo2838p/fbjrqyaBORZzLp9+fN98yVDz0="; + hash = "sha256-VWFrMgfe92bHUK1hueqJLHQ7G7ATCgK7wXr+eqrVWcw="; }; build-system = [ hatchling ]; From f30c3fb2819d65c9cf7d6a4033484965ae37900f Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Sat, 13 Dec 2025 08:13:25 -0500 Subject: [PATCH 2/2] pythonPackages.instructor: skip broken test --- pkgs/development/python-modules/instructor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index 166b94cccedc..1ceff8bee53e 100644 --- a/pkgs/development/python-modules/instructor/default.nix +++ b/pkgs/development/python-modules/instructor/default.nix @@ -83,6 +83,7 @@ buildPythonPackage rec { "successfully" "test_mode_functions_deprecation_warning" "test_partial" + "test_provider_invalid_type_raises_error" # Requires unpackaged `vertexai` "test_json_preserves_description_of_non_english_characters_in_json_mode"