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 ec767a3 commit 13ce00cCopy full SHA for 13ce00c
pyproject.toml
@@ -29,14 +29,12 @@ dependencies = [
29
[project.optional-dependencies]
30
dev = [
31
"anyio>=4.9.0",
32
- "basedpyright>=1.30.1",
33
"pytest-antilru>=2.0.0",
34
"mkdocs-material>=9.6.15",
35
"mkdocstrings[python]>=0.29.1",
36
"pytest-asyncio>=1.0.0",
37
"pytest-xdist>=3.8.0",
38
"pytest>=8.4.1",
39
- "ruff>=0.12.3",
40
"srt>=3.5.3",
41
"webvtt-py>=0.5.1",
42
"pre-commit>=4.2.0",
@@ -45,6 +43,8 @@ dev = [
45
43
"mdx-truly-sane-lists>=1.3",
46
44
"datamodel-code-generator>=0.31.2",
47
"httpx-sse>=0.4.1",
+ "basedpyright>=1.33.0",
+ "ruff>=0.14.4",
48
]
49
ui = [
50
"gradio>=5.49.1",
0 commit comments