We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219ad9e commit cdb74c3Copy full SHA for cdb74c3
docs/changelog/0.14.1.rst
@@ -1,9 +1,16 @@
1
-0.14.1 (2025-11-29)
+0.14.1 (2025-11-25)
2
===================
3
4
Dependencies
5
------------
6
7
-Release `minio==7.2.19 <https://github.com/minio/minio-py/issues/1536>`_ lead to broken ``S3`` connector. Fixed.
+Release `minio==7.2.19 <https://github.com/minio/minio-py/issues/1536>`_ lead to broken ``S3`` connector with errors like these:
8
+
9
+.. code::
10
11
+ TypeError: Minio.fget_object() takes 1 positional argument but 3 were given
12
+ TypeError: Minio.fput_object() takes 1 positional argument but 3 were given
13
14
+Fixed.
15
16
Added limit ``minio<8.0`` to avoid `breaking things <https://github.com/minio/minio-py/pull/1530>`_ in next major release.
0 commit comments