Skip to content

Commit b9fb0a3

Browse files
AC-5: Apply Dependabot PR #214 - bump 10/13 pip pkgs in src/processor for ADO #41266
Equivalent of #214. pyproject.toml versions bumped and uv.lock regenerated via 'uv lock --upgrade'. Applied: - aiohttp 3.13.3 -> 3.13.5 - azure-ai-projects 2.0.0b3 -> 2.1.0 - azure-appconfiguration 1.7.2 -> 1.8.0 - fastmcp 2.14.5 -> 3.2.4 (major bump, API-compatible) - mcp 1.25.0 -> 1.27.0 - openai 2.15.0 -> 2.33.0 - psutil 7.2.1 -> 7.2.2 - pytz 2025.2 -> 2026.1.post1 - sas-cosmosdb 0.1.4 -> 0.1.5 Skipped (with rationale): - azure-ai-agents 1.2.0b6: blocked by agent-framework==1.0.0b260107 which pins azure-ai-agents==1.2.0b5 (kept current pin). - azure-identity 1.25.3: current pin (1.26.0b1) is newer than dependabot target. - azure-storage-queue 12.15.0: already at target. - semantic-kernel 1.41.3: not present in processor (removed from main+dev, replaced by agent-framework). Validation: fastmcp v3 'from fastmcp import FastMCP' API still works, all 4 processor mcp_server modules import successfully under v3. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9812856 commit b9fb0a3

2 files changed

Lines changed: 243 additions & 540 deletions

File tree

src/processor/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"agent-framework==1.0.0b260107",
9-
"aiohttp==3.13.3",
9+
"aiohttp==3.13.5",
1010
"art==6.5",
1111
"azure-ai-agents==1.2.0b5",
1212
"azure-ai-inference==1.0.0b9",
13-
"azure-ai-projects==2.0.0b3",
14-
"azure-appconfiguration==1.7.2",
13+
"azure-ai-projects==2.1.0",
14+
"azure-appconfiguration==1.8.0",
1515
"azure-core==1.38.0",
1616
"azure-cosmos==4.15.0",
1717
"azure-identity==1.26.0b1",
1818
"azure-storage-blob==12.28.0",
1919
"azure-storage-file-datalake==12.23.0",
2020
"azure-storage-queue==12.15.0",
21-
"fastmcp==2.14.5",
21+
"fastmcp==3.2.4",
2222
"jinja2==3.1.6",
2323
"kafka-python==2.3.0",
24-
"mcp==1.25.0",
25-
"openai==2.15.0",
26-
"psutil==7.2.1",
27-
"pytz==2025.2",
28-
"sas-cosmosdb==0.1.4",
24+
"mcp==1.27.0",
25+
"openai==2.33.0",
26+
"psutil==7.2.2",
27+
"pytz==2026.1.post1",
28+
"sas-cosmosdb==0.1.5",
2929
"sas-storage==1.0.0",
3030
"tenacity==9.1.2",
3131
]

0 commit comments

Comments
 (0)