Skip to content

Commit

Permalink
Merge pull request NixOS#335527 from fabaff/instructor-bump
Browse files Browse the repository at this point in the history
python312Packages.instructor: 1.3.3 -> 1.3.7
  • Loading branch information
risicle authored Aug 18, 2024
2 parents 1b85d6e + 65e2041 commit 65c3598
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/python-modules/instructor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

disabled = pythonOlder "3.9";
Expand All @@ -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 ];
Expand Down Expand Up @@ -68,8 +69,9 @@ buildPythonPackage rec {

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

disabledTestPaths = [
Expand Down

0 comments on commit 65c3598

Please sign in to comment.