# HG changeset patch # User Alain Mazy # Date 1788424257 -7200 # Node ID 54377a1367cae0d6d2c03b5826a4c6f766c3d3fd # Parent b3b5f8990265322b20470372a768dfb54f982c3e updated python version for auth tests diff -r b3b5f8990265 -r 54377a1367ca NewTests/Authorization/Dockerfile --- a/NewTests/Authorization/Dockerfile Tue Aug 25 09:31:32 2026 +0200 +++ b/NewTests/Authorization/Dockerfile Thu Sep 03 10:30:57 2026 +0200 @@ -1,7 +1,7 @@ -FROM python:3.11 +FROM python:3.14 -RUN pip install uvicorn -RUN pip install fastapi==0.103.0 +RUN pip install uvicorn==0.52.4 +RUN pip install fastapi==0.141.1 RUN mkdir /auth-service COPY *.py /auth-service