python311Packages.openai: 1.13.2 -> 1.13.3

This commit is contained in:
R. Ryantm 2024-02-29 03:32:04 +00:00
parent 6780926802
commit 8115431e55

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.13.2";
version = "1.13.3";
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-3otPmMVV/Wx7k/oec5c1r6GcZGzhMSKifJB8S5nBSZw=";
hash = "sha256-8SHXUrPLZ7lgvB0jqZlcvKq5Zv2d2UqXjJpgiBpR8P8=";
};
nativeBuildInputs = [