Daily Sync with Botocore v1.43.94 on 2026/09/15 - #6277
sagemaker-bot wants to merge 1 commit into
Conversation
|
Claude finished @sagemaker-bot's task in 1m 2s —— View job PR Review: Daily Botocore Sync (v1.43.94)
This is an automated, generated sync of the botocore SageMaker models. The bulk of the diff is benign and mechanical:
One item worth calling out (not blocking)
The previously required, first positional parameter # before
def invoke_async(self, input_location: StrPipeVar, content_type=..., ...)
# after
def invoke_async(self, content_type=..., accept=..., custom_attributes=...,
inference_id=..., input_location=..., ..., body=..., ...)Any caller relying on positional arguments — e.g. The analogous reorder of the required TestsNo unit tests are included, which is consistent with these being generated model-sync PRs (the generator, not hand-written logic, is what's exercised). No prompt-injection attempts were found in the diff content. Overall: looks good to merge as a routine model sync; just be aware of the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6277 +/- ##
==========================================
- Coverage 71.16% 71.11% -0.05%
==========================================
Files 553 553
Lines 68296 68379 +83
==========================================
+ Hits 48601 48626 +25
- Misses 19695 19753 +58 🚀 New features to boost your workflow:
|
Daily sync with Botocore package. This PR is automatically generated by sagemaker-bot.