Skip to content

Commit f850119

Browse files
chore(py): Update python packages
1 parent 4791549 commit f850119

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/python-audio-analyzer/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ authors = [
77
]
88
requires-python = ">=3.9"
99
dependencies = [
10-
"fastapi[all]>=0.136.3",
11-
"uvicorn[standard]>=0.49.0",
10+
"fastapi[all]>=0.141.1",
11+
"uvicorn[standard]>=0.52.3",
1212
"tensorflow>=2.21.0",
1313
"tensorflow-hub>=0.16.1",
1414
"setuptools<81",
15-
"numpy>=2.4.6",
15+
"numpy>=2.5.2",
1616
"librosa>=0.11.0",
1717
"soundfile>=0.14.0",
1818
"ffmpeg-python>=0.2.0",
1919
"pydantic>=2.13.4",
2020
"httpx>=0.28.1",
2121
"python-multipart>=0.0.32",
22-
"redis>=8.0.0",
22+
"redis>=8.1.0",
2323
"structlog>=26.1.0",
2424
]
2525

@@ -29,8 +29,8 @@ dev = [
2929
"pytest-asyncio>=1.4.0",
3030
"black>=26.5.1",
3131
"isort>=8.0.1",
32-
"mypy>=2.1.0",
33-
"ruff>=0.15.16",
32+
"mypy>=2.3.0",
33+
"ruff>=0.16.3",
3434
"pytest-cov>=7.1.0",
3535
]
3636

0 commit comments

Comments
 (0)