You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[7.0.0] Bump botocore requirements
SUMMARY
In line with ansible-collections/amazon.aws#1763 bump our botocore requirements for 7.0.0
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
README.md
changelogs/fragments/botocore.yml
changelogs/fragments/python37.yml
plugins/modules/dynamodb_table.py
plugins/modules/ec2_launch_template.py
plugins/modules/networkfirewall_policy.py
plugins/modules/networkfirewall_rule_group.py
plugins/modules/networkfirewall_rule_group_info.py
plugins/modules/opensearch.py
plugins/modules/opensearch_info.py
plugins/modules/s3_lifecycle.py
plugins/modules/wafv2_web_acl.py
requirements.txt
tests/config.yml
tests/integration/constraints.txt
tests/unit/constraints.txt
ADDITIONAL INFORMATION
Deliberately links to the amazon.aws PR to avoid duplicating the reasons.
Reviewed-by: Alina Buzachis
Starting with the 2.0.0 releases of amazon.aws and community.aws, it is generally the collection's policy to support the versions of `botocore` and `boto3` that were released 12 months prior to the most recent major collection release, following semantic versioning (for example, 2.0.0, 3.0.0).
28
42
29
-
Version 6.0.0 of this collection supports `boto3 >= 1.22.0` and `botocore >= 1.25.0`
43
+
Version 7.0.0 of this collection supports `boto3 >= 1.26.0` and `botocore >= 1.29.0`
30
44
31
45
All support for the original AWS SDK `boto` was removed in release 4.0.0.
0 commit comments