Skip to content

Commit 4c721c9

Browse files
authored
Pin aiobotocore to get ci passing (#43166)
* Pin botocore to get ci passing * Pin aiobotocore to get ci passing * Use leq * Pin env files too
1 parent 49279c9 commit 4c721c9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

ci/deps/actions-39.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies:
3131
- python-dateutil
3232
- pytz
3333
- s3fs>=0.4.2
34+
- aiobotocore<=1.3.3
3435
- scipy
3536
- sqlalchemy
3637
- xlrd

ci/deps/azure-windows-38.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- python-dateutil
3131
- pytz
3232
- s3fs>=0.4.0
33+
- aiobotocore<=1.3.3
3334
- scipy
3435
- xlrd
3536
- xlsxwriter

ci/deps/azure-windows-39.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies:
3232
- python-dateutil
3333
- pytz
3434
- s3fs>=0.4.2
35+
- aiobotocore<=1.3.3
3536
- scipy
3637
- sqlalchemy
3738
- xlrd

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ dependencies:
105105

106106
- pytables>=3.6.1 # pandas.read_hdf, DataFrame.to_hdf
107107
- s3fs>=0.4.0 # file IO when using 's3://...' path
108+
- aiobotocore<=1.3.3 # Remove when s3fs is at 2021.08.0
108109
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
109110
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
110111
- sqlalchemy # pandas.read_sql, DataFrame.to_sql

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pyarrow>=0.17.0
6969
python-snappy
7070
tables>=3.6.1
7171
s3fs>=0.4.0
72+
aiobotocore<=1.3.3
7273
fsspec>=0.7.4, <2021.6.0
7374
gcsfs>=0.6.0
7475
sqlalchemy

0 commit comments

Comments
 (0)