Skip to content

chore(deps): Update ag2[mcp,openai] requirement from >=0.14.0 to >=1.0.0 in /a2a/slack_researcher - #749

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/slack_researcher/ag2-mcpopenai--gte-1.0.0
Open

chore(deps): Update ag2[mcp,openai] requirement from >=0.14.0 to >=1.0.0 in /a2a/slack_researcher#749
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/slack_researcher/ag2-mcpopenai--gte-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v1.0.0

AG2 v1.0.0

AG2 v1 is here! The protocol-driven framework we started building as autogen.beta in v0.12 is now the mainline framework, and the classic framework has moved to its own repository.

This release covers everything from v0.14.0, including the work released in v1.0.0b0.


Installing, importing, and start coding

Install What you get Repository
pip install ag2 AG2 v1.0 — actively developed ag2ai/ag2
pip install autogen AG2 Classic — maintenance mode ag2ai/ag2-classic

The top-level package is now imported as ag2. The autogen import name is no longer shipped by this repository.

import ag2

Get the AG2 skills for your coding assistant at ag2ai/ag2-skills — install with npx skills add ag2ai/ag2-skills.


Migrating

If you are on AG2 Classic

If your code contains import autogen, ConversableAgent, AssistantAgent, UserProxyAgent, GroupChat, register_function, or the nested and sequential chat patterns, you are on Classic.

Classic now lives at ag2ai/ag2-classic, with its own documentation at classic.docs.ag2.ai. It remains maintained and installable, and it receives security and critical bug fixes.

v1.0 is not a drop-in upgrade. The agent model, orchestration, and imports are different. Install autogen or pin the classic distribution rather than tracking ag2>=1.0, and your existing code keeps working unchanged.

If you are on the beta

The autogen.beta namespace is gone. Everything under it is now at the top level:

# Before
from autogen.beta import Agent
from autogen.beta.config import OpenAIConfig
Now
from ag2 import Agent
from ag2.config import OpenAIConfig

... (truncated)

Commits
  • 22f5d2e Chore/v1.0.0 remove beta references (#3108)
  • 93c2150 Version bump to 1.0.0 (#3099)
  • 0d4afc7 fix(beta/subagents): accept Stream instance in as_tool(stream=...) and reje...
  • 150feb3 fix(events): preserve Enum types across serialization round-trip (#3102)
  • 7d2fcfd fix(beta/network): resolve namespaced and enumerate unknown delegate targets ...
  • 852f0a8 feat(acp): MCP tool gateway for CLI agents (#3098)
  • cd1c2d7 chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#3104)
  • 66df051 chore(deps): bump gitpython from 3.1.52 to 3.1.54 (#3105)
  • 43483ae fix(test): run the ACP test suite in CI and fix its Windows failure (#3103)
  • 6760e3d fix(test): guard tool_search tests against single-provider CI envs (#3100)
  • 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]](https://github.com/ag2ai/ag2) to permit the latest version.
- [Release notes](https://github.com/ag2ai/ag2/releases)
- [Commits](ag2ai/ag2@v0.14.0...v1.0.0)

---
updated-dependencies:
- dependency-name: ag2[mcp,openai]
  dependency-version: 1.0.0
  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 Jul 31, 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