python3Packages.openai: 2.29.0 -> 2.31.0 (#509730)

This commit is contained in:
Vladimír Čunát
2026-04-16 08:54:58 +00:00
committed by GitHub
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "openai";
version = "2.29.0";
version = "2.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-Ea8dnhxpgLwiApqB2GjBUb8wEgFEojlIvteo7FHXHF8=";
hash = "sha256-YLqVOWc8a7gtu2NaWNP32ApjVgQ6qJB4XLT/zQzddAM=";
};
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';