python312Packages.openai: 1.65.3 -> 1.66.3 (#389584)

This commit is contained in:
Pol Dellaiera 2025-03-13 22:18:36 +01:00 committed by GitHub
commit d1e14a925a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.65.3";
version = "1.66.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-RsLJBuus/84B9NzX6PwYOfmbH7M1eKiXqbyoNlpiEzg=";
hash = "sha256-T9ZW/93ovzJgLEjLgzp/4bPezONxqlYNFpe6U8a7q/A=";
};
build-system = [