Skip to content

Commit cdb74c3

Browse files
committed
Update CHANGELOG
1 parent 219ad9e commit cdb74c3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/changelog/0.14.1.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
0.14.1 (2025-11-29)
1+
0.14.1 (2025-11-25)
22
===================
33

44
Dependencies
55
------------
66

7-
Release `minio==7.2.19 <https://github.com/minio/minio-py/issues/1536>`_ lead to broken ``S3`` connector. Fixed.
7+
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.
815

916
Added limit ``minio<8.0`` to avoid `breaking things <https://github.com/minio/minio-py/pull/1530>`_ in next major release.

0 commit comments

Comments
 (0)