From c552f9cef46b037b9c69e9f8a32068dcd92e9b36 Mon Sep 17 00:00:00 2001 From: Mika Tammi Date: Tue, 24 Feb 2026 22:49:35 +0200 Subject: [PATCH] python3Packages.instructor: 1.14.4 -> 1.14.5 Signed-off-by: Mika Tammi --- pkgs/development/python-modules/instructor/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index f659c39047c9..e5a7c5f4a6b7 100644 --- a/pkgs/development/python-modules/instructor/default.nix +++ b/pkgs/development/python-modules/instructor/default.nix @@ -103,6 +103,9 @@ buildPythonPackage (finalAttrs: { # pydantic validation mismatch "test_control_characters_not_allowed_in_anthropic_json_strict_mode" "test_control_characters_allowed_in_anthropic_json_non_strict_mode" + + # Upstream bug: test expects TypeError but code raises ConfigurationError + "test_openai_schema_raises_error" ]; disabledTestPaths = [