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 857c9c8da..e1471c19e 100644 --- a/content-gen/src/backend/requirements.txt +++ b/content-gen/src/backend/requirements.txt @@ -9,12 +9,16 @@ hypercorn>=0.17.0 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==2.0.0b3 # 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