GitLab 13.0 introduces breaking changes to the [groups API endpoint](https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-projects-and-shared_projects-attributes-when-requesting-group-details-through-the-api). This is likely to affect us, as we [get the projects from the groups](https://github.com/vshn/concierge-cli/blob/master/concierge_cli/manager.py#L101-L103) for the [projects](https://github.com/vshn/concierge-cli/blob/master/concierge_cli/cli.py#L101-L109) CLI command.
GitLab 13.0 introduces breaking changes to the groups API endpoint.
This is likely to affect us, as we get the projects from the groups for the projects CLI command.