From 9c931305f849d0f00a296f76196983bbe3110853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:21:54 +0000 Subject: [PATCH] chore(deps): bump the azure group across 1 directory with 2 updates Bumps the azure group with 2 updates in the / directory: [azure-ai-agents](https://github.com/Azure/azure-sdk-for-python) and [azure-ai-projects](https://github.com/Azure/azure-sdk-for-python). Updates `azure-ai-agents` from 1.2.0b5 to 1.2.0b6 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-ai-agents_1.2.0b5...azure-ai-agents_1.2.0b6) Updates `azure-ai-projects` from 2.0.0b2 to 2.0.0b3 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-ai-projects_2.0.0b2...azure-ai-projects_2.0.0b3) --- updated-dependencies: - dependency-name: azure-ai-agents dependency-version: 1.2.0b6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: azure-ai-projects dependency-version: 2.0.0b3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da5c9eaa..358dcdce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "azure-monitor-opentelemetry>=1.8.3", "azure-monitor-opentelemetry-exporter>=1.0.0b46", "opentelemetry-exporter-otlp-proto-http>=1.38.0", - "azure-ai-projects==2.0.0b2", + "azure-ai-projects==2.0.0b3", "openinference-instrumentation==0.1.42", "langfuse==3.11.0", "openinference-instrumentation-dspy==0.1.33", @@ -99,9 +99,9 @@ requires-python = ">=3.12,<4" [project.optional-dependencies] # Core Azure integration azure = [ - "azure-ai-agents==1.2.0b5", + "azure-ai-agents==1.2.0b6", "azure-identity>=1.25.1,<2.0", - "azure-ai-projects==2.0.0b2", + "azure-ai-projects==2.0.0b3", ] # UI and interactive features