@@ -90,19 +90,19 @@ def run(self):
90
90
"typing_extensions>=3.7.4; python_version < '3.10'" ,
91
91
# until https://github.com/python/typing/issues/865 is fixed for python3.10
92
92
"typing_extensions==3.10.0.0; python_version >= '3.10'" ,
93
- "fsspec>=2021.7.0 " ,
93
+ "fsspec>=2021.8.1 " ,
94
94
"diskcache>=5.2.1" ,
95
95
]
96
96
97
97
98
98
# Extra dependencies for remote integrations
99
99
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" ]
106
106
107
107
hdfs = ["pyarrow>=2.0.0; python_version < '3.10'" ]
108
108
webhdfs = ["hdfs==2.5.8" ]
@@ -111,7 +111,7 @@ def run(self):
111
111
# for linux and mac, so it will fail to compile if user doesn't have all the
112
112
# requirements, including kerberos itself. Once all the wheels are available,
113
113
# we can start shipping it by default.
114
- ssh_gssapi = ["sshfs[gssapi]>=2021.7 .1" ]
114
+ ssh_gssapi = ["sshfs[gssapi]>=2021.8 .1" ]
115
115
all_remotes = gs + s3 + azure + ssh + oss + gdrive + hdfs + webhdfs + webdav
116
116
117
117
terraform = ssh + ["python-terraform>=0.10.1" , "jinja2>=2.0.0" ]
0 commit comments