Skip to content

Commit 05b1e44

Browse files
authored
Backport PR #44315 on branch 1.3.x (Pin aiobotocore to lower than 2.0 ) (#44319)
* Backport PR #44315 on branch 1.3.x (Pin aiobotocore to lower than 2.0 ) (cherry picked from commit 28c7f76) * Add additional pins
1 parent ba88afc commit 05b1e44

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-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

ci/deps/actions-39.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- hypothesis>=3.58.0
1313

1414
# pandas dependencies
15+
- aiobotocore<2.0.0
1516
- beautifulsoup4
1617
- bottleneck
1718
- fsspec>=0.8.0, <2021.6.0

ci/deps/azure-windows-38.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- pytest-azurepipelines
1414

1515
# pandas dependencies
16+
- aiobotocore<2.0.0
1617
- blosc
1718
- bottleneck
1819
- fastparquet>=0.4.0

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)