From 40b5d761fba840b19ee960aa80a6538fe278e490 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Tue, 10 Jun 2025 11:57:26 -0700 Subject: [PATCH] python312Packages.openai: 1.82.0 -> 1.86.0 Diff: https://github.com/openai/openai-python/compare/refs/tags/v1.82.0...refs/tags/v1.86.0 Changelog: https://github.com/openai/openai-python/blob/v1.86.0/CHANGELOG.md --- pkgs/development/python-modules/openai/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index 03ba76cb1e35..935447852fa5 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.82.0"; + version = "1.86.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -55,7 +55,7 @@ buildPythonPackage rec { owner = "openai"; repo = "openai-python"; tag = "v${version}"; - hash = "sha256-BN78ZTtBTTEbr46KZCOFc00IQN7jA1rCwn8Xv+iZ0r8="; + hash = "sha256-PDYyuvCkDfQrbkSz0CPfJr++WUu5mODY2nVzTanwqjo="; }; postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';