Merge pull request #319451 from r-ryantm/auto-update/python311Packages.openai

python311Packages.openai: 1.33.0 -> 1.34.0
This commit is contained in:
Nick Cao 2024-06-13 14:14:51 -04:00 committed by GitHub
commit fbd6c7cb8d
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.33.0";
version = "1.34.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-vnIkShEi5ilcrf4DhP33mKijFgb3bfIxoO6vt5VL1MM=";
hash = "sha256-ES0lA/eMll35MhL1evegyp5VOIdHPTRF1Jckl+n250E=";
};
build-system = [