Malo Bourgon
2026-04-13 13:47:31 -07:00
parent eff43c3906
commit da7564994e
@@ -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"'';