diff --git a/src/processor/pyproject.toml b/src/processor/pyproject.toml index 2079c93d..c8a3da69 100644 --- a/src/processor/pyproject.toml +++ b/src/processor/pyproject.toml @@ -5,27 +5,27 @@ 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.1.0", - "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.4", "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.27.0", + "openai==2.33.0", + "psutil==7.2.2", + "pytz==2026.1.post1", + "sas-cosmosdb==0.1.5", + "semantic-kernel==1.41.3", ] [dependency-groups] -dev = ["pre-commit>=4.0.1", "ruff>=0.8.6"] +dev = ["pre-commit>=4.6.0", "ruff>=0.15.12"] [tool.ruff] # Set the target Python version