From cfc6057530b59af4f06f9fe14c2747e1df364e79 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Fri, 5 Nov 2021 01:02:19 +0100 Subject: [PATCH 1/2] Backport PR #44315 on branch 1.3.x (Pin aiobotocore to lower than 2.0 ) (cherry picked from commit 28c7f7628dd6b862e1eed29ff71e2e8363ca1eee) --- ci/deps/actions-37-db.yaml | 1 + environment.yml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/deps/actions-37-db.yaml b/ci/deps/actions-37-db.yaml index 73d3bf2dcc70a..ed6086832cf71 100644 --- a/ci/deps/actions-37-db.yaml +++ b/ci/deps/actions-37-db.yaml @@ -12,6 +12,7 @@ dependencies: - pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737 # pandas dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - botocore>=1.11 - dask diff --git a/environment.yml b/environment.yml index 13d022c3f0e72..2843d5302b404 100644 --- a/environment.yml +++ b/environment.yml @@ -106,7 +106,7 @@ dependencies: - pyqt>=5.9.2 # pandas.read_clipboard - pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf - s3fs>=0.4.0 # file IO when using 's3://...' path - - aiobotocore + - aiobotocore<2.0.0 - fsspec>=0.7.4, <2021.6.0 # for generic remote file operations - gcsfs>=0.6.0 # file IO when using 'gcs://...' path - sqlalchemy # pandas.read_sql, DataFrame.to_sql diff --git a/requirements-dev.txt b/requirements-dev.txt index 0341f645e595b..c801aba57b201 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -70,7 +70,7 @@ python-snappy pyqt5>=5.9.2 tables>=3.5.1 s3fs>=0.4.0 -aiobotocore +aiobotocore<2.0.0 fsspec>=0.7.4, <2021.6.0 gcsfs>=0.6.0 sqlalchemy From 7bded1b507f968f75f085fd4008679e3dd54f6f8 Mon Sep 17 00:00:00 2001 From: phofl Date: Mon, 8 Nov 2021 22:09:41 +0100 Subject: [PATCH 2/2] Add additional pins --- ci/deps/actions-39.yaml | 1 + ci/deps/azure-windows-38.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 5ca449d537df3..c9249b272829f 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -12,6 +12,7 @@ dependencies: - hypothesis>=3.58.0 # pandas dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - bottleneck - fsspec>=0.8.0, <2021.6.0 diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index 52a5de70f85dc..e455563ef9e9c 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -13,6 +13,7 @@ dependencies: - pytest-azurepipelines # pandas dependencies + - aiobotocore<2.0.0 - blosc - bottleneck - fastparquet>=0.4.0