Skip to content

Commit 041fdfb

Browse files
Remove unsupported endpoint overrides (#57)
1 parent 39fa060 commit 041fdfb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# LocalStack Python Client Change Log
22

3+
* v2.10: Remove endpoints for 'bedrock-runtime' and 'textract' because overriding them is not supported by the AWS Terraform provider
34
* v2.9: Add endpoints for Account Management, Private Certificate Authority, Bedrock, CloudControl, CodeBuild, CodeCommit, CodeConnections, CodeDeploy, CodePipeline, ElasticTranscoder, MemoryDB, Shield, Textract and Verified Permissions
45
* v2.8: Removes support for python `3.6` and `3.7` and adds `3.12` and `3.13` for parity with boto3
56
* v2.7: Add endpoint config for EventBridge Pipes

localstack_client/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"backup": 4638,
3333
"batch": 4614,
3434
"bedrock": 4566,
35-
"bedrock-runtime": 4566,
3635
"ce": 4633,
3736
"cloudcontrol": 4566,
3837
"cloudformation": 4581,
@@ -130,7 +129,6 @@
130129
"sts": 4592,
131130
"support": 4629,
132131
"swf": 4596,
133-
"textract": 4566,
134132
"timestream": 4626,
135133
"timestream-query": 4626,
136134
"timestream-write": 4626,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-client
3-
version = 2.9
3+
version = 2.10
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = [email protected]

0 commit comments

Comments
 (0)