openai: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2022-02-24 16:20:44 +00:00
parent 9c70e73116
commit 6e5b1c6e15

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.14.0";
version = "0.15.0";
disabled = pythonOlder "3.7.1";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
sha256 = "sha256-AFfbMeYxdZaIABhf4XpszhLvFuMJebhl07sv9kuiknA=";
sha256 = "sha256-HOMBVrAz3cP8r4w8CKXKy6epxf00myYJiKv1PQ1iqhQ=";
};
propagatedBuildInputs = [