pin yarl<1.24 to work around incomplete pypi release (#76)

This commit is contained in:
Steve Yoon
2026-05-19 15:50:56 -04:00
committed by GitHub
parent 23271e0595
commit 45fcedbb46
+5
View File
@@ -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"]