chore(deps): Bump Microsoft.Agents.AI and 5 others#17
Merged
sanaullahmohammed merged 1 commit intoMay 28, 2026
Merged
Conversation
Bumps Microsoft.Agents.AI from 1.0.0 to 1.8.0 Bumps Microsoft.Agents.AI.OpenAI from 1.0.0 to 1.8.0 Bumps Microsoft.AspNetCore.OpenApi from 10.0.5 to 10.0.8 Bumps Microsoft.Extensions.Http.Resilience to 10.6.0 Bumps Microsoft.Extensions.ServiceDiscovery to 10.6.0 Bumps Scalar.AspNetCore from 2.13.19 to 2.14.14 --- updated-dependencies: - dependency-name: Microsoft.Agents.AI dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Agents.AI.OpenAI dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Scalar.AspNetCore dependency-version: 2.14.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.Agents.AI from 1.0.0 to 1.8.0.
Release notes
Sourced from Microsoft.Agents.AI's releases.
1.7.0
[1.7.0] - 2026-05-28
Added
HarnessAgentand background-agents harness provider (#6041, #6069)A2AAgentSessionwith referenced task IDs and input-required support (#5980)Changed
openai-chatkitdependency floor to>=1.6.4to match the current typed API usage.asyncio.iscoroutinefunctionusage in DevUI cleanup-hook tests (#4563)Fixed
@experimentalwarnings at user code (#5996)MessageRolevalues (#6049)get_urlmetadata (#6037).headers(#6028, #6029)Full Changelog: microsoft/agent-framework@python-1.6.0...python-1.7.0
1.6.1
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.5.0...dotnet-1.6.1
1.6.0
[1.6.0] - 2026-05-21
Added
FoundryChatClient(#5958)return_immediatelyfor background ops (#5963)Changed
Fixed
1.5.0
What's Changed
New Contributors
Full Changelog: microsoft/agent-framework@dotnet-1.4.0...dotnet-1.5.0
1.4.0
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.3.0...dotnet-1.4.0
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
AnalysisSection, and auto-registeredlist_documents/get_analyzed_documenttools (#4829)Workflow.as_agent()end-to-end via the foundry hosting layer (#5531)Changed
AgentResponsesoWorkflow.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)Workflow.run()shared state across calls so multi-turnWorkflowAgentinvocations retain context, acceptlist[Message]input in the declarative start executor, and coerceEnumvalues when serializing PowerFx symbols (#5531)mcp[ws]/uvicorn[standard]extras through override-dependencies in/python(#5555)Fixed
file_searchcitations breaking the assistant-message history roundtrip — skiphosted_filecontent in the assistant role so the Responses API no longer rejectsinput_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
foundry-hosted-agentssamples, and add response test coverage (#5485)requirements.txtand.env.exampleto thea2a/hosting sample for pip-based setup (#5510)Changed
richrequirement from<15.0.0,>=13.7.1to>=13.7.1,<16.0.0in/python(#5227)prekfrom0.3.8to0.3.9in/python(#5228)python-multipartfrom0.0.22to0.0.26in/python(#5286)pyasn1from0.6.2to0.6.3in/python(#4748)pytestfrom9.0.2to9.0.3in/python/packages/ag-ui(#5461)pytestfrom9.0.2to9.0.3in/python/packages/devui(#5492)pytestfrom9.0.2to9.0.3in/python/packages/lab(#5470)uvfrom0.11.3to0.11.6in/python/packages/lab(#5469)vitefrom7.1.12to7.3.2in/python/packages/devui/frontend(#5127)vitefrom7.1.12to7.3.2in/python/samples/05-end-to-end/chatkit-integration/frontend(#5126)postcssfrom8.5.6to8.5.10in/python/packages/devui/frontend(#5484)postcssfrom8.5.6to8.5.10in/python/samples/05-end-to-end/chatkit-integration/frontend(#5491)postcssfrom8.5.6to8.5.12in/python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend(#5527)picomatchfrom4.0.3to4.0.4in/python/packages/devui/frontend(#4921)picomatchfrom4.0.3to4.0.4in/python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend(#4936)Fixed
inner_exceptionfrom being lost inAgentFrameworkException(#5167)Full Changelog: microsoft/agent-framework@python-1.2.0...python-1.2.1
1.2.0
Changes:
See More
FoundryChatClientstreaming responses (#5071) [ #5029 ]workflow.as_agent()(#4651)... (truncated)
1.1.1
[1.1.1] - 2026-04-23
Added
expected_outputground-truth support toevaluate_workflowfor similarity evaluators (#5234)thread_idandforwarded_propsthrough AG-UI to A2Acontext_id(#5383)set_stop_loss) toconcurrent_builder_tool_approvalsample (#4875)SKIP_PARSINGsentinel forFunctionTool.invoketo bypassContent-wrapping and return raw function results (#5424)Changed
SKIP_PARSING, switchexecute_codeinput schema to a plain JSON-schema dict, and tighten public APIsurface (#5424)
Fixed
created_atfrom the finalresponse.completedevent (#5382)OpenAIEmbeddingClientto useAsyncOpenAIfor/openai/v1endpoints (#5137)file_idfrominput_imagepayload to prevent schema 400 errors (#5125)thread_idassession_idwhen constructingAgentSession(#5384)WasmSandboxinteractions via per-entryThreadPoolExecutorto eliminate the PyO3unsendablepanic when touched from asyncio worker threads(#5424)
Full Changelog: microsoft/agent-framework@python-1.1.0...python-1.1.1
1.1.0
Changes:
See More
This list of changes was auto generated.
1.0.1
1.0.1 - 2026-04-09
Added
Changed
README.md(#5067)CHANGELOGwith v1.0.0 release (#5069)vitefrom 7.3.1 to 7.3.2 in/python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend(#5132)cryptographyfrom 46.0.6 to 46.0.7 (#5176)mcpfrom 1.26.0 to 1.27.0 (#5117)mcp[ws]from 1.26.0 to 1.27.0 (#5119)Fixed
TypeVarannotations (#4944)response_formatcrash on background polling with empty text (#5146)FoundryAgentrequest whenagent_referenceis present (#5101)response.reasoning_text.doneandresponse.reasoning_summary_text.doneevents (#5162)Full Changelog: microsoft/agent-framework@python-1.0.0...python-1.0.1
Commits viewable in compare view.
Updated Microsoft.Agents.AI.OpenAI from 1.0.0 to 1.8.0.
Release notes
Sourced from Microsoft.Agents.AI.OpenAI's releases.
1.7.0
[1.7.0] - 2026-05-28
Added
HarnessAgentand background-agents harness provider (#6041, #6069)A2AAgentSessionwith referenced task IDs and input-required support (#5980)Changed
openai-chatkitdependency floor to>=1.6.4to match the current typed API usage.asyncio.iscoroutinefunctionusage in DevUI cleanup-hook tests (#4563)Fixed
@experimentalwarnings at user code (#5996)MessageRolevalues (#6049)get_urlmetadata (#6037).headers(#6028, #6029)Full Changelog: microsoft/agent-framework@python-1.6.0...python-1.7.0
1.6.1
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.5.0...dotnet-1.6.1
1.6.0
[1.6.0] - 2026-05-21
Added
FoundryChatClient(#5958)return_immediatelyfor background ops (#5963)Changed
Fixed
1.5.0
What's Changed
New Contributors
Full Changelog: microsoft/agent-framework@dotnet-1.4.0...dotnet-1.5.0
1.4.0
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.3.0...dotnet-1.4.0
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
AnalysisSection, and auto-registeredlist_documents/get_analyzed_documenttools (#4829)Workflow.as_agent()end-to-end via the foundry hosting layer (#5531)Changed
AgentResponsesoWorkflow.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)Workflow.run()shared state across calls so multi-turnWorkflowAgentinvocations retain context, acceptlist[Message]input in the declarative start executor, and coerceEnumvalues when serializing PowerFx symbols (#5531)mcp[ws]/uvicorn[standard]extras through override-dependencies in/python(#5555)Fixed
file_searchcitations breaking the assistant-message history roundtrip — skiphosted_filecontent in the assistant role so the Responses API no longer rejectsinput_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
foundry-hosted-agentssamples, and add response test coverage (#5485)requirements.txtand.env.exampleto thea2a/hosting sample for pip-based setup (#5510)Changed
richrequirement from<15.0.0,>=13.7.1to>=13.7.1,<16.0.0in/python(#5227)prekfrom0.3.8to0.3.9in/python(#5228)python-multipartfrom0.0.22to0.0.26in/python(#5286)pyasn1from0.6.2to0.6.3in/python(#4748)pytestfrom9.0.2to9.0.3in/python/packages/ag-ui(#5461)pytestfrom9.0.2to9.0.3in/python/packages/devui(#5492)pytestfrom9.0.2to9.0.3in/python/packages/lab(#5470)uvfrom0.11.3to0.11.6in/python/packages/lab(#5469)vitefrom7.1.12to7.3.2in/python/packages/devui/frontend(#5127)vitefrom7.1.12to7.3.2in/python/samples/05-end-to-end/chatkit-integration/frontend(#5126)postcssfrom8.5.6to8.5.10in/python/packages/devui/frontend(#5484)postcssfrom8.5.6to8.5.10in/python/samples/05-end-to-end/chatkit-integration/frontend(#5491)postcssfrom8.5.6to8.5.12in/python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend(#5527)picomatchfrom4.0.3to4.0.4in/python/packages/devui/frontend(#4921)picomatchfrom4.0.3to4.0.4in/python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend(#4936)Fixed
inner_exceptionfrom being lost inAgentFrameworkException(#5167)Full Changelog: microsoft/agent-framework@python-1.2.0...python-1.2.1
1.2.0
Changes:
See More
FoundryChatClientstreaming responses (#5071) [ #5029 ]workflow.as_agent()(#4651)... (truncated)
1.1.1
[1.1.1] - 2026-04-23
Added
expected_outputground-truth support toevaluate_workflowfor similarity evaluators (#5234)thread_idandforwarded_propsthrough AG-UI to A2Acontext_id(#5383)set_stop_loss) toconcurrent_builder_tool_approvalsample (#4875)SKIP_PARSINGsentinel forFunctionTool.invoketo bypassContent-wrapping and return raw function results (#5424)Changed
SKIP_PARSING, switchexecute_codeinput schema to a plain JSON-schema dict, and tighten public APIsurface (#5424)
Fixed
created_atfrom the finalresponse.completedevent (#5382)OpenAIEmbeddingClientto useAsyncOpenAIfor/openai/v1endpoints (#5137)file_idfrominput_imagepayload to prevent schema 400 errors (#5125)thread_idassession_idwhen constructingAgentSession(#5384)WasmSandboxinteractions via per-entryThreadPoolExecutorto eliminate the PyO3unsendablepanic when touched from asyncio worker threads(#5424)
Full Changelog: microsoft/agent-framework@python-1.1.0...python-1.1.1
1.1.0
Changes:
See More
Description has been truncated