We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba79a48 commit d5c1e17Copy full SHA for d5c1e17
ci/conda_env_python.txt
@@ -18,8 +18,7 @@
18
# Don't add pandas here, because it is not a mandatory test dependency
19
20
# Not a direct dependency of s3fs, but needed for our s3fs fixture
21
-# (temporary upper bound because of GH-45305)
22
-boto3<1.36
+boto3
23
cffi
24
cython>=3
25
cloudpickle
ci/scripts/install_minio.sh
@@ -63,7 +63,7 @@ if [ "${version}" != "latest" ]; then
63
fi
64
65
# Use specific versions for minio server and client to avoid CI failures on new releases.
66
-minio_version="minio.RELEASE.2024-09-13T20-26-02Z"
+minio_version="minio.RELEASE.2025-01-20T14-49-07Z"
67
mc_version="mc.RELEASE.2024-09-16T17-43-14Z"
68
69
download()
0 commit comments