potiuk commented on code in PR #39946:
URL: https://github.com/apache/airflow/pull/39946#discussion_r1623337645


##########
airflow/providers/amazon/provider.yaml:
##########
@@ -92,17 +92,17 @@ dependencies:
   # We should update minimum version of boto3 and here regularly to avoid 
`pip` backtracking with the number
   # of candidates to consider. Make sure to configure boto3 version here as 
well as in all the tools below
   # in the `devel-dependencies` section to be the same minimum version.
-  - boto3>=1.33.0
-  - botocore>=1.33.0
+  - boto3>=1.34.0
+  - botocore>=1.34.0
   - inflection>=0.5.1
   # Allow a wider range of watchtower versions for flexibility among users
-  - watchtower>=2.0.1,<4
+  - watchtower>=3.0.0,<4

Review Comment:
   Yep. I wanted to know if the arguments there are still valid after 6 months. 
It's pretty natural for those decisions about supporting "past" versions of 
libraries to get out-of-date and I'd expect maybe 6 months is enough to change 
the environment to justify bumping watchtower to v3.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to