chore(deps): bump a2a-go v0.3.6 to v0.3.13#1599
Open
jsonmp-k8 wants to merge 1 commit intokagent-dev:mainfrom
Open
chore(deps): bump a2a-go v0.3.6 to v0.3.13#1599jsonmp-k8 wants to merge 1 commit intokagent-dev:mainfrom
jsonmp-k8 wants to merge 1 commit intokagent-dev:mainfrom
Conversation
Update KAgentTaskStore.Save to match the new a2asrv.TaskStore interface which added a prev *a2a.Task parameter for optimistic concurrency. Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request bumps the github.com/a2aproject/a2a-go dependency from v0.3.6 to v0.3.13 and updates the code to conform with the breaking interface change introduced in v0.3.8. The new version adds a prev *a2a.Task parameter to the a2asrv.TaskStore.Save interface, allowing implementations to perform update diffs between the previous and current task states.
Changes:
- Updated
a2aproject/a2a-godependency from v0.3.6 to v0.3.13 in go.mod - Updated corresponding dependency hash and version in go.sum
- Updated
KAgentTaskStore.Savemethod signature to include the newprev *a2atype.Taskparameter required by the interface
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go/go.mod | Updated a2aproject/a2a-go dependency from v0.3.6 to v0.3.13 |
| go/go.sum | Updated corresponding hash and version checksums |
| go/adk/pkg/taskstore/store.go | Updated Save method signature to match the new a2asrv.TaskStore interface with prev parameter |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
github.com/a2aproject/a2a-gofrom v0.3.6 to v0.3.13KAgentTaskStore.Saveto match the newa2asrv.TaskStoreinterface which added aprev *a2a.TaskparameterSupersedes #1598 (dependabot PR that fails CI due to the breaking interface change).
Test plan