Skip to content

chore(deps): Update ag2[mcp,openai,tracing] requirement from >=0.13.2 to >=0.13.3 in /a2a/simple_generalist#588

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/simple_generalist/ag2-mcpopenaitracing--gte-0.13.3
Open

chore(deps): Update ag2[mcp,openai,tracing] requirement from >=0.13.2 to >=0.13.3 in /a2a/simple_generalist#588
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/simple_generalist/ag2-mcpopenaitracing--gte-0.13.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ag2[mcp,openai,tracing] to permit the latest version.

Release notes

Sourced from ag2[mcp,openai,tracing]'s releases.

v0.13.3

Highlights

🛣️ Continuing the Path to v1.0

v0.13.3 brings a major Beta milestone — the cross-process Network — plus a new background_agent_tool, a Sandbox protocol, and evaluation improvements.

📍 Release Roadmap


🔬 Beta Framework (autogen.beta)

🌐 Cross-Process Network

The Network introduced in v0.13.0 ran in-process. v0.13.3 extends it across process boundaries — agents living in separate processes (and separate machines) can now participate in the same channels.

  • 🔌 Cross-Process Data PlaneWsLink carries envelopes between hub and clients over WebSocket, with auth and delivery semantics.
  • 🎛️ Cross-Process Control Plane – Frame-based RPC for the hub's control surface (registration, channel lifecycle, governance).

📔 Docs: Distributed Deployment

🤖 Background Agent Tool

  • New background_agent_tool for running an agent in the background while the parent agent continues — useful for long-running work that shouldn't block the foreground conversation.

🏖️ Sandbox Protocol

  • 🧰 Sandbox Protocol + LocalSandbox – New Sandbox protocol introduces a clean abstraction for sandboxed execution, with a LocalSandbox implementation that runs locally.

Other Beta Updates

  • 🧪 Eval: Optional Reference Answer – Agent-as-a-judge and Pairwise judge can now exclude reference answers (autogen.beta.eval).
  • 🔗 A2A – Create artifact before appending streamed text chunks (a2a-sdk 1.1.0); validate A2A protocol version during connection.
  • 🧠 OpenAI Reasoning Tokens (fix) – Beta OpenAI client now maps reasoning tokens to thinking_tokens rather than cache_creation.
  • 🌊 Stream – Guard Stream.get against a second matching event aborting the turn.

Bug Fixes

  • 🔧 NoneType Crash – Prevent crash on missing tool result.

⚙️ Classic Framework

Bug Fixes

  • 🔧 AutoPattern TerminateTarget – Prevent TerminateTarget from being silently ignored by AutoPattern.
  • 🔧 OpenAI 2.41.0 Moderation Field – Sync the local ChatCompletion model with the new moderation field in openai 2.41.0.

... (truncated)

Commits
  • 7cd0b10 feat(beta/eval): export run_agent spans to an external backend (#2919)
  • af67210 Version bump to 0.13.3 (#2940)
  • 2391b3f fix(beta/network): make hub envelope ids strictly monotonic (#2941)
  • 367b2b3 fix(test): skip TinyFish tests when tinyfish is not installed (#2938)
  • a2dfc2e fix(oai): sync local ChatCompletion model with openai 2.41.0 moderation field...
  • cec8d4d feat(beta): introduce Sandbox protocol and LocalSandbox (#2879)
  • 8e76b2f feat(beta/eval): Allow reference answer to be excluded for Agent-as-a-judge a...
  • ab1d7d6 feat(beta): add background_agent_tool (#2900)
  • cc7a038 feat(beta/network): cross-process control plane via frame RPC (#2915)
  • f7e3760 chore: fix typos in code and docstrings (#2933)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ag2[mcp,openai,tracing]](https://github.com/ag2ai/ag2) to permit the latest version.
- [Release notes](https://github.com/ag2ai/ag2/releases)
- [Commits](ag2ai/ag2@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: ag2[mcp,openai,tracing]
  dependency-version: 0.13.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 12, 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: New /:ToDo

Development

Successfully merging this pull request may close these issues.

1 participant