From e61160a333f6070922fe285cc3984827be6f2c79 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Wed, 30 Apr 2025 09:51:16 +0800 Subject: [PATCH] python312Packages.openai: 1.69.0 -> 1.76.2 Diff: https://github.com/openai/openai-python/compare/refs/tags/v1.69.0...refs/tags/v1.76.2 Changelog: https://github.com/openai/openai-python/blob/v1.76.2/CHANGELOG.md --- pkgs/development/python-modules/openai/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index 7e7ae6fe13f3..855bd0367b5c 100644 --- a/pkgs/development/python-modules/openai/default.nix +++ b/pkgs/development/python-modules/openai/default.nix @@ -46,7 +46,7 @@ buildPythonPackage rec { pname = "openai"; - version = "1.69.0"; + version = "1.76.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -55,7 +55,7 @@ buildPythonPackage rec { owner = "openai"; repo = "openai-python"; tag = "v${version}"; - hash = "sha256-uU6TvA172qETuiP++v8XEunjlB8VrBSBVpWu9iEBvj4="; + hash = "sha256-MywcdSFOFKfq6MPRAfsbJzu82IKCOLSU3JbnwHvkHsA="; }; postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"''; @@ -71,10 +71,8 @@ buildPythonPackage rec { distro httpx jiter - numpy pydantic sniffio - sounddevice tqdm typing-extensions ]