Skip to content

Commit a953653

Browse files
authored
update Python base image and dependencies in Dockerfile and requirements.txt (#207)
1 parent dff5dee commit a953653

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.8-slim-bookworm
3+
FROM python:3.13.9-slim-bookworm
44

55
WORKDIR /code
66

src/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
fastapi>=0.121.2
2-
uvicorn[standard]==0.29.0
1+
fastapi==0.122.0
2+
uvicorn[standard]==0.30.0
33
gunicorn==23.0.0
44
azure-identity==1.19.0
5-
aiohttp==3.13.1
5+
aiohttp==3.13.2
66
openai
77
azure_ai_projects==2.0.0b2
88
azure-core==1.36.0 # other versions might not compatible
@@ -11,5 +11,5 @@ azure-monitor-opentelemetry-exporter==1.0.0b44
1111
azure-monitor-opentelemetry==1.8.1 # version such as 1.6.11 isn't compatible
1212
azure-search-documents
1313
setuptools==80.9.0
14-
starlette>=0.47.2 # fix GHSA-2c2j-9gv5-cj73 (CVE-2025-54121) - DoS when parsing large multipart forms
14+
starlette==0.47.2 # fix GHSA-2c2j-9gv5-cj73 (CVE-2025-54121) - DoS when parsing large multipart forms
1515
jinja2 # new dependent of fastapi

0 commit comments

Comments
 (0)