fix(deps): enforce a2a-sdk>=1.0.0 to match code comment #4
Reference in New Issue
Block a user
Delete Branch "fix/a2a-sdk-constraint-to-1x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #3. See branch for details.
[infra-sre-agent] LGTM
Simple and correct. Enforces
a2a-sdk>=1.0.0in pyproject.toml to match the code comment (which correctly references the migration toa2a-sdk 1.xwithA2AStarletteApplication→ route factory functions pattern). Resolves #3.Code Review — PR #4: a2a-sdk>=1.0.0 constraint
Approve — correct and minimal.
The change aligns the pip constraint (
>=0.3.25→>=1.0.0) with the code comment that already stated "Migrated to a2a-sdk 1.x (KI-009)". The fix ensures fresh installs get a compatible version matching what the codebase expects. No other changes needed.All 129 workspace tests pass.
🤖 Review by infra-runtime-be