Skip to content

Bump agent-framework from 1.13.0 to 1.15.0 in /test-agents - #15

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/test-agents/agent-framework-1.15.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/test-agents/agent-framework-1.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown

Bumps agent-framework from 1.13.0 to 1.15.0.

Release notes

Sourced from agent-framework's releases.

python-1.15.0

[1.15.0] - 2026-08-21

Added

  • agent-framework-ag-ui, agent-framework-openai: Add optional A2UI support for agent-generated interfaces and preserve streaming tool-call indices for A2UI consumers (#7423)
  • agent-framework-core: Add MiddlewareFailure as a first-class fatal signal for function middleware (#7562)
  • agent-framework-core, agent-framework-azure-cosmos: Add a process-wide workflow checkpoint type registry, register Cosmos checkpoint state types, and declare the compatibility dependency required by the supported Cosmos SDK floor (#7636)
  • agent-framework-core, agent-framework-foundry-hosting: Add steering, retry, and recovery support for resilient Foundry Hosted Agents, with long-running workflow samples (#7670)
  • samples: Add the production-ready installment of the build-your-own-claw harness sample (#7698)

Changed

  • agent-framework-ag-ui, agent-framework-core: [BREAKING] Consolidate OpenTelemetry GenAI semantic-convention support around stable and experimental modes with explicit message-event controls (#7673)
  • agent-framework-ag-ui: Align run continuity and avoid emitting unchanged predictive state snapshots (#7662, #7766)
  • agent-framework-core: Defer turn-scoped after_run context providers to the agent-loop boundary (#7289)
  • agent-framework-ag-ui, agent-framework-core, agent-framework-declarative: Persist approval state and distinguish absent values from falsey approval data (#7631)
  • agent-framework-devui: Forward function_invocation_kwargs through DevUI agent runs (#7779)
  • agent-framework-core, samples: Clarify skill script arguments and MCP tool argument-filtering behavior (#7695, #7801)
  • tests: Update uv, Ruff, mypy, ty, Flit, and the root build-system dependency range (#7644, #7645, #7780, #7781, #7782, #7783, #7784)
  • docs: Clarify PR review resolution and pin the Agent Lightning installation documentation link (#7746, #7693)

Fixed

  • agent-framework-a2a, agent-framework-core, agent-framework-orchestrations: Preserve and normalize A2A inputs when used through orchestrations (#7761)
  • agent-framework-ag-ui: Preserve tool-message IDs, URL-source attachments, and JSON workflow resume payloads (#7510, #7655, #7684)
  • agent-framework-anthropic, agent-framework-core: Preserve structured instructions when merging chat options (#7730)
  • agent-framework-core: Preserve all fan-in trace contexts and restrict workflow type deserialization (#7557, #7500)
  • agent-framework-core: Avoid remote MCP tool-name shadowing while retaining the documented argument allowlist (#7799)
  • agent-framework-core: Always emit an arguments field for zero-argument tool calls in Foundry evaluations (#7734)
  • agent-framework-core, agent-framework-github-copilot: Forward telemetry configuration to the GitHub Copilot client (#7625)
  • agent-framework-core, agent-framework-redis: Prevent superlinear history growth by deduplicating saved messages (#7242)
  • agent-framework-devui: Deduplicate streamed tool calls (#7652)
  • agent-framework-foundry-hosting: Surface A2A preview consent URLs and prevent duplicate streamed function calls (#7606, #7486)
  • agent-framework-orchestrations: Preserve agent additional_properties in handoff clones (#7755)

python-1.14.0

[1.14.0] - 2026-08-13

Added

  • agent-framework-core, agent-framework-mistral: Add a Mistral chat client with native chat, streaming, tools, structured output, and embeddings support (#7392)
  • agent-framework-core: Add experimental AGENT-HOOKS-0.1 enforcement middleware behind the opt-in agent-hooks extra (#7515)
  • agent-framework-openai: Add request preparation and response parsing hooks to OpenAIChatCompletionClient (#7028)
  • agent-framework-ag-ui: Add workflow checkpoint creation and resume support to AgentFrameworkWorkflow (#6646)
  • agent-framework-core: Add BackgroundAgentsProvider.release_session() for safely cancelling work and releasing per-session runtime state (#7450)
  • agent-framework-foundry-hosting: Add provider-based Foundry state stores for agent sessions, checkpoints, and function approvals (#7533)
  • agent-framework-foundry: Export the Foundry hosted-agent session-state key used for service session continuity (#7608)
  • agent-framework-orchestrations: Expose the Magentic orchestrator manager name as MagenticOrchestrator.MANAGER_NAME (#7350)
  • agent-framework-gemini: Surface Gemini thought summaries as reasoning content (#7488)
  • samples: Add a locally hosted Responses sample for the agent harness (#7010)

Changed

  • agent-framework, agent-framework-core, agent-framework-azurefunctions, agent-framework-durabletask: Move the Durable Task and Azure Functions integrations to the Durable Agent Framework extension repository; core continues to re-export their public symbols and install their independently published packages through the all extra (#7465)

... (truncated)

Commits
  • 2d34dee Reduce workflow credential exposure (#7270)
  • a2927c1 Python: Fix stateless replay of reasoning-paired tool calls (#7233)
  • c68c099 .NET: Fix expensive logging (#7268)
  • 6180272 Python: Support prompt cache breakpoints for GPT-5.6 models in OpenAI clients...
  • ddb0622 .NET: Added GettingStarted example demonstrating Dapr as an agent provider (#...
  • 12b2325 Updating dotnet version for release. (#7265)
  • bfc73a5 .NET: Fix declarative autosend output (#7217)
  • 1f1da1b .NET: [BREAKING] Hosting OpenAI Responses protocol helpers and optional execu...
  • 83ba938 Python: preserve Gemini 3 thought_signature across function-call replays (#7095)
  • d97c901 Harden workflow credential selection (#7249)
  • 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](https://github.com/microsoft/agent-framework) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@dotnet-1.13.0...dotnet-1.15.0)

---
updated-dependencies:
- dependency-name: agent-framework
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Author

Superseded by #18.

@dependabot dependabot Bot closed this Sep 2, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/test-agents/agent-framework-1.15.0 branch September 2, 2026 18:05
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants