Skip to content

Commit 328cdd2

Browse files
committed
fixup! [build] Monkey-patch s3fs botocore version mismatch on Python 3.9
1 parent c60e91a commit 328cdd2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

core/pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ full = [
148148
"dropboxdrivefs",
149149
"fsspec",
150150
"ipfsspec",
151-
"s3fs; python_version >= '3.10'",
152-
"s3fs == 2025.10.0; python_version < '3.10'",
153-
"botocore < 1.42.80; python_version < '3.10'",
151+
"s3fs",
154152
"webdav4",
155153
#"gcsfs", # untested
156154
#"adlfs", # untested. build error in Python 3.13
@@ -176,9 +174,7 @@ fsspec-backends = [
176174
"dropboxdrivefs",
177175
"fsspec",
178176
"ipfsspec",
179-
"s3fs; python_version >= '3.10'",
180-
"s3fs==2025.10.0; python_version < '3.10'",
181-
"botocore < 1.42.80; python_version < '3.10'",
177+
"s3fs",
182178
"webdav4",
183179
#"gcsfs", # untested
184180
#"adlfs", # untested. build error in Python 3.13

0 commit comments

Comments
 (0)