python312Packages.openai: 1.82.0 -> 1.86.0 (#408823)

This commit is contained in:
Philip Taron
2025-06-10 14:55:14 -07:00
committed by GitHub
@@ -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"'';