openai: 1.12.0 -> 1.13.2

This commit is contained in:
R. Ryantm 2024-02-21 01:28:32 +00:00
parent fd643e9c97
commit 9dfe6ffa93

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.12.0";
version = "1.13.2";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-v623+dxttNDAfVh+2h64SqT4FvaOGRe0zvHCchIy/Wg=";
hash = "sha256-3otPmMVV/Wx7k/oec5c1r6GcZGzhMSKifJB8S5nBSZw=";
};
nativeBuildInputs = [