Merge pull request #212535 from malob/update-openai

openai: 0.26.1 -> 0.26.2
This commit is contained in:
Mario Rodas 2023-01-25 05:15:14 -05:00 committed by GitHub
commit 82376f13f9
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.26.1";
version = "0.26.2";
format = "setuptools";
disabled = pythonOlder "3.7.1";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
hash = "sha256-M6ZaYTOBAwLogWPafSnBYw3rUry+sS9VwQWAM9tDfr8=";
hash = "sha256-rUXwrr8hgKwqJ/ittK2DOKaqxTAs8wKyVTSdEhfiWfI=";
};
propagatedBuildInputs = [