Skip to content

Commit d1e14a9

Browse files
authored
python312Packages.openai: 1.65.3 -> 1.66.3 (#389584)
2 parents fec50e4 + 70df08f commit d1e14a9

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
@@ -36,7 +36,7 @@
3636

3737
buildPythonPackage rec {
3838
pname = "openai";
39-
version = "1.65.3";
39+
version = "1.66.3";
4040
pyproject = true;
4141

4242
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
4545
owner = "openai";
4646
repo = "openai-python";
4747
tag = "v${version}";
48-
hash = "sha256-RsLJBuus/84B9NzX6PwYOfmbH7M1eKiXqbyoNlpiEzg=";
48+
hash = "sha256-T9ZW/93ovzJgLEjLgzp/4bPezONxqlYNFpe6U8a7q/A=";
4949
};
5050

5151
build-system = [

0 commit comments

Comments
 (0)