python312Packages.openai: 1.65.0 -> 1.65.2 (#386799)

This commit is contained in:
Yt
2025-03-03 17:43:29 -05:00
committed by GitHub
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.65.0";
version = "1.65.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-pj7Qa7Y7Plc9WimlUZJdg/iJW/9Z4nowxp4ZrqH7Q4c=";
hash = "sha256-az6xp84braQBvhRxIJAlpk3d/HTWPTaFWJeCtOwtaP0=";
};
build-system = [