We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9e112 commit 3f89f8fCopy full SHA for 3f89f8f
1 file changed
core/pyproject.toml
@@ -151,7 +151,7 @@ full = [
151
"s3fs; python_version >= '3.10'",
152
"s3fs == 2025.10.0; python_version < '3.10'",
153
"aiobotocore == 2.26.0; python_version < '3.10'",
154
- "botocore == 1.41.6; python_version < '3.10'",
+ "botocore == 1.41.5; python_version < '3.10'",
155
"webdav4",
156
#"gcsfs", # untested
157
#"adlfs", # untested. build error in Python 3.13
@@ -180,7 +180,7 @@ fsspec-backends = [
180
181
"s3fs==2025.10.0; python_version < '3.10'",
182
183
184
185
186
0 commit comments