diff --git a/pyproject.toml b/pyproject.toml index 7eb7fd56..e96cb9e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,16 +27,16 @@ classifiers = [ ] dependencies = [ - "typer>=0.13", # >=0.13 vendors its own click (typer._click); we no longer import click - "assemblyai>=0.34", - "rich>=13.0", - "keyring>=24.0", - "platformdirs>=4.0", - "tomli-w>=1.0", - "websockets>=13", - "sounddevice>=0.5", - "openai>=1.40", - "yt-dlp>=2024.0", + "typer>=0.26.7", # >=0.13 vendors its own click (typer._click); we no longer import click + "assemblyai>=0.64.4", + "rich>=15.0.0", + "keyring>=25.7.0", + "platformdirs>=4.10.0", + "tomli-w>=1.2.0", + "websockets>=16.0", + "sounddevice>=0.5.5", + "openai>=2.41.0", + "yt-dlp>=2026.3.17", # audioop (used for PCM resampling) left the stdlib in 3.13; this backport provides it. "audioop-lts>=0.2; python_version >= '3.13'", ] @@ -48,12 +48,12 @@ Issues = "https://github.com/AssemblyAI/cli/issues" [project.optional-dependencies] dev = [ - "pytest>=8.0", - "pytest-cov>=5.0", - "hypothesis>=6.0", - "ruff>=0.11", - "mypy>=1.10", - "pre-commit>=4.0", + "pytest>=9.0.3", + "pytest-cov>=7.1.0", + "hypothesis>=6.155.1", + "ruff>=0.15.15", + "mypy>=2.1.0", + "pre-commit>=4.6.0", ] [project.scripts]