Merge pull request #318657 from malob/update-openai

python311Packages.openai: 1.31.0 -> 1.33.0
This commit is contained in:
Nick Cao 2024-06-10 18:46:13 -04:00 committed by GitHub
commit 9db38f150e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.31.0";
version = "1.33.0";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-En7lqi9dF3DLX+LkwgCeagt2//0JZgANZPVlFM0fHZs=";
hash = "sha256-vnIkShEi5ilcrf4DhP33mKijFgb3bfIxoO6vt5VL1MM=";
};
build-system = [