python312Packages.openai: 1.43.0 -> 1.44.0 (#340174)

This commit is contained in:
Fabián Heredia Montiel 2024-09-07 19:46:57 -06:00 committed by GitHub
commit 09d6c40d76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.43.0";
version = "1.44.0";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-cB+ToAFWRy5oaHVHYdmTcr0MRddg+xvZQglheX2hCdE=";
hash = "sha256-HD7gqdWREULH0GQ1xNRh/TJEOzo82ghHC9gTrx7qxxU=";
};
build-system = [