Skip to content

Commit 753bcab

Browse files
Merge branch 'release-1.43.1'
* release-1.43.1: Bumping version to 1.43.1 Add changelog entries from botocore Bump requests from 2.32.4 to 2.33.1 (#4781)
2 parents 959ae84 + dd5b3a6 commit 753bcab

6 files changed

Lines changed: 73 additions & 6 deletions

File tree

‎.changes/1.43.1.json‎

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore``",
4+
"description": "[``botocore``] AgentCore Identity now supports on-behalf-of token exchange OAuth2. AgentCore Memory now supports metadata for LongTerm Memory Records.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "[``botocore``] AgentCore Identity now supports on-behalf-of token exchange OAuth2. AgentCore Memory now supports metadata for LongTerm Memory Records.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``datazone``",
14+
"description": "[``botocore``] Adds support for asynchronous notebook runs",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``eks``",
19+
"description": "[``botocore``] Vended logs update param for capability vended logs feature",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kafka``",
24+
"description": "[``botocore``] Adds support for ZookeeperAccess field to control the Client-Zookeeper connectivity.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``observabilityadmin``",
29+
"description": "[``botocore``] Observability Admin enablement launch for AWS Kafka, Bedrock Agent Core Workload Identity and OTel metric enablement.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``payment-cryptography``",
34+
"description": "[``botocore``] Adds support for resource-based policies on AWS Payment Cryptography keys, enabling cross-account key sharing. Also adds Multi-Party Approval (MPA) team association APIs for protecting sensitive import root public key operations.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``route53globalresolver``",
39+
"description": "[``botocore``] Adds support for regions in the UpdateGlobalResolver input.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sagemaker``",
44+
"description": "[``botocore``] Add InstancePools support to Endpoint for flexible provisioning across a prioritized list of instance types. Add Specifications support to InferenceComponent for per-instance-type model configurations.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sso-admin``",
49+
"description": "[``botocore``] Add InstanceArn and IdentityStoreArn in the response of CreateApplication API and IdentityStoreArn in the response of DescribeApplication API",
50+
"type": "api-change"
51+
}
52+
]

‎CHANGELOG.rst‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.43.1
6+
======
7+
8+
* api-change:``bedrock-agentcore``: [``botocore``] AgentCore Identity now supports on-behalf-of token exchange OAuth2. AgentCore Memory now supports metadata for LongTerm Memory Records.
9+
* api-change:``bedrock-agentcore-control``: [``botocore``] AgentCore Identity now supports on-behalf-of token exchange OAuth2. AgentCore Memory now supports metadata for LongTerm Memory Records.
10+
* api-change:``datazone``: [``botocore``] Adds support for asynchronous notebook runs
11+
* api-change:``eks``: [``botocore``] Vended logs update param for capability vended logs feature
12+
* api-change:``kafka``: [``botocore``] Adds support for ZookeeperAccess field to control the Client-Zookeeper connectivity.
13+
* api-change:``observabilityadmin``: [``botocore``] Observability Admin enablement launch for AWS Kafka, Bedrock Agent Core Workload Identity and OTel metric enablement.
14+
* api-change:``payment-cryptography``: [``botocore``] Adds support for resource-based policies on AWS Payment Cryptography keys, enabling cross-account key sharing. Also adds Multi-Party Approval (MPA) team association APIs for protecting sensitive import root public key operations.
15+
* api-change:``route53globalresolver``: [``botocore``] Adds support for regions in the UpdateGlobalResolver input.
16+
* api-change:``sagemaker``: [``botocore``] Add InstancePools support to Endpoint for flexible provisioning across a prioritized list of instance types. Add Specifications support to InferenceComponent for per-instance-type model configurations.
17+
* api-change:``sso-admin``: [``botocore``] Add InstanceArn and IdentityStoreArn in the response of CreateApplication API and IdentityStoreArn in the response of DescribeApplication API
18+
19+
520
1.43.0
621
======
722

‎boto3/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from boto3.session import Session
1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.43.0'
21+
__version__ = '1.43.1'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

‎requirements-docs-lock.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ pygments==2.20.0 \
204204
# via
205205
# furo
206206
# sphinx
207-
requests==2.32.4 \
208-
--hash=sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c \
209-
--hash=sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
207+
requests==2.33.1 \
208+
--hash=sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517 \
209+
--hash=sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a
210210
# via sphinx
211211
snowballstemmer==2.2.0 \
212212
--hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \

‎setup.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.43.0,<1.44.0
6+
botocore>=1.43.1,<1.44.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.17.0,<0.18.0
99

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.43.0,<1.44.0',
17+
'botocore>=1.43.1,<1.44.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.17.0,<0.18.0',
2020
]

0 commit comments

Comments
 (0)