Merge pull request #250831 from malob/update-openai

python310Packages.openai: 0.27.8 -> 0.27.9
This commit is contained in:
OTABI Tomoya 2023-08-23 10:47:24 +09:00 committed by GitHub
commit a4a387288f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.27.8";
version = "0.27.9";
format = "setuptools";
disabled = pythonOlder "3.7.1";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-7D7oi3NCqq0QSW66MqYMmc9ga02T5G4xFVic4PjgFRA=";
hash = "sha256-vp85M9VZvbY4saG88WcR3Qw8z+A9nU1Oi3sf9yitsV4=";
};
propagatedBuildInputs = [