Skip to content

chore(deps): Update a2a-sdk[http-server] requirement from >=0.3.22 to >=1.1.0 in /a2a/simple_generalist#376

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/simple_generalist/a2a-sdk-http-server--gte-1.0.3
Closed

chore(deps): Update a2a-sdk[http-server] requirement from >=0.3.22 to >=1.1.0 in /a2a/simple_generalist#376
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/simple_generalist/a2a-sdk-http-server--gte-1.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Updates the requirements on a2a-sdk[http-server] to permit the latest version.

Release notes

Sourced from a2a-sdk[http-server]'s releases.

v1.1.0

1.1.0 (2026-05-29)

Features

  • server: restore FastAPI /docs visibility for A2A routes (#1024) (1122d4e)

Bug Fixes

  • compat: remove ListTasks from v0.3 REST adapter (#1043) (#1068) (5c88793)
  • properly convert metadata to dict in RequestContext.metadata (#1081) (d2f2e18)
  • raise on append=True for unknown artifact_id (#1038) (#1077) (fe1f24b)
  • release reference count on non-terminal exit to prevent stale registry entries (#1079) (501255c)
  • server: preserve non-ASCII characters in streaming JSON responses (#1080) (d46c6f9)
  • telemetry: don't mark QueueShutDown as an error span (#1075) (54a485c)

Documentation

Miscellaneous Chores

Changelog

Sourced from a2a-sdk[http-server]'s changelog.

1.1.0 (2026-05-29)

Features

  • server: restore FastAPI /docs visibility for A2A routes (#1024) (1122d4e)

Bug Fixes

  • compat: remove ListTasks from v0.3 REST adapter (#1043) (#1068) (5c88793)
  • properly convert metadata to dict in RequestContext.metadata (#1081) (d2f2e18)
  • raise on append=True for unknown artifact_id (#1038) (#1077) (fe1f24b)
  • release reference count on non-terminal exit to prevent stale registry entries (#1079) (501255c)
  • server: preserve non-ASCII characters in streaming JSON responses (#1080) (d46c6f9)
  • telemetry: don't mark QueueShutDown as an error span (#1075) (54a485c)

Documentation

Miscellaneous Chores

1.0.3 (2026-05-13)

Features

  • helpers: add non-text Part extractors and artifact update events (745d998)

Bug Fixes

  • deps: cap protobuf below 7 (#1019) (7af6050)
  • errors: align error mappings with A2A spec (#1055) (4e01a91)
  • errors: emit JSON-RPC error.data as typed-details array per A2A 1.0 spec hot-fix (#1058) (3ce65c5)
  • Improve task_push_notification_config presence check. (#1047) (94ad594)

Documentation

  • high level active task architecture documentation (#1056) (09a2221)

1.0.2 (2026-04-24)

... (truncated)

Commits
  • 96c14b7 chore(main): release 1.1.0 (#1073)
  • 3058a33 chore: release 1.1.0 (#1088)
  • 629717a refactor: add fastapi extra for #1024 (#1087)
  • 6f3aadc ci: add question label to stale.yaml (#1083)
  • 54a485c fix(telemetry): don't mark QueueShutDown as an error span (#1075)
  • fe1f24b fix: raise on append=True for unknown artifact_id (#1038) (#1077)
  • d2f2e18 fix: properly convert metadata to dict in RequestContext.metadata (#1081)
  • 501255c fix: release reference count on non-terminal exit to prevent stale registry e...
  • c0d64ef chore(deps): bump softprops/action-gh-release from 2 to 3 in the github-actio...
  • d46c6f9 fix(server): preserve non-ASCII characters in streaming JSON responses (#1080)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/a2a/simple_generalist/a2a-sdk-http-server--gte-1.0.3 branch 2 times, most recently from 184678d to 7115cc9 Compare May 18, 2026 18:06
@clawgenti
Copy link
Copy Markdown

Dependency Update Analysis

Package: Update a2a-sdk[http-server] requirement from >=0.3.22 to >=1.0.3 in /a2a/simple_generalist ((grouped update))
Ecosystem: pip | Age: 19 days (SLA: 14 days)
CI Status: unknown

Changelog Summary

Release notes

Sourced from a2a-sdk[http-server]'s releases.

v1.0.3

1.0.3 (2026-05-13)

Features

  • helpers: add non-text Part extractors and artifact update events (745d998)

Bug Fixes

  • deps: cap protobuf below 7 (#1019) (7af6050)
  • errors: align error mappings with A2A spec (#1055) (4e01a91)
  • errors: emit JSON-RPC error.data as typed-details array per A2A 1.0 spec hot-fix (#1058) (3ce65c5)
  • Improve task_push_notification_config presence check. (

Updates the requirements on [a2a-sdk[http-server]](https://github.com/a2aproject/a2a-python) to permit the latest version.
- [Release notes](https://github.com/a2aproject/a2a-python/releases)
- [Changelog](https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md)
- [Commits](a2aproject/a2a-python@v0.3.22...v1.1.0)

---
updated-dependencies:
- dependency-name: a2a-sdk[http-server]
  dependency-version: 1.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): Update a2a-sdk[http-server] requirement from >=0.3.22 to >=1.0.3 in /a2a/simple_generalist chore(deps): Update a2a-sdk[http-server] requirement from >=0.3.22 to >=1.1.0 in /a2a/simple_generalist Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/a2a/simple_generalist/a2a-sdk-http-server--gte-1.0.3 branch from 7115cc9 to 4b90257 Compare June 3, 2026 19:34
@clawgenti
Copy link
Copy Markdown

Dependency Update Analysis

Package: Update a2a-sdk[http-server] requirement from >=0.3.22 to >=1.0.3 in /a2a/simple_generalist ((grouped update))
Ecosystem: pip | Age: 19 days (SLA: 14 days)
CI Status: unknown

Changelog Summary

Release notes

Sourced from a2a-sdk[http-server]'s releases.

v1.1.0

1.1.0 (2026-05-29)

Features

  • server: restore FastAPI /docs visibility for A2A routes (#1024) (1122d4e)

Bug Fixes

  • compat: remove ListTasks from v0.3 REST adapter (#1043) (#1068) (5c88793)
  • properly convert metadata to dict in RequestContext.metadata (#1081) (d2f2e18)
  • raise on append=True for unknown artifact_id (#1038) (#1077) (

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 5, 2026

Superseded by #566.

@dependabot dependabot Bot closed this Jun 5, 2026
@dependabot dependabot Bot deleted the dependabot/uv/a2a/simple_generalist/a2a-sdk-http-server--gte-1.0.3 branch June 5, 2026 05:08
@github-project-automation github-project-automation Bot moved this from New /:ToDo to Done in Kagenti Issue Prioritization Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants