Conversation
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1521 +/- ##
=======================================
Coverage 93.32% 93.32%
=======================================
Files 76 76
Lines 8162 8162
=======================================
Hits 7617 7617
Misses 545 545
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
ok @jakob-keller ready for your review |
There was a problem hiding this comment.
Please update the botocore and boto3 dependencies
There was a problem hiding this comment.
@jakob-keller you need to (@) at claude. Also for stuff like this have it update the prompt so it does this correctly in the future. I'll have it investigate this in #1523
|
Botocore 1.42.73 is available but requires code changes. Upgrade is blocked on this PR. Botocore diff (1.42.72 → 1.42.73): boto/botocore@1.42.72...1.42.73 What changed:
The A bump PR (minor version) will be created once this PR is merged or closed. |
Description of Change
This PR relaxes the botocore dependency to support version 1.42.72.
Type: Relax (patch)
Botocore diff: boto/botocore@1.42.70...1.42.72
What changed in botocore
botocore/__init__.py: version string bump only (1.42.70 → 1.42.72)botocore/handlers.py: newremove_polly_start_speech_synthesis_streamfunction added toBUILTIN_HANDLERS— removes an operation that requires HTTP/2 (unsupported in Python); pure sync class-attribute manipulation, no I/O, no async override neededWhat changed in aiobotocore
Version bounds updated only, no code changes.
pyproject.toml:botocore >= 1.42.62, < 1.42.71→botocore >= 1.42.62, < 1.42.73aiobotocore/__init__.py:3.3.0→3.3.1CHANGES.rst: added changelog entryuv.lock: updatedReviewer checklist
Please verify before approving:
test_patches.pyhashes are up to date__init__.pyis correct (patch for relax, minor for bump)CHANGES.rstentry addedHow to help
@claudeto ask questions or request modificationsChecklist