diff --git a/www/py-django-stubs-ext/files/patch-pyproject.toml b/www/py-django-stubs-ext/files/patch-pyproject.toml new file mode 100644 index 000000000000..f507b8eb6167 --- /dev/null +++ b/www/py-django-stubs-ext/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-02-06 14:48:36 UTC ++++ pyproject.toml +@@ -40,7 +40,7 @@ Funding = "https://github.com/sponsors/typeddjango" + "Release notes" = "https://github.com/typeddjango/django-stubs/releases" + + [build-system] +-requires = ["uv_build>=0.9.9,<0.10.0"] ++requires = ["uv_build>=0.9.9"] + build-backend = "uv_build" + + [tool.uv.build-backend]