Skip to content

Commit 67136c9

Browse files
committed
pin yarl<1.24 to work around incomplete pypi release
1 parent 23271e0 commit 67136c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ dev = [
2121
"ruff",
2222
]
2323

24+
[tool.uv]
25+
# yarl 1.24.1 was published with only a cp310 wheel and no sdist, so it can't
26+
# install on Python 3.11+. Remove this once upstream uploads the remaining wheels.
27+
constraint-dependencies = ["yarl<1.24"]
28+
2429
[tool.setuptools.packages.find]
2530
where = ["src"]
2631

0 commit comments

Comments
 (0)