We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38c9f0d + ac954e8 commit 891b0a0Copy full SHA for 891b0a0
pkgs/development/python-modules/openai/default.nix
@@ -36,7 +36,7 @@
36
37
buildPythonPackage rec {
38
pname = "openai";
39
- version = "1.63.0";
+ version = "1.65.0";
40
pyproject = true;
41
42
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
45
owner = "openai";
46
repo = "openai-python";
47
tag = "v${version}";
48
- hash = "sha256-QR9zFBOIWQCzutOUPzAdm3xhu0aIt5XoyQc5cTciYXw=";
+ hash = "sha256-pj7Qa7Y7Plc9WimlUZJdg/iJW/9Z4nowxp4ZrqH7Q4c=";
49
};
50
51
build-system = [
0 commit comments