Skip to content

Commit 28c7f76

Browse files
authored
Pin aiobotocore to lower than 2.0 (pandas-dev#44315)
1 parent a3bcbf8 commit 28c7f76

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ci/deps/actions-38-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
@@ -105,7 +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
108+
- aiobotocore<2.0.0
109109
- fsspec>=0.7.4 # for generic remote file operations
110110
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
111111
- sqlalchemy # pandas.read_sql, DataFrame.to_sql

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pyarrow>=1.0.1
6969
python-snappy
7070
tables>=3.6.1
7171
s3fs>=0.4.0
72-
aiobotocore
72+
aiobotocore<2.0.0
7373
fsspec>=0.7.4
7474
gcsfs>=0.6.0
7575
sqlalchemy

0 commit comments

Comments
 (0)