Update and restrict versions of Poetry and Python.

This commit is contained in:
erinhmclark
2025-01-13 17:42:51 +00:00
parent e9a7f435a3
commit 84ee1b422f
4 changed files with 49 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ ENV POETRY_NO_INTERACTION=1 \
RUN pip install --upgrade pip && \
pip install "poetry>=2.0.0"
pip install "poetry>=2.0.0,<3.0.0"
WORKDIR /app