Skip to content

Commit

Permalink
python3Packages.instructor: 1.6.4 -> 1.72 (#378975)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Feb 3, 2025
2 parents 144e941 + c8cc26a commit 3d89be6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pkgs/development/python-modules/instructor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# build-system
poetry-core,
hatchling,

# dependencies
aiohttp,
Expand All @@ -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 = [
Expand All @@ -47,7 +48,7 @@ buildPythonPackage rec {
"tenacity"
];

build-system = [ poetry-core ];
build-system = [ hatchling ];

dependencies = [
aiohttp
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 3d89be6

Please sign in to comment.