diff --git a/src/processor/pyproject.toml b/src/processor/pyproject.toml index 2079c93..4833408 100644 --- a/src/processor/pyproject.toml +++ b/src/processor/pyproject.toml @@ -5,23 +5,23 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "aiohttp==3.12.15", + "aiohttp==3.13.5", "art==6.5", - "azure-ai-agents==1.2.0b3", + "azure-ai-agents==1.2.0b6", "azure-ai-inference==1.0.0b9", - "azure-ai-projects==1.0.0b12", + "azure-ai-projects==2.0.1", - "azure-appconfiguration==1.7.1", - "azure-identity==1.24.0", - "azure-storage-queue==12.13.0", - "fastmcp==2.12.2", + "azure-appconfiguration==1.8.0", + "azure-identity==1.25.3", + "azure-storage-queue==12.15.0", + "fastmcp==3.2.0", "jinja2==3.1.6", - "mcp==1.13.1", - "openai==1.107.1", - "psutil==7.0.0", - "pytz==2025.2", - "sas-cosmosdb==0.1.4", - "semantic-kernel==1.36.2", + "mcp==1.26.0", + "openai==2.30.0", + "psutil==7.2.2", + "pytz==2026.1.post1", + "sas-cosmosdb==0.1.5", + "semantic-kernel==1.41.1", ] [dependency-groups]