openai: 0.27.1 -> 0.27.2

This commit is contained in:
R. Ryantm 2023-03-14 11:17:27 +00:00
parent d0c9a53633
commit e957dad18c

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.27.1";
version = "0.27.2";
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-GGwRx5yF/xdtnJiKF1junxuebaaBkGhx+DR4pqChcS4=";
hash = "sha256-eHaYOJB/Ujadq71Ow3aTgiahYoiqoHwtNXr68nJUqGc=";
};
propagatedBuildInputs = [