pythonPackages.instructor: fix derivation (#470431)

This commit is contained in:
Aleksana
2025-12-14 03:17:26 +00:00
committed by GitHub
@@ -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"