Skip to content

Commit 2d11d08

Browse files
authored
python312Packages.openai: 1.65.0 -> 1.65.2 (#386799)
2 parents 3df7288 + e7f0182 commit 2d11d08

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.0";
39+
version = "1.65.2";
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-pj7Qa7Y7Plc9WimlUZJdg/iJW/9Z4nowxp4ZrqH7Q4c=";
48+
hash = "sha256-az6xp84braQBvhRxIJAlpk3d/HTWPTaFWJeCtOwtaP0=";
4949
};
5050

5151
build-system = [

0 commit comments

Comments
 (0)