Skip to content

Commit 460f71d

Browse files
committed
Bumping version to 1.9.0
1 parent 2a41fe6 commit 460f71d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

awswrangler/_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ def client(service_name: str, session: Optional[boto3.Session] = None) -> boto3.
6565
return ensure_session(session=session).client(
6666
service_name=service_name,
6767
use_ssl=True,
68-
config=botocore.config.Config(
69-
retries={"max_attempts": 10, "mode": "adaptive"}, connect_timeout=10, max_pool_connections=30
70-
),
68+
config=botocore.config.Config(retries={"max_attempts": 10}, connect_timeout=10, max_pool_connections=30),
7169
)
7270

7371

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export ARROW_HOME=$(pwd)/dist
1414
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1515

1616
git clone \
17-
--branch apache-arrow-1.0.0 \
17+
--branch apache-arrow-1.0.1 \
1818
--single-branch \
1919
https://github.com/apache/arrow.git
2020

0 commit comments

Comments
 (0)