[tool.uv]
build-constraint-dependencies = ["setuptools<78"]
to fix. Otherwise:
echo "setuptools<78" > constraints.txt
PIP_CONSTRAINT=constrants.txt pip ...
[tool.uv]
build-constraint-dependencies = ["setuptools<78"]
to fix. Otherwise:
echo "setuptools<78" > constraints.txt
PIP_CONSTRAINT=constrants.txt pip ...