You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/21 19:49:16 UTC

[airflow] branch main updated: Update boto3 to <1.19 (#18389)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f07675  Update boto3 to <1.19 (#18389)
5f07675 is described below

commit 5f07675db75024513e1f0042107838b64e5c777f
Author: kurtqq <47...@users.noreply.github.com>
AuthorDate: Tue Sep 21 22:48:57 2021 +0300

    Update boto3 to <1.19 (#18389)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bdf2bb2..923a0f5 100644
--- a/setup.py
+++ b/setup.py
@@ -183,7 +183,7 @@ alibaba = [
     'oss2>=2.14.0',
 ]
 amazon = [
-    'boto3>=1.15.0,<1.18.0',
+    'boto3>=1.15.0,<1.19.0',
     'watchtower~=1.0.6',
     'jsonpath_ng>=1.5.3',
 ]