openai: 0.26.1 -> 0.26.2

Diff: https://github.com/openai/openai-python/compare/v0.26.1...v0.26.2
This commit is contained in:
Malo Bourgon 2023-01-24 20:42:13 -08:00
parent 65d6673a6e
commit 9d3610a016

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 = [