File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM python:3.13.8 -slim-bookworm
3+ FROM python:3.13.9 -slim-bookworm
44
55WORKDIR /code
66
Original file line number Diff line number Diff line change 1- fastapi >= 0.121.2
2- uvicorn [standard ]== 0.29 .0
1+ fastapi == 0.122.0
2+ uvicorn [standard ]== 0.30 .0
33gunicorn == 23.0.0
44azure-identity == 1.19.0
5- aiohttp == 3.13.1
5+ aiohttp == 3.13.2
66openai
77azure_ai_projects == 2.0.0b2
88azure-core == 1.36.0 # other versions might not compatible
@@ -11,5 +11,5 @@ azure-monitor-opentelemetry-exporter==1.0.0b44
1111azure-monitor-opentelemetry == 1.8.1 # version such as 1.6.11 isn't compatible
1212azure-search-documents
1313setuptools == 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
1515jinja2 # new dependent of fastapi
You can’t perform that action at this time.
0 commit comments