Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/python/agents/a2a_mcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A2A - MCP Sample"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"a2a-sdk[sql]>=0.3.0",
"a2a-sdk[sql]>=0.3.22",
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The pull request description mentions that updating to version 0.3.22 would fix the issue, but the dependency has been updated to >=0.3.10. For consistency and to ensure the intended fix is applied, it would be better to align the code with the description. Would you consider updating this to >=0.3.22?

Suggested change
"a2a-sdk[sql]>=0.3.22",
"a2a-sdk[sql]>=0.3.22",

Copy link
Author

Choose a reason for hiding this comment

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

It's consistent now.

"click>=8.1.8",
"fastmcp>=1.0",
"google-adk>=1.0.0",
Expand Down