File tree 5 files changed +22
-3
lines changed
5 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "category" : " ``chime``" ,
4
+ "description" : " [``botocore``] Add support for \" auto\" in Region field of StartMeetingTranscription API request." ,
5
+ "type" : " api-change"
6
+ },
7
+ {
8
+ "category" : " Client" ,
9
+ "description" : " [``botocore``] Improve client performance by caching _alias_event_name on EventAliaser" ,
10
+ "type" : " enchancement"
11
+ }
12
+ ]
Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.18.18
6
+ =======
7
+
8
+ * api-change:``chime ``: [``botocore ``] Add support for "auto" in Region field of StartMeetingTranscription API request.
9
+ * enchancement:Client: [``botocore ``] Improve client performance by caching _alias_event_name on EventAliaser
10
+
11
+
5
12
1.18.17
6
13
=======
7
14
Original file line number Diff line number Diff line change 18
18
19
19
20
20
__author__ = 'Amazon Web Services'
21
- __version__ = '1.18.17 '
21
+ __version__ = '1.18.18 '
22
22
23
23
24
24
# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ universal = 0
3
3
4
4
[metadata]
5
5
requires_dist =
6
- botocore>=1.21.17 ,<1.22.0
6
+ botocore>=1.21.18 ,<1.22.0
7
7
jmespath>=0.7.1,<1.0.0
8
8
s3transfer>=0.5.0,<0.6.0
9
9
Original file line number Diff line number Diff line change 14
14
15
15
16
16
requires = [
17
- 'botocore>=1.21.17 ,<1.22.0' ,
17
+ 'botocore>=1.21.18 ,<1.22.0' ,
18
18
'jmespath>=0.7.1,<1.0.0' ,
19
19
's3transfer>=0.5.0,<0.6.0'
20
20
]
You can’t perform that action at this time.
0 commit comments