File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "category" : " ``apigateway``" ,
4+ "description" : " [``botocore``] Documentation updates for Amazon API Gateway" ,
5+ "type" : " api-change"
6+ },
7+ {
8+ "category" : " ``chatbot``" ,
9+ "description" : " [``botocore``] Minor update to documentation." ,
10+ "type" : " api-change"
11+ },
12+ {
13+ "category" : " ``organizations``" ,
14+ "description" : " [``botocore``] This release contains an endpoint addition" ,
15+ "type" : " api-change"
16+ },
17+ {
18+ "category" : " ``sesv2``" ,
19+ "description" : " [``botocore``] Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2." ,
20+ "type" : " api-change"
21+ }
22+ ]
Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5+ 1.34.56
6+ =======
7+
8+ * api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway
9+ * api-change:``chatbot``: [``botocore``] Minor update to documentation.
10+ * api-change:``organizations``: [``botocore``] This release contains an endpoint addition
11+ * api-change:``sesv2``: [``botocore``] Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
12+
13+
5141.34.55
615=======
716
Original file line number Diff line number Diff line change 1717from boto3 .session import Session
1818
1919__author__ = 'Amazon Web Services'
20- __version__ = '1.34.55 '
20+ __version__ = '1.34.56 '
2121
2222
2323# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ universal = 0
33
44[metadata]
55requires_dist =
6- botocore>=1.34.55 ,<1.35.0
6+ botocore>=1.34.56 ,<1.35.0
77 jmespath>=0.7.1,<2.0.0
88 s3transfer>=0.10.0,<0.11.0
99
Original file line number Diff line number Diff line change 1313
1414
1515requires = [
16- 'botocore>=1.34.55 ,<1.35.0' ,
16+ 'botocore>=1.34.56 ,<1.35.0' ,
1717 'jmespath>=0.7.1,<2.0.0' ,
1818 's3transfer>=0.10.0,<0.11.0' ,
1919]
You can’t perform that action at this time.
0 commit comments