diff --git a/pyproject.toml b/pyproject.toml index ce3f602..7bb901c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,11 @@ dev = [ "ruff", ] +[tool.uv] +# yarl 1.24.1 was published with only a cp310 wheel and no sdist, so it can't +# install on Python 3.11+. Remove this once upstream uploads the remaining wheels. +constraint-dependencies = ["yarl<1.24"] + [tool.setuptools.packages.find] where = ["src"]