From 2828986114ea13300ffe09659949263931248c54 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Wed, 2 Apr 2025 17:24:29 +0530 Subject: [PATCH 1/3] Remove unsupported bedrock-runtime and textract endpoint overrides --- localstack_client/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/localstack_client/config.py b/localstack_client/config.py index 0faa62a..10ba740 100644 --- a/localstack_client/config.py +++ b/localstack_client/config.py @@ -32,7 +32,6 @@ "backup": 4638, "batch": 4614, "bedrock": 4566, - "bedrock-runtime": 4566, "ce": 4633, "cloudcontrol": 4566, "cloudformation": 4581, @@ -130,7 +129,6 @@ "sts": 4592, "support": 4629, "swf": 4596, - "textract": 4566, "timestream": 4626, "timestream-query": 4626, "timestream-write": 4626, From c2b7249ad5d15172f4e3b7b60e729af8750916b6 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Wed, 2 Apr 2025 17:28:03 +0530 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b46bd..eac2216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # LocalStack Python Client Change Log +* v2.10: Remove endpoints for 'bedrock-runtime' and 'textract' because overriding them is not supported by the AWS Terraform provider * v2.9: Add endpoints for Account Management, Private Certificate Authority, Bedrock, CloudControl, CodeBuild, CodeCommit, CodeConnections, CodeDeploy, CodePipeline, ElasticTranscoder, MemoryDB, Shield, Textract and Verified Permissions * v2.8: Removes support for python `3.6` and `3.7` and adds `3.12` and `3.13` for parity with boto3 * v2.7: Add endpoint config for EventBridge Pipes From 3a6b098853316591b68d0be613547bfa5a8e4b9d Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Wed, 2 Apr 2025 17:28:17 +0530 Subject: [PATCH 3/3] Bump version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1104dab..412f97f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = localstack-client -version = 2.9 +version = 2.10 url = https://github.com/localstack/localstack-python-client author = LocalStack Team author_email = info@localstack.cloud