Unverified Commit 65c35987 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #335527 from fabaff/instructor-bump

python312Packages.instructor: 1.3.3 -> 1.3.7
parents 1b85d6e0 65e2041b
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "instructor";
  version = "1.3.3";
  version = "1.3.7";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -32,13 +32,14 @@ buildPythonPackage rec {
    owner = "jxnl";
    repo = "instructor";
    rev = "refs/tags/${version}";
    hash = "sha256-ye6uNnwvJ3RXmKM8ix/sBiJgeCFQazNVgHZkBAnL0nw=";
    hash = "sha256-XouTXv8wNPPBKVs2mCue1o4hfHlPlq6uXBuDXiZLIHI=";
  };

  pythonRelaxDeps = [
    "docstring-parser"
    "pydantic"
    "jiter"
    "pydantic"
    "tenacity"
  ];

  build-system = [ poetry-core ];
@@ -68,8 +69,9 @@ buildPythonPackage rec {

  disabledTests = [
    # Tests require OpenAI API key
    "test_partial"
    "successfully"
    "test_mode_functions_deprecation_warning"
    "test_partial"
  ];

  disabledTestPaths = [