You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN pip3 install --upgrade urllib3==1.26.16 # temporary to avoid https://github.com/urllib3/urllib3/issues/2168 (TODO remove when the AL2 image updates to support OpenSSL 1.1.1+)
28
-
RUN pip3 install --upgrade six cython cmake hypothesis poetry
28
+
RUN pip3 install --upgrade six cython==3.0.8 cmake hypothesis poetry
29
29
RUN poetry config virtualenvs.create false --local && poetry install --no-root --only main
0 commit comments