Skip to content

Commit 07677da

Browse files
Update dependencies to specific versions for consistency and stability
1 parent f6585a2 commit 07677da

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

src/backend-api/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies = [
1717
"httpx==0.28.1",
1818
"pydantic-settings==2.10.1",
1919
"python-dotenv",
20-
"python-multipart>=0.0.22",
21-
"protobuf>=5.29.0",
20+
"python-multipart==0.0.22",
21+
"protobuf==7.34.0",
2222
"sas-cosmosdb==0.1.4",
2323
"semantic-kernel[azure]==1.40.0",
2424
"uvicorn==0.35.0",
@@ -30,4 +30,5 @@ dev = ["pytest>=8.4.1", "pytest-cov>=6.2.1"]
3030
[tool.uv]
3131
override-dependencies = [
3232
"av>=16.0.0",
33+
"starlette>=0.49.1",
3334
]

src/backend-api/uv.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/processor/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies = [
1717
"fastmcp==2.12.2",
1818
"jinja2==3.1.6",
1919
"mcp==1.26.0",
20-
"openai>=2.0.0",
21-
"protobuf>=5.29.0",
20+
"openai==2.26.0",
21+
"protobuf==7.34.0",
2222
"psutil==7.0.0",
2323
"pytz==2025.2",
2424
"sas-cosmosdb==0.1.4",

0 commit comments

Comments
 (0)