From 50ac33fe24b84feb3d054f8f2867e627e7fbbcc0 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Wed, 18 Oct 2023 14:59:42 -0400 Subject: [PATCH 1/6] update removals.py to latest --- awscli/customizations/removals.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index e552c9507502..74d995d8dc6c 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -46,6 +46,10 @@ def register_removals(event_handler): remove_commands=['start-conversation']) cmd_remover.remove(on_event='building-command-table.lambda', remove_commands=['invoke-with-response-stream']) + cmd_remover.remove(on_event='building-command-table.sagemaker-runtime', + remove_commands=['invoke-endpoint-with-response-stream']) + cmd_remover.remove(on_event='building-command-table.bedrock-runtime', + remove_commands=['invoke-model-with-response-stream']) class CommandRemover(object): From da377eba552b175ca39362fa1a13bf8f9a963cf8 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Wed, 18 Oct 2023 15:39:18 -0400 Subject: [PATCH 2/6] add back invoke-agent --- awscli/customizations/removals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index 74d995d8dc6c..c62e6f096c4d 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -50,6 +50,8 @@ def register_removals(event_handler): remove_commands=['invoke-endpoint-with-response-stream']) cmd_remover.remove(on_event='building-command-table.bedrock-runtime', remove_commands=['invoke-model-with-response-stream']) + cmd_remover.remove(on_event='building-command-table.amazonbedrockagentruntime', + remove_commands=['invoke-agent']) class CommandRemover(object): From a742631f8270f400c38624d1760267d2ca053083 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Wed, 18 Oct 2023 17:39:37 -0400 Subject: [PATCH 3/6] update service name --- awscli/customizations/removals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index c62e6f096c4d..b7fbfba4cccf 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -50,7 +50,7 @@ def register_removals(event_handler): remove_commands=['invoke-endpoint-with-response-stream']) cmd_remover.remove(on_event='building-command-table.bedrock-runtime', remove_commands=['invoke-model-with-response-stream']) - cmd_remover.remove(on_event='building-command-table.amazonbedrockagentruntime', + cmd_remover.remove(on_event='building-command-table.bedrock-invoke-agent', remove_commands=['invoke-agent']) From c3c489ba16f36d04b8d000f5bdb5551f21c2d9be Mon Sep 17 00:00:00 2001 From: SamRemis Date: Tue, 24 Oct 2023 15:00:16 -0400 Subject: [PATCH 4/6] update bedrock agent name --- awscli/customizations/removals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index b7fbfba4cccf..439b3cade64a 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -50,7 +50,7 @@ def register_removals(event_handler): remove_commands=['invoke-endpoint-with-response-stream']) cmd_remover.remove(on_event='building-command-table.bedrock-runtime', remove_commands=['invoke-model-with-response-stream']) - cmd_remover.remove(on_event='building-command-table.bedrock-invoke-agent', + cmd_remover.remove(on_event='building-command-table.bedrock-agent-runtime', remove_commands=['invoke-agent']) From b63bc57fc4eea7e21c84023a4fa8de119dc2568b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 28 Nov 2023 18:59:49 +0000 Subject: [PATCH 5/6] Update changelog based on model updates --- .changes/next-release/api-change-accessanalyzer-25858.json | 5 +++++ .changes/next-release/api-change-bedrock-83728.json | 5 +++++ .changes/next-release/api-change-bedrockagent-5417.json | 5 +++++ .../next-release/api-change-bedrockagentruntime-68500.json | 5 +++++ .changes/next-release/api-change-bedrockruntime-13744.json | 5 +++++ .changes/next-release/api-change-connect-50013.json | 5 +++++ .changes/next-release/api-change-customerprofiles-32117.json | 5 +++++ .changes/next-release/api-change-endpointrules-1866.json | 5 +++++ .changes/next-release/api-change-qbusiness-76987.json | 5 +++++ .changes/next-release/api-change-qconnect-39615.json | 5 +++++ .changes/next-release/api-change-s3-89246.json | 5 +++++ .changes/next-release/api-change-s3control-64767.json | 5 +++++ 12 files changed, 60 insertions(+) create mode 100644 .changes/next-release/api-change-accessanalyzer-25858.json create mode 100644 .changes/next-release/api-change-bedrock-83728.json create mode 100644 .changes/next-release/api-change-bedrockagent-5417.json create mode 100644 .changes/next-release/api-change-bedrockagentruntime-68500.json create mode 100644 .changes/next-release/api-change-bedrockruntime-13744.json create mode 100644 .changes/next-release/api-change-connect-50013.json create mode 100644 .changes/next-release/api-change-customerprofiles-32117.json create mode 100644 .changes/next-release/api-change-endpointrules-1866.json create mode 100644 .changes/next-release/api-change-qbusiness-76987.json create mode 100644 .changes/next-release/api-change-qconnect-39615.json create mode 100644 .changes/next-release/api-change-s3-89246.json create mode 100644 .changes/next-release/api-change-s3control-64767.json diff --git a/.changes/next-release/api-change-accessanalyzer-25858.json b/.changes/next-release/api-change-accessanalyzer-25858.json new file mode 100644 index 000000000000..d5b3b95a4efd --- /dev/null +++ b/.changes/next-release/api-change-accessanalyzer-25858.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``accessanalyzer``", + "description": "This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators." +} diff --git a/.changes/next-release/api-change-bedrock-83728.json b/.changes/next-release/api-change-bedrock-83728.json new file mode 100644 index 000000000000..f5ecb3fd317f --- /dev/null +++ b/.changes/next-release/api-change-bedrock-83728.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock``", + "description": "This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers." +} diff --git a/.changes/next-release/api-change-bedrockagent-5417.json b/.changes/next-release/api-change-bedrockagent-5417.json new file mode 100644 index 000000000000..a4e5131f3d4c --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-5417.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "This release introduces Agents for Amazon Bedrock" +} diff --git a/.changes/next-release/api-change-bedrockagentruntime-68500.json b/.changes/next-release/api-change-bedrockagentruntime-68500.json new file mode 100644 index 000000000000..a28079c619aa --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-68500.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "This release introduces Agents for Amazon Bedrock Runtime" +} diff --git a/.changes/next-release/api-change-bedrockruntime-13744.json b/.changes/next-release/api-change-bedrockruntime-13744.json new file mode 100644 index 000000000000..6f4470b70212 --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-13744.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "This release adds support for minor versions/aliases for invoke model identifier." +} diff --git a/.changes/next-release/api-change-connect-50013.json b/.changes/next-release/api-change-connect-50013.json new file mode 100644 index 000000000000..b7007b75e8ec --- /dev/null +++ b/.changes/next-release/api-change-connect-50013.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules." +} diff --git a/.changes/next-release/api-change-customerprofiles-32117.json b/.changes/next-release/api-change-customerprofiles-32117.json new file mode 100644 index 000000000000..fb8874fa9b07 --- /dev/null +++ b/.changes/next-release/api-change-customerprofiles-32117.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``customer-profiles``", + "description": "This release introduces DetectProfileObjectType API to auto generate object type mapping." +} diff --git a/.changes/next-release/api-change-endpointrules-1866.json b/.changes/next-release/api-change-endpointrules-1866.json new file mode 100644 index 000000000000..dd11872bcff4 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-1866.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version" +} diff --git a/.changes/next-release/api-change-qbusiness-76987.json b/.changes/next-release/api-change-qbusiness-76987.json new file mode 100644 index 000000000000..c4f78c862adf --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-76987.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories." +} diff --git a/.changes/next-release/api-change-qconnect-39615.json b/.changes/next-release/api-change-qconnect-39615.json new file mode 100644 index 000000000000..d5c1c6d0ec0b --- /dev/null +++ b/.changes/next-release/api-change-qconnect-39615.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qconnect``", + "description": "Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs." +} diff --git a/.changes/next-release/api-change-s3-89246.json b/.changes/next-release/api-change-s3-89246.json new file mode 100644 index 000000000000..8d5fb402308d --- /dev/null +++ b/.changes/next-release/api-change-s3-89246.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "Adds support for S3 Express One Zone." +} diff --git a/.changes/next-release/api-change-s3control-64767.json b/.changes/next-release/api-change-s3control-64767.json new file mode 100644 index 000000000000..2bf026ee149a --- /dev/null +++ b/.changes/next-release/api-change-s3control-64767.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3control``", + "description": "Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations." +} From c20a39c290290ee92cfb555e146f7760b08215cc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 28 Nov 2023 19:00:05 +0000 Subject: [PATCH 6/6] Bumping version to 1.31.2 --- .changes/1.31.2.json | 62 +++++++++++++++++++ .../api-change-accessanalyzer-25858.json | 5 -- .../api-change-bedrock-83728.json | 5 -- .../api-change-bedrockagent-5417.json | 5 -- .../api-change-bedrockagentruntime-68500.json | 5 -- .../api-change-bedrockruntime-13744.json | 5 -- .../api-change-connect-50013.json | 5 -- .../api-change-customerprofiles-32117.json | 5 -- .../api-change-endpointrules-1866.json | 5 -- .../api-change-qbusiness-76987.json | 5 -- .../api-change-qconnect-39615.json | 5 -- .../next-release/api-change-s3-89246.json | 5 -- .../api-change-s3control-64767.json | 5 -- CHANGELOG.rst | 17 +++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 18 files changed, 83 insertions(+), 64 deletions(-) create mode 100644 .changes/1.31.2.json delete mode 100644 .changes/next-release/api-change-accessanalyzer-25858.json delete mode 100644 .changes/next-release/api-change-bedrock-83728.json delete mode 100644 .changes/next-release/api-change-bedrockagent-5417.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-68500.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-13744.json delete mode 100644 .changes/next-release/api-change-connect-50013.json delete mode 100644 .changes/next-release/api-change-customerprofiles-32117.json delete mode 100644 .changes/next-release/api-change-endpointrules-1866.json delete mode 100644 .changes/next-release/api-change-qbusiness-76987.json delete mode 100644 .changes/next-release/api-change-qconnect-39615.json delete mode 100644 .changes/next-release/api-change-s3-89246.json delete mode 100644 .changes/next-release/api-change-s3control-64767.json diff --git a/.changes/1.31.2.json b/.changes/1.31.2.json new file mode 100644 index 000000000000..d67780dd43ba --- /dev/null +++ b/.changes/1.31.2.json @@ -0,0 +1,62 @@ +[ + { + "category": "``accessanalyzer``", + "description": "This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.", + "type": "api-change" + }, + { + "category": "``bedrock``", + "description": "This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.", + "type": "api-change" + }, + { + "category": "``bedrock-agent``", + "description": "This release introduces Agents for Amazon Bedrock", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "This release introduces Agents for Amazon Bedrock Runtime", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "This release adds support for minor versions/aliases for invoke model identifier.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "This release introduces DetectProfileObjectType API to auto generate object type mapping.", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories.", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "Adds support for S3 Express One Zone.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-accessanalyzer-25858.json b/.changes/next-release/api-change-accessanalyzer-25858.json deleted file mode 100644 index d5b3b95a4efd..000000000000 --- a/.changes/next-release/api-change-accessanalyzer-25858.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``accessanalyzer``", - "description": "This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators." -} diff --git a/.changes/next-release/api-change-bedrock-83728.json b/.changes/next-release/api-change-bedrock-83728.json deleted file mode 100644 index f5ecb3fd317f..000000000000 --- a/.changes/next-release/api-change-bedrock-83728.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers." -} diff --git a/.changes/next-release/api-change-bedrockagent-5417.json b/.changes/next-release/api-change-bedrockagent-5417.json deleted file mode 100644 index a4e5131f3d4c..000000000000 --- a/.changes/next-release/api-change-bedrockagent-5417.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "This release introduces Agents for Amazon Bedrock" -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-68500.json b/.changes/next-release/api-change-bedrockagentruntime-68500.json deleted file mode 100644 index a28079c619aa..000000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-68500.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "This release introduces Agents for Amazon Bedrock Runtime" -} diff --git a/.changes/next-release/api-change-bedrockruntime-13744.json b/.changes/next-release/api-change-bedrockruntime-13744.json deleted file mode 100644 index 6f4470b70212..000000000000 --- a/.changes/next-release/api-change-bedrockruntime-13744.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "This release adds support for minor versions/aliases for invoke model identifier." -} diff --git a/.changes/next-release/api-change-connect-50013.json b/.changes/next-release/api-change-connect-50013.json deleted file mode 100644 index b7007b75e8ec..000000000000 --- a/.changes/next-release/api-change-connect-50013.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules." -} diff --git a/.changes/next-release/api-change-customerprofiles-32117.json b/.changes/next-release/api-change-customerprofiles-32117.json deleted file mode 100644 index fb8874fa9b07..000000000000 --- a/.changes/next-release/api-change-customerprofiles-32117.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``customer-profiles``", - "description": "This release introduces DetectProfileObjectType API to auto generate object type mapping." -} diff --git a/.changes/next-release/api-change-endpointrules-1866.json b/.changes/next-release/api-change-endpointrules-1866.json deleted file mode 100644 index dd11872bcff4..000000000000 --- a/.changes/next-release/api-change-endpointrules-1866.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "Update endpoint-rules command to latest version" -} diff --git a/.changes/next-release/api-change-qbusiness-76987.json b/.changes/next-release/api-change-qbusiness-76987.json deleted file mode 100644 index c4f78c862adf..000000000000 --- a/.changes/next-release/api-change-qbusiness-76987.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories." -} diff --git a/.changes/next-release/api-change-qconnect-39615.json b/.changes/next-release/api-change-qconnect-39615.json deleted file mode 100644 index d5c1c6d0ec0b..000000000000 --- a/.changes/next-release/api-change-qconnect-39615.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs." -} diff --git a/.changes/next-release/api-change-s3-89246.json b/.changes/next-release/api-change-s3-89246.json deleted file mode 100644 index 8d5fb402308d..000000000000 --- a/.changes/next-release/api-change-s3-89246.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "Adds support for S3 Express One Zone." -} diff --git a/.changes/next-release/api-change-s3control-64767.json b/.changes/next-release/api-change-s3control-64767.json deleted file mode 100644 index 2bf026ee149a..000000000000 --- a/.changes/next-release/api-change-s3control-64767.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eee6d84a88f0..e8d0a3c99a0b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,23 @@ CHANGELOG ========= +1.31.2 +====== + +* api-change:``accessanalyzer``: This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators. +* api-change:``bedrock``: This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers. +* api-change:``bedrock-agent``: This release introduces Agents for Amazon Bedrock +* api-change:``bedrock-agent-runtime``: This release introduces Agents for Amazon Bedrock Runtime +* api-change:``bedrock-runtime``: This release adds support for minor versions/aliases for invoke model identifier. +* api-change:``connect``: Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules. +* api-change:``customer-profiles``: This release introduces DetectProfileObjectType API to auto generate object type mapping. +* api-change:``endpoint-rules``: Update endpoint-rules command to latest version +* api-change:``qbusiness``: Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories. +* api-change:``qconnect``: Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs. +* api-change:``s3``: Adds support for S3 Express One Zone. +* api-change:``s3control``: Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations. + + 1.31.1 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 6a8a950ea2f3..17129a2934f9 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.31.1' +__version__ = '1.31.2' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 807ca514780e..2394133569dc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.31' # The full version, including alpha/beta/rc tags. -release = '1.31.1' +release = '1.31.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index ef4e8c978f4e..9d855cda88a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.33.1 + botocore==1.33.2 docutils>=0.10,<0.17 s3transfer>=0.8.0,<0.9.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index c09905000511..bee249744818 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.33.1', + 'botocore==1.33.2', 'docutils>=0.10,<0.17', 's3transfer>=0.8.0,<0.9.0', 'PyYAML>=3.10,<6.1',