Skip to content

Commit 3f89f8f

Browse files
committed
fixup! [build] Monkey-patch s3fs botocore version mismatch on Python 3.9
1 parent 2f9e112 commit 3f89f8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ full = [
151151
"s3fs; python_version >= '3.10'",
152152
"s3fs == 2025.10.0; python_version < '3.10'",
153153
"aiobotocore == 2.26.0; python_version < '3.10'",
154-
"botocore == 1.41.6; python_version < '3.10'",
154+
"botocore == 1.41.5; python_version < '3.10'",
155155
"webdav4",
156156
#"gcsfs", # untested
157157
#"adlfs", # untested. build error in Python 3.13
@@ -180,7 +180,7 @@ fsspec-backends = [
180180
"s3fs; python_version >= '3.10'",
181181
"s3fs==2025.10.0; python_version < '3.10'",
182182
"aiobotocore == 2.26.0; python_version < '3.10'",
183-
"botocore == 1.41.6; python_version < '3.10'",
183+
"botocore == 1.41.5; python_version < '3.10'",
184184
"webdav4",
185185
#"gcsfs", # untested
186186
#"adlfs", # untested. build error in Python 3.13

0 commit comments

Comments
 (0)