We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18e5028 + 2678305 commit 3568820Copy full SHA for 3568820
pyproject.toml
@@ -37,7 +37,7 @@ speed = [
37
"brotli (>=1.1.0,<2.0.0) ; platform_python_implementation == 'CPython' ",
38
"brotlicffi (>=1.1.0.0,<2.0.0.0) ; platform_python_implementation != 'CPython' ",
39
"h2 (>=4.2.0,<5.0.0)",
40
- "zstandard (>=0.23.0,<0.24.0)",
+ "zstandard (>=0.23.0,<0.25.0)",
41
]
42
43
[project.urls]
@@ -49,7 +49,7 @@ dev = [
49
"ruff~=0.9",
50
"pytest~=8.3",
51
"pytest-cov~=6.1",
52
- "pytest-asyncio~=0.24",
+ "pytest-asyncio>=0.24,<2.0",
53
"mypy~=1.11",
54
55
docs = [
0 commit comments