## Problem `minio==7.2.19` was released on [November 24](https://pypi.org/project/minio/#history). It breaks the Minio container wrapper. ```python TypeError: Minio.__init__() takes 1 positional argument but 2 positional arguments (and 3 keyword-only arguments) were given ``` ## Reproduce ```shell uv pip install minio>=7.2.19 ``` ## References - https://github.com/crate/cratedb-toolkit/pull/578 - https://github.com/crate/crate/pull/18770 /cc @maltehedderich, @mschmitzer