Skip to content

Commit 67abd37

Browse files
committed
upgrade docker image and aiohttp
1 parent 0dcab19 commit 67abd37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: azd-get-started-with-ai-agents
66
metadata:
7-
template: azd-get-started-with-ai-agents@1.0.2
7+
template: azd-get-started-with-ai-agents@1.0.3
88
requiredVersions:
99
azd: ">=1.14.0"
1010

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM python:3.13.5-slim-bookworm
3+
FROM python:3.13.8-slim-bookworm
44

55
WORKDIR /code
66

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fastapi==0.115.13
22
uvicorn[standard]==0.29.0
33
gunicorn==23.0.0
44
azure-identity==1.19.0
5-
aiohttp==3.11.1
5+
aiohttp==3.13.0
66

77
azure_ai_agents==1.0.0
88
azure_ai_projects==1.0.0b11

0 commit comments

Comments
 (0)