Skip to content

Commit cfc6057

Browse files
committed
Backport PR pandas-dev#44315 on branch 1.3.x (Pin aiobotocore to lower than 2.0 )
(cherry picked from commit 28c7f76)
1 parent ba88afc commit cfc6057

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ci/deps/actions-37-db.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
1313

1414
# pandas dependencies
15+
- aiobotocore<2.0.0
1516
- beautifulsoup4
1617
- botocore>=1.11
1718
- dask

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies:
106106
- pyqt>=5.9.2 # pandas.read_clipboard
107107
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
108108
- s3fs>=0.4.0 # file IO when using 's3://...' path
109-
- aiobotocore
109+
- aiobotocore<2.0.0
110110
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
111111
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
112112
- sqlalchemy # pandas.read_sql, DataFrame.to_sql

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python-snappy
7070
pyqt5>=5.9.2
7171
tables>=3.5.1
7272
s3fs>=0.4.0
73-
aiobotocore
73+
aiobotocore<2.0.0
7474
fsspec>=0.7.4, <2021.6.0
7575
gcsfs>=0.6.0
7676
sqlalchemy

0 commit comments

Comments
 (0)