Merge pull request #290333 from r-ryantm/auto-update/openai

openai: 1.12.0 -> 1.13.2
This commit is contained in:
kirillrdy 2024-02-22 11:23:42 +11:00 committed by GitHub
commit 9701fd5d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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