We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcab19 commit 67abd37Copy full SHA for 67abd37
azure.yaml
@@ -4,7 +4,7 @@
4
5
name: azd-get-started-with-ai-agents
6
metadata:
7
- template: azd-get-started-with-ai-agents@1.0.2
+ template: azd-get-started-with-ai-agents@1.0.3
8
requiredVersions:
9
azd: ">=1.14.0"
10
src/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM python:3.13.5-slim-bookworm
+FROM python:3.13.8-slim-bookworm
WORKDIR /code
src/requirements.txt
@@ -2,7 +2,7 @@ fastapi==0.115.13
uvicorn[standard]==0.29.0
gunicorn==23.0.0
azure-identity==1.19.0
-aiohttp==3.11.1
+aiohttp==3.13.0
azure_ai_agents==1.0.0
azure_ai_projects==1.0.0b11
0 commit comments