Skip to content

Commit 28a728e

Browse files
committed
Pin minio client to <7.2.19
v7.2.19 has a lot of breaking changes. Pin to earlier versions until we can resolve the issues.
1 parent 4caf23f commit 28a728e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license-files = ["LICENSE", "LICENSE-APACHE"]
66
requires-python = ">=3.9"
77
dependencies = [
88
"django>=4.2",
9-
"minio>=7.1.16",
9+
"minio>=7.1.16,<7.2.19",
1010
]
1111
classifiers=[
1212
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)