1 parent 4791549 commit fbd4642Copy full SHA for fbd4642
1 file changed
apps/python-audio-analyzer/pyproject.toml
@@ -7,19 +7,19 @@ authors = [
7
]
8
requires-python = ">=3.9"
9
dependencies = [
10
- "fastapi[all]>=0.136.3",
11
- "uvicorn[standard]>=0.49.0",
+ "fastapi[all]>=0.141.1",
+ "uvicorn[standard]>=0.52.2",
12
"tensorflow>=2.21.0",
13
"tensorflow-hub>=0.16.1",
14
"setuptools<81",
15
- "numpy>=2.4.6",
+ "numpy>=2.5.2",
16
"librosa>=0.11.0",
17
"soundfile>=0.14.0",
18
"ffmpeg-python>=0.2.0",
19
"pydantic>=2.13.4",
20
"httpx>=0.28.1",
21
"python-multipart>=0.0.32",
22
- "redis>=8.0.0",
+ "redis>=8.1.0",
23
"structlog>=26.1.0",
24
25
@@ -29,8 +29,8 @@ dev = [
29
"pytest-asyncio>=1.4.0",
30
"black>=26.5.1",
31
"isort>=8.0.1",
32
- "mypy>=2.1.0",
33
- "ruff>=0.15.16",
+ "mypy>=2.3.0",
+ "ruff>=0.16.2",
34
"pytest-cov>=7.1.0",
35
36
0 commit comments