From b36c4fc568d5bf681642e8b1f075fb37080f7c4a Mon Sep 17 00:00:00 2001 From: Ilya Konstantinov Date: Tue, 25 Oct 2022 11:38:13 -0400 Subject: [PATCH] mention the _convert_to_request_dict exception --- docs/release_notes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 29cc64138..27b7ab860 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,7 +3,9 @@ Release Notes v5.2.2 ---------- -* Update for botocore 1.28 private API change (#1083) +* Update for botocore 1.28 private API change (#1083) which caused the following exception:: + + TypeError: _convert_to_request_dict() missing 1 required positional argument: 'endpoint_url' v5.2.1