Malo Bourgon
2026-02-16 11:37:13 -08:00
parent 3517e634b0
commit 84bedf00b3
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "openai";
version = "2.18.0";
version = "2.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-38CX7KFhjq8e6Y/65qy24/zi4cI6HjJYwUTaMfiowUg=";
hash = "sha256-Pe9Odm/0tHnXigu9Ix2EYrb9ttMjF3itvXFLlpiOM98=";
};
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';