chore: update dependencies

This commit is contained in:
2025-11-21 17:29:30 +01:00
parent 027b88adf3
commit 5a6ff12d8d
2 changed files with 28 additions and 19 deletions

View File

@@ -36,14 +36,20 @@ dev = [
"ruff-format>=0.3.0",
]
test = [
"fastapi>=0.115.6",
"pydantic>=2.12.0",
"pytest>=8.4.2",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"pyyaml>=6.0.3",
"soundfile>=0.13.1",
"zmq>=0.0.0",
"agentspeak>=0.2.2",
"fastapi>=0.115.6",
"httpx>=0.28.1",
"mlx-whisper>=0.4.3 ; sys_platform == 'darwin'",
"openai-whisper>=20250625",
"pydantic>=2.12.0",
"pydantic-settings>=2.11.0",
"pytest>=8.4.2",
"pytest-asyncio>=1.2.0",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"pyyaml>=6.0.3",
"pyzmq>=27.1.0",
"soundfile>=0.13.1",
]
[tool.pytest.ini_options]