Skip to content

Commit fc45639

Browse files
fix: Resolve 502 deployment failure by upgrading Azure AI and agent dependencies
2 parents 4c022e3 + c5af5d6 commit fc45639

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
azure-ai-projects==1.0.0b12
1+
azure-ai-projects==2.0.0b3
22
azure-identity==1.20.0
33
ansible-core~=2.17.0

content-gen/scripts/requirements-post-deploy.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
-r ../src/backend/requirements.txt
66

77
# Post-deploy script deps
8-
azure-search-documents>=11.6.0
98
httpx>=0.28.0

content-gen/src/backend/requirements.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ quart-cors>=0.7.0
66
hypercorn>=0.17.0
77

88
# Microsoft Agent Framework
9-
agent-framework==1.0.0b260114 # Pinning this stable version
9+
agent-framework-azure-ai==1.0.0b260114
10+
agent-framework-core==1.0.0b260114
11+
12+
# OpenTelemetry (required by agent-framework)
13+
opentelemetry-semantic-conventions-ai==0.4.13
1014

1115
# Azure SDKs
1216
azure-identity>=1.17.0
1317
azure-cosmos>=4.7.0
1418
azure-storage-blob>=12.22.0
19+
azure-search-documents>=11.4.0
1520
azure-ai-contentsafety>=1.0.0
16-
azure-ai-projects>=1.0.0b5 # Azure AI Foundry SDK (optional, for USE_FOUNDRY=true)
21+
azure-ai-projects==2.0.0b3 # Azure AI Foundry SDK (optional, for USE_FOUNDRY=true)
1722

1823
# OpenAI
1924
openai>=1.45.0

0 commit comments

Comments
 (0)