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
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
ATLAS in its alpha phase used PyYAML==3.13, which was found to be insecure.
However, the latest PyYAML version (5.1) is not supported by docker-compose.
ATLAS in its alpha phase used PyYAML==3.13, which was found to be insecure.
However, the latest PyYAML version (5.1) is not supported by docker-compose.
We need to keep an eye on these two issues to find the best way forward
docker/compose#6619
yaml/pyyaml#265
Currently, we are using PyYAML==4.2b1 to resolve this incompatibility, but we want to migrate to a stable build.
The text was updated successfully, but these errors were encountered: