Skip to content

Commit b05293d

Browse files
Merge pull request #7 from Zhilinlinlin/fix/a2asdk_version
fix: update a2a-sdk version for agent-card.json
2 parents 27052e6 + 804196a commit b05293d

6 files changed

Lines changed: 627 additions & 399 deletions

File tree

A2A协议深度解析(1)/weather/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"a2a-sdk>=0.2.5",
8+
"a2a-sdk>=0.3.0",
99
"uvicorn>=0.34.2",
1010
]

A2A协议深度解析(1)/weather/uv.lock

Lines changed: 208 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

A2A协议深度解析(2)/flight/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"a2a-sdk>=0.2.5",
8+
"a2a-sdk>=0.3.0",
99
"uvicorn>=0.34.2",
1010
]

A2A协议深度解析(2)/flight/uv.lock

Lines changed: 208 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

A2A协议深度解析(2)/weather/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"a2a-sdk>=0.2.5",
8+
"a2a-sdk>=0.3.0",
99
"uvicorn>=0.34.2",
1010
]

0 commit comments

Comments
 (0)