Commit 2fd640c
fix(deps): bump a2a-sdk to >=1.0.2,<1.1 (#586)
a2a-sdk 1.0.2 reverted the proto_utils repeated-field check from
``field.is_repeated`` back to ``field.label == LABEL_REPEATED``, which
the upb C-extension FieldDescriptor exposes. The regression that forced
the previous ``<1.0.2`` ceiling is fixed upstream, so adopters were
locked on the broken 1.0.1 line via our pin.
Full test suite (3722 unit + 470 conformance) passes against 1.0.2.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 66b7456 commit 2fd640c
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
0 commit comments