From 9662edb82b4d4b0ae6156457301b7c0184fc2ece Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Tue, 19 Nov 2024 16:22:28 -0800 Subject: [PATCH] python312Packages.openai: 1.52.1 -> 1.54.5 Diff: https://github.com/openai/openai-python/compare/refs/tags/v1.52.1...v1.54.5 Changelog: https://github.com/openai/openai-python/releases/tag/v1.54.5 --- pkgs/development/python-modules/openai/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index 3777a84bdb7f..8a44b3453fc6 100644 --- a/pkgs/development/python-modules/openai/default.nix +++ b/pkgs/development/python-modules/openai/default.nix @@ -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