pin yarl<1.24 to work around incomplete pypi release (#76)
This commit is contained in:
@@ -21,6 +21,11 @@ dev = [
|
|||||||
"ruff",
|
"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]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user