Skip to content

Commit dfbf9b1

Browse files
authored
Merge branch 'main' into add-get_data_parts
2 parents f3667dc + 6a0a7da commit dfbf9b1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ sql = ["sqlalchemy[asyncio,postgresql-asyncpg,aiomysql,aiosqlite]>=2.0.0"]
4444
encryption = ["cryptography>=43.0.0"]
4545

4646
[project.urls]
47-
homepage = "https://a2aproject.github.io/A2A/"
47+
homepage = "https://a2a-protocol.org/"
4848
repository = "https://github.com/a2aproject/a2a-python"
4949
changelog = "https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md"
50-
documentation = "https://a2aproject.github.io/A2A/sdk/python/"
50+
documentation = "https://a2a-protocol.org/latest/sdk/python/"
5151

5252
[tool.hatch.build.targets.wheel]
5353
packages = ["src/a2a"]

tests/server/request_handlers/test_default_request_handler.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -435,13 +435,7 @@ async def test_on_message_send_with_push_notification_no_existing_Task():
435435
acceptedOutputModes=['text/plain'], # Added required field
436436
)
437437
params = MessageSendParams(
438-
message=Message(
439-
role=Role.user,
440-
messageId='msg_push',
441-
parts=[],
442-
taskId=task_id,
443-
contextId=context_id,
444-
),
438+
message=Message(role=Role.user, messageId='msg_push', parts=[]),
445439
configuration=message_config,
446440
)
447441

0 commit comments

Comments
 (0)