From a2de5fc8f741a9681d94211c05229802dfe6abbc Mon Sep 17 00:00:00 2001 From: swayam1604 Date: Tue, 24 Jun 2025 16:32:50 +0530 Subject: [PATCH] Fix #170: Update pydantic to >=2.8.0 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d21d0eb48..478515540 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