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 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, 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