From c5af5d64dc621bcf87600b9fcb7b6fbb0a817382 Mon Sep 17 00:00:00 2001 From: Kanchan-Microsoft Date: Wed, 25 Feb 2026 16:05:04 +0530 Subject: [PATCH] fixed post provision after deployment --- content-gen/infra/vscode_web/requirements.txt | 2 +- content-gen/scripts/requirements-post-deploy.txt | 1 - content-gen/src/backend/requirements.txt | 9 +++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/content-gen/infra/vscode_web/requirements.txt b/content-gen/infra/vscode_web/requirements.txt index 18d6803e8..272ff37b1 100644 --- a/content-gen/infra/vscode_web/requirements.txt +++ b/content-gen/infra/vscode_web/requirements.txt @@ -1,3 +1,3 @@ -azure-ai-projects==1.0.0b12 +azure-ai-projects==2.0.0b3 azure-identity==1.20.0 ansible-core~=2.17.0 \ No newline at end of file diff --git a/content-gen/scripts/requirements-post-deploy.txt b/content-gen/scripts/requirements-post-deploy.txt index 66386f3bc..008ac5a4f 100644 --- a/content-gen/scripts/requirements-post-deploy.txt +++ b/content-gen/scripts/requirements-post-deploy.txt @@ -5,5 +5,4 @@ -r ../src/backend/requirements.txt # Post-deploy script deps -azure-search-documents>=11.6.0 httpx>=0.28.0 diff --git a/content-gen/src/backend/requirements.txt b/content-gen/src/backend/requirements.txt index a7184eb36..e1471c19e 100644 --- a/content-gen/src/backend/requirements.txt +++ b/content-gen/src/backend/requirements.txt @@ -6,14 +6,19 @@ quart-cors>=0.7.0 hypercorn>=0.17.0 # Microsoft Agent Framework -agent-framework==1.0.0b260114 # Pinning this stable version +agent-framework-azure-ai==1.0.0b260114 +agent-framework-core==1.0.0b260114 + +# OpenTelemetry (required by agent-framework) +opentelemetry-semantic-conventions-ai==0.4.13 # Azure SDKs azure-identity>=1.17.0 azure-cosmos>=4.7.0 azure-storage-blob>=12.22.0 +azure-search-documents>=11.4.0 azure-ai-contentsafety>=1.0.0 -azure-ai-projects>=1.0.0b5 # Azure AI Foundry SDK (optional, for USE_FOUNDRY=true) +azure-ai-projects==2.0.0b3 # Azure AI Foundry SDK (optional, for USE_FOUNDRY=true) # OpenAI openai>=1.45.0