Loading pkgs/development/python-modules/instructor/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ # build-system poetry-core, hatchling, # dependencies aiohttp, Loading @@ -30,14 +31,14 @@ buildPythonPackage rec { pname = "instructor"; version = "1.6.4"; version = "1.7.2"; pyproject = true; src = fetchFromGitHub { owner = "jxnl"; repo = "instructor"; tag = version; hash = "sha256-iPTZFXypcpO+PkcJHTdpkpiIU589XPcy+aNO/JqASCQ="; hash = "sha256-65qNalbcg9MR5QhUJeutp3Y2Uox7cKX+ffo21LACeXE="; }; pythonRelaxDeps = [ Loading @@ -47,7 +48,7 @@ buildPythonPackage rec { "tenacity" ]; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ aiohttp Loading Loading @@ -82,6 +83,10 @@ buildPythonPackage rec { # Requires unpackaged `vertexai` "test_json_preserves_description_of_non_english_characters_in_json_mode" # Checks magic values and this fails on Python 3.13 "test_raw_base64_autodetect_jpeg" "test_raw_base64_autodetect_png" ]; disabledTestPaths = [ Loading Loading
pkgs/development/python-modules/instructor/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ # build-system poetry-core, hatchling, # dependencies aiohttp, Loading @@ -30,14 +31,14 @@ buildPythonPackage rec { pname = "instructor"; version = "1.6.4"; version = "1.7.2"; pyproject = true; src = fetchFromGitHub { owner = "jxnl"; repo = "instructor"; tag = version; hash = "sha256-iPTZFXypcpO+PkcJHTdpkpiIU589XPcy+aNO/JqASCQ="; hash = "sha256-65qNalbcg9MR5QhUJeutp3Y2Uox7cKX+ffo21LACeXE="; }; pythonRelaxDeps = [ Loading @@ -47,7 +48,7 @@ buildPythonPackage rec { "tenacity" ]; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ aiohttp Loading Loading @@ -82,6 +83,10 @@ buildPythonPackage rec { # Requires unpackaged `vertexai` "test_json_preserves_description_of_non_english_characters_in_json_mode" # Checks magic values and this fails on Python 3.13 "test_raw_base64_autodetect_jpeg" "test_raw_base64_autodetect_png" ]; disabledTestPaths = [ Loading