diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index 993309fd72ad..1ceff8bee53e 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 ]; @@ -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"