Skip to content

Conversation

jakob-keller
Copy link
Collaborator

@jakob-keller jakob-keller commented Aug 8, 2025

Description of Change

This PR intends to improve general compatibility of aiobotocore within the Python ecosystem by bumping the dependency specification of botocore, as well as boto3 and awscli.

Assumptions

Upstream contains several changes that require adjustments to the aiobotocore codebase.

Checklist for All Submissions

  • I have added change info to CHANGES.rst
  • If this is resolving an issue (needed so future developers can determine if change is still necessary and under what conditions) (can be provided via link to issue with these details): closes Bump dependency to boto3 1.40.x #1403
    • Detailed description of issue
    • Alternative methods considered (if any)
    • How issue is being resolved
    • How issue can be reproduced
  • If this is providing a new feature (can be provided via link to issue with these details):
    • Detailed description of new feature
    • Why needed
    • Alternatives methods considered (if any)

Checklist when updating botocore and/or aiohttp versions

  • I have read and followed CONTRIBUTING.rst
  • I have updated test_patches.py where/if appropriate (also check if no changes necessary)
  • I have ensured that the awscli/boto3 versions match the updated botocore version
  • I have added URL to diff: boto/botocore@1.39.11...1.40.18

@jakob-keller jakob-keller added the dependencies Pull requests that update a dependency file label Aug 8, 2025
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.20%. Comparing base (d5ff89f) to head (7b3410e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1391      +/-   ##
==========================================
+ Coverage   91.18%   91.20%   +0.02%     
==========================================
  Files          73       73              
  Lines        7645     7665      +20     
==========================================
+ Hits         6971     6991      +20     
  Misses        674      674              
Flag Coverage Δ
no-httpx 89.68% <100.00%> (+0.02%) ⬆️
os-ubuntu-24.04 91.20% <100.00%> (+0.02%) ⬆️
os-ubuntu-24.04-arm 90.88% <100.00%> (+0.02%) ⬆️
python-3.10 90.91% <100.00%> (+0.02%) ⬆️
python-3.11 90.91% <100.00%> (+0.08%) ⬆️
python-3.12 90.84% <100.00%> (+0.02%) ⬆️
python-3.13 91.17% <100.00%> (+0.08%) ⬆️
python-3.9 90.86% <100.00%> (+0.02%) ⬆️
unittests 91.20% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jakob-keller jakob-keller force-pushed the bump-botocore branch 5 times, most recently from 05b60c9 to 0d73660 Compare August 8, 2025 23:05
@jakob-keller jakob-keller marked this pull request as ready for review August 8, 2025 23:09
@jakob-keller jakob-keller enabled auto-merge August 8, 2025 23:09
@jakob-keller jakob-keller requested a review from thehesiod August 8, 2025 23:10
@jakob-keller jakob-keller force-pushed the bump-botocore branch 4 times, most recently from 64a8453 to 58332b9 Compare August 15, 2025 15:56
@jakob-keller jakob-keller force-pushed the bump-botocore branch 3 times, most recently from bb56c50 to ae4ad33 Compare August 19, 2025 07:10
@jakob-keller jakob-keller requested review from thehesiod and removed request for thehesiod August 19, 2025 07:15
@jakob-keller jakob-keller force-pushed the bump-botocore branch 2 times, most recently from 86b7ea4 to ed87539 Compare August 26, 2025 10:11
@jakob-keller jakob-keller requested a review from terricain August 26, 2025 10:15
@mspiller
Copy link

mspiller commented Sep 2, 2025

Would it be possible to increase dependency range across all 1.40.X. It is already at 1.40.21. It is quite limiting using latest boto3 dependencies and this bumps it to only maximum 1.40.18.

@jakob-keller
Copy link
Collaborator Author

Would it be possible to increase dependency range across all 1.40.X. It is already at 1.40.21. It is quite limiting using latest boto3 dependencies and this bumps it to only maximum 1.40.18.

Sadly, no. See #1287

Copy link
Collaborator

@thehesiod thehesiod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for delay, was out with strep

@jakob-keller jakob-keller added this pull request to the merge queue Sep 4, 2025
Merged via the queue into aio-libs:master with commit 56beacc Sep 4, 2025
32 of 34 checks passed
@jakob-keller jakob-keller deleted the bump-botocore branch September 4, 2025 22:33
@jakob-keller
Copy link
Collaborator Author

sorry for delay, was out with strep

All the best and take care!

@thehesiod
Copy link
Collaborator

sorry for delay, was out with strep

All the best and take care!

thanks, will shield you from TMI, but man was/is terrible, luckily on meds now

agronholm pushed a commit to agronholm/aiobotocore that referenced this pull request Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump dependency to boto3 1.40.x
3 participants