diff --git a/Dockerfile b/Dockerfile index d21d0eb4..47851554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -157,11 +157,12 @@ RUN pip3 install --no-cache-dir \ inflect==7.0.0 \ matplotlib \ pillow==10.4.0 \ - "pydantic<2" \ + pydantic>=2.8.0 \ pytz \ setuptools + # Copy files to image COPY ./etc /etc COPY ./opt /opt