Skip to content

Bump agent-framework-core[all] from 1.0.0b260212 to 1.0.0rc5 in /python#64

Open
dependabot[bot] wants to merge 1 commit into
GR-Devfrom
dependabot/pip/python/agent-framework-core-all--1.0.0rc5
Open

Bump agent-framework-core[all] from 1.0.0b260212 to 1.0.0rc5 in /python#64
dependabot[bot] wants to merge 1 commit into
GR-Devfrom
dependabot/pip/python/agent-framework-core-all--1.0.0rc5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps agent-framework-core[all] from 1.0.0b260212 to 1.0.0rc5.

Release notes

Sourced from agent-framework-core[all]'s releases.

python-1.0.0rc5

[1.0.0rc5] - 2026-03-19

[!IMPORTANT] For any breaking changes & updates, please view this migration guide.

Added

  • samples: Add foundry hosted agents samples for python (#4648)
  • repo: Add automated stale issue and PR follow-up ping workflow (#4776)
  • agent-framework-ag-ui: Emit AG-UI events for MCP tool calls, results, and text reasoning (#4760)
  • agent-framework-ag-ui: Emit TOOL_CALL_RESULT events when resuming after tool approval (#4758)

Changed

  • agent-framework-devui: Bump minimatch from 3.1.2 to 3.1.5 in frontend (#4337)
  • agent-framework-devui: Bump rollup from 4.47.1 to 4.59.0 in frontend (#4338)
  • agent-framework-core: Unify tool results as Content items with rich content support (#4331)
  • agent-framework-a2a: Default A2AAgent name and description from AgentCard (#4661)
  • agent-framework-core: [BREAKING] Clean up kwargs across agents, chat clients, tools, and sessions (#4581)
  • agent-framework-devui: Bump tar from 7.5.9 to 7.5.11 (#4688)
  • repo: Improve Python dependency range automation (#4343)
  • agent-framework-core: Normalize empty MCP tool output to null (#4683)
  • agent-framework-core: Remove bad dependency (#4696)
  • agent-framework-core: Keep MCP cleanup on the owner task (#4687)
  • agent-framework-a2a: Preserve A2A message context_id (#4686)
  • repo: Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.1 to 5.5.3 (#4542)
  • repo: Bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.6.0 (#4543)
  • agent-framework-core: Bump pyjwt from 2.11.0 to 2.12.0 (#4699)
  • agent-framework-azure-ai: Reduce Azure chat client import overhead (#4744)
  • repo: Simplify Python Poe tasks and unify package selectors (#4722)
  • agent-framework-core: Aggregate token usage across tool-call loop iterations in invoke_agent span (#4739)
  • agent-framework-core: Support detail field in OpenAI Chat API image_url payload (#4756)
  • agent-framework-anthropic: [BREAKING] Refactor middleware layering and split Anthropic raw client (#4746)
  • agent-framework-github-copilot: Emit tool call events in GitHubCopilotAgent streaming (4711)

Fixed

  • agent-framework-core: Validate approval responses against the server-side pending request registry (#4548)
  • agent-framework-devui: Validate function approval responses in the DevUI executor (#4598)
  • agent-framework-azurefunctions: Use deepcopy for state snapshots so nested mutations are detected in durable workflow activities (#4518)
  • agent-framework-bedrock: Fix BedrockChatClient sending invalid toolChoice "none" to the Bedrock API (#4535)
  • agent-framework-core: Fix type hint for Case and Default (#3985)
  • agent-framework-core: Fix duplicate tool names between supplied tools and MCP servers (#4649)
  • agent-framework-core: Fix _deduplicate_messages catch-all branch dropping valid repeated messages (#4716)
  • samples: Fix Azure Redis sample missing session for history persistence (#4692)
  • agent-framework-core: Fix thread serialization for multi-turn tool calls (#4684)
  • agent-framework-core: Fix RUN_FINISHED.interrupt to accumulate all interrupts when multiple tools need approval (#4717)
  • agent-framework-azurefunctions: Fix missing methods on the Content class in durable tasks (#4738)
  • agent-framework-core: Fix ENABLE_SENSITIVE_DATA being ignored when set after module import (#4743)

... (truncated)

Commits
  • 26cd5cc Python: Bump Python version to 1.0.0rc5 and 1.0.0b260319 for a release. (#4807)
  • b4c4f50 Python: Emit tool call events in GitHubCopilotAgent streaming (#4711)
  • 0cd40f8 Python: [BREAKING] Refactor middleware layering and split Anthropic raw clien...
  • cefda44 Python: Emit TOOL_CALL_RESULT events when resuming after tool approval (#4758)
  • 4afc088 Python: Emit AG-UI events for MCP tool calls, results, and text reasoning (#4...
  • 1272ec5 Add automated stale issue and PR follow-up ping workflow (#4776)
  • 47ead84 Python: Support detail field in OpenAI Chat API image_url payload (#4756)
  • 4c287c2 Python: Fix MCP tool schema normalization for zero-argument tools missing 'pr...
  • 100086a Add docker-in-docker feature to dev container (#4794)
  • fc6721c .NET: Trim src references and add utility to enforce (#4693)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [agent-framework-core[all]](https://github.com/microsoft/agent-framework) from 1.0.0b260212 to 1.0.0rc5.
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b260212...python-1.0.0rc5)

---
updated-dependencies:
- dependency-name: agent-framework-core[all]
  dependency-version: 1.0.0rc5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 23, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants