Skip to content

Bump the dotnet group with 1 update#53477

Merged
dotnet-policy-service[bot] merged 1 commit intomainfrom
dependabot/nuget/docs/ai/snippets/prompt-engineering/dotnet-0446456ded
Apr 29, 2026
Merged

Bump the dotnet group with 1 update#53477
dotnet-policy-service[bot] merged 1 commit intomainfrom
dependabot/nuget/docs/ai/snippets/prompt-engineering/dotnet-0446456ded

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Updated Microsoft.Agents.AI.OpenAI from 1.2.0 to 1.3.0.

Release notes

Sourced from Microsoft.Agents.AI.OpenAI's releases.

1.3.0

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.2.0...dotnet-1.3.0

1.2.2

[1.2.2] - 2026-04-29

Added

  • agent-framework-azure-contentunderstanding: New alpha package — Azure AI Content Understanding context provider that auto-analyzes file attachments (documents, images, audio, video) and injects structured results into the LLM context, with multi-document session state, configurable timeout, output filtering via AnalysisSection, and auto-registered list_documents / get_analyzed_document tools (#​4829)
  • agent-framework-foundry-hosting: Add hosted Durable Workflow support — propagate full conversation history to workflow agents and wire Workflow.as_agent() end-to-end via the foundry hosting layer (#​5531)

Changed

  • agent-framework-orchestrations: [BREAKING] Standardize orchestration terminal outputs as AgentResponse so Workflow.as_agent() returns the final answer only; aligns sequential-approval (with_request_info) and concurrent (intermediate_outputs=True) flows on the same output contract (#​5301)
  • agent-framework-core, agent-framework-declarative: Preserve Workflow.run() shared state across calls so multi-turn WorkflowAgent invocations retain context, accept list[Message] input in the declarative start executor, and coerce Enum values when serializing PowerFx symbols (#​5531)
  • dependencies: Update workspace package dependencies and preserve mcp[ws] / uvicorn[standard] extras through override-dependencies in /python (#​5555)

Fixed

  • agent-framework-core: Fix observability spans not being correctly nested when using streaming (#​5552)
  • agent-framework-openai: Fix file_search citations breaking the assistant-message history roundtrip — skip hosted_file content in the assistant role so the Responses API no longer rejects input_file (#​5557)

Full Changelog: microsoft/agent-framework@python-1.2.1...python-1.2.2

1.2.1

[1.2.1] - 2026-04-28

Added

  • agent-framework-foundry-hosting: Add file data type support to hosted-agent Responses, refresh foundry-hosted-agents samples, and add response test coverage (#​5485)
  • samples: Add requirements.txt and .env.example to the a2a/ hosting sample for pip-based setup (#​5510)

Changed

  • dependencies: Update rich requirement from <15.0.0,>=13.7.1 to >=13.7.1,<16.0.0 in /python (#​5227)
  • dependencies: Bump prek from 0.3.8 to 0.3.9 in /python (#​5228)
  • dependencies: Bump python-multipart from 0.0.22 to 0.0.26 in /python (#​5286)
  • dependencies: Bump pyasn1 from 0.6.2 to 0.6.3 in /python (#​4748)
  • dependencies: Bump pytest from 9.0.2 to 9.0.3 in /python/packages/ag-ui (#​5461)
  • dependencies: Bump pytest from 9.0.2 to 9.0.3 in /python/packages/devui (#​5492)
  • dependencies: Bump pytest from 9.0.2 to 9.0.3 in /python/packages/lab (#​5470)
  • dependencies: Bump uv from 0.11.3 to 0.11.6 in /python/packages/lab (#​5469)
  • dependencies: Bump vite from 7.1.12 to 7.3.2 in /python/packages/devui/frontend (#​5127)
  • dependencies: Bump vite from 7.1.12 to 7.3.2 in /python/samples/05-end-to-end/chatkit-integration/frontend (#​5126)
  • dependencies: Bump postcss from 8.5.6 to 8.5.10 in /python/packages/devui/frontend (#​5484)
  • dependencies: Bump postcss from 8.5.6 to 8.5.10 in /python/samples/05-end-to-end/chatkit-integration/frontend (#​5491)
  • dependencies: Bump postcss from 8.5.6 to 8.5.12 in /python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend (#​5527)
  • dependencies: Bump picomatch from 4.0.3 to 4.0.4 in /python/packages/devui/frontend (#​4921)
  • dependencies: Bump picomatch from 4.0.3 to 4.0.4 in /python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend (#​4936)

Fixed

  • agent-framework-core: Prevent inner_exception from being lost in AgentFrameworkException (#​5167)

Full Changelog: microsoft/agent-framework@python-1.2.0...python-1.2.1

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.Agents.AI.OpenAI from 1.2.0 to 1.3.0

---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI.OpenAI
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 29, 2026
@dependabot dependabot Bot requested review from a team and gewarren as code owners April 29, 2026 12:30
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Apr 29, 2026
@dotnet-policy-service dotnet-policy-service Bot added :octocat: auto-merge community-contribution Indicates PR is created by someone from the .NET community. labels Apr 29, 2026
@dotnet-policy-service dotnet-policy-service Bot enabled auto-merge (squash) April 29, 2026 12:31
Copy link
Copy Markdown
Contributor

@dotnet-policy-service dotnet-policy-service Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved; this PR will merge when all status checks pass.

@dotnet-policy-service dotnet-policy-service Bot merged commit 86d1252 into main Apr 29, 2026
17 checks passed
@dotnet-policy-service dotnet-policy-service Bot deleted the dependabot/nuget/docs/ai/snippets/prompt-engineering/dotnet-0446456ded branch April 29, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community. dependencies Pull requests that update a dependency file .NET Pull requests that update .net code :octocat: auto-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants