Malo Bourgon
2025-12-12 11:04:39 -08:00
parent 5d1ada32be
commit ac585b5b95
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "openai";
version = "2.7.2";
version = "2.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-g7YbKzRZQOM4e16Mgo7u3QoQQI6VTNrV4DUip9fYsLA=";
hash = "sha256-f4d6gz4W04NPu43u0ovORzvF8ZW7oIYO8DJIqUGIEdE=";
};
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';