Conversation
- minio: <7.2.17 -> <7.2.21 (#339) - setuptools: <84 -> <85 (#310) - django (optional): <5 -> <6 (#305/#312) - ty: 0.0.64 -> 0.0.80, ruff: 0.16.0 -> 0.16.7 (#338) ty 0.0.80 flags the deprecated asyncio.iscoroutinefunction; switch adms/_async_http.py to inspect.iscoroutinefunction. Regenerate uv.lock. Branch cut for consumption by the a2a-agent requirements pin.
jplbrun
marked this pull request as ready for review
September 16, 2026 19:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Applies the currently-open Dependabot dependency updates in a single branch:
minio>=7.2.16,<7.2.17→>=7.2.16,<7.2.21setuptools>=83.0,<84→>=83.0,<85django(optional extra)>=4.0,<5→>=4.0,<6ty(dev)0.0.64→0.0.80ruff(dev)0.16.0→0.16.7The
tybump to0.0.80surfaces one new diagnostic:asyncio.iscoroutinefunctionis deprecated (removed in Python 3.16). Fixed by switching toinspect.iscoroutinefunctioninsrc/sap_cloud_sdk/adms/_async_http.py.uv.lockis regenerated to match the widened ranges.Related Issue
N/A
Type of Change
tybumpHow to Test
uv syncuv run pre-commit run --all-files—ruff format,ruff check, andty checkall pass.uv run pytest tests/adms/unit/— all pass (covers the_bearer_tokenasync/sync detection path that was changed).Expected result: green lint/typecheck and passing unit tests with the updated dependency ranges.
Checklist
Breaking Changes
None
Additional Notes
None