Skip to content

Commit 9b8411a

Browse files
authored
python312Packages.openai: 1.59.3 -> 1.59.8 (NixOS#374610)
2 parents 284345c + 62c0c8b commit 9b8411a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/openai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
buildPythonPackage rec {
3939
pname = "openai";
40-
version = "1.59.3";
40+
version = "1.59.8";
4141
pyproject = true;
4242

4343
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
4646
owner = "openai";
4747
repo = "openai-python";
4848
tag = "v${version}";
49-
hash = "sha256-gMykGfNgpTlh8LiFXL2p5ECSpeYCfS0LTsgHIzT1c1I=";
49+
hash = "sha256-0NiueCUB5w4H1B5cXSyoO641DGB2J2rF2vGwPQSJJPM=";
5050
};
5151

5252
build-system = [

0 commit comments

Comments
 (0)