Malo Bourgon
2025-08-24 16:51:06 -07:00
parent 6e77d59add
commit ce56e68024

View File

@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "openai";
version = "1.100.2";
version = "1.101.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-6pw5IWkxmAcJvmEEPuqSq8GmQyZeGPL/2LmCxZDXlLA=";
hash = "sha256-XCstUYM2jiq3PbNiRmLnguzQtvrGk0Ik5K0tk37bq2U=";
};
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';