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.
1 parent 089e1d5 commit 11cd210Copy full SHA for 11cd210
pyproject.toml
@@ -34,7 +34,7 @@ requires-python = ">=3.9,<4"
34
[project.optional-dependencies]
35
checks = [
36
"mypy==1.16.1",
37
- "ruff>=0.11,<0.12",
+ "ruff>=0.12,<0.13",
38
]
39
cloud = [
40
"httpx>=0.23,<1",
0 commit comments