python312Packages.openai: 1.52.1 -> 1.54.5 (#354068)

This commit is contained in:
Yt 2024-11-25 16:50:20 -05:00 committed by GitHub
commit f590fcc053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@
pytestCheckHook,
dirty-equals,
inline-snapshot,
nest-asyncio,
pytest-asyncio,
pytest-mock,
respx,
@ -35,7 +36,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.52.1";
version = "1.54.5";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -44,7 +45,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-TTbwhs7rXWIJWOU5bC0wGjXZkBpfBAXb4ycOR9xjTpw=";
hash = "sha256-bDYGE8bm1+qHvhNfLSHG2bW8Wnm1yOEjD/oCzBG+CPw=";
};
build-system = [
@ -77,6 +78,7 @@ buildPythonPackage rec {
pytestCheckHook
dirty-equals
inline-snapshot
nest-asyncio
pytest-asyncio
pytest-mock
respx