Skip to content

Commit 4b78e02

Browse files
committed
setup: bump fsspec/s3fs/gcsfs/adlfs/sshfs to 08.01
1 parent 64bf633 commit 4b78e02

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ def run(self):
9090
"typing_extensions>=3.7.4; python_version < '3.10'",
9191
# until https://github.com/python/typing/issues/865 is fixed for python3.10
9292
"typing_extensions==3.10.0.0; python_version >= '3.10'",
93-
"fsspec>=2021.7.0",
93+
"fsspec>=2021.8.1",
9494
"diskcache>=5.2.1",
9595
]
9696

9797

9898
# Extra dependencies for remote integrations
9999

100-
gs = ["gcsfs==2021.7.0"]
101-
gdrive = ["pydrive2[fsspec]>=1.9.1"]
102-
s3 = ["s3fs==2021.8.0", "aiobotocore[boto3]>1.0.1"]
103-
azure = ["adlfs==2021.7.1", "azure-identity>=1.4.0", "knack"]
104-
oss = ["ossfs==2021.7.5"]
105-
ssh = ["sshfs>=2021.7.1"]
100+
gs = ["gcsfs==2021.8.1"]
101+
gdrive = ["pydrive2[fsspec]>=1.9.2"]
102+
s3 = ["s3fs==2021.8.1", "aiobotocore[boto3]>1.0.1"]
103+
azure = ["adlfs==2021.8.2", "azure-identity>=1.4.0", "knack"]
104+
oss = ["ossfs==2021.8.0"]
105+
ssh = ["sshfs>=2021.8.1"]
106106

107107
hdfs = ["pyarrow>=2.0.0; python_version < '3.10'"]
108108
webhdfs = ["hdfs==2.5.8"]
@@ -111,7 +111,7 @@ def run(self):
111111
# for linux and mac, so it will fail to compile if user doesn't have all the
112112
# requirements, including kerberos itself. Once all the wheels are available,
113113
# we can start shipping it by default.
114-
ssh_gssapi = ["sshfs[gssapi]>=2021.7.1"]
114+
ssh_gssapi = ["sshfs[gssapi]>=2021.8.1"]
115115
all_remotes = gs + s3 + azure + ssh + oss + gdrive + hdfs + webhdfs + webdav
116116

117117
terraform = ssh + ["python-terraform>=0.10.1", "jinja2>=2.0.0"]

0 commit comments

Comments
 (0)