Bump the nuget-all group with 6 updates#547
Merged
jongalloway merged 1 commit intoJul 26, 2026
Merged
Conversation
Bumps Microsoft.Agents.AI from 1.0.0 to 1.15.0 Bumps Microsoft.AspNetCore.Components.QuickGrid from 10.0.0 to 10.0.10 Bumps Microsoft.Extensions.AI to 10.8.1 Bumps Microsoft.Extensions.AI.OpenAI to 10.8.1 Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.9 to 10.0.10 Bumps Microsoft.Extensions.Logging.Console from 10.0.9 to 10.0.10 --- updated-dependencies: - dependency-name: Microsoft.Agents.AI dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-all - dependency-name: Microsoft.Extensions.AI dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-all - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-all - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-all - dependency-name: Microsoft.AspNetCore.Components.QuickGrid dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-all - dependency-name: Microsoft.Extensions.AI dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-all - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-all - dependency-name: Microsoft.Extensions.AI dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-all - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-all - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-all - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/nuget/Part-10---Adding-AI-to-an-Existing-App/StoreApp/nuget-all-929ad8a1a6
branch
July 26, 2026 16:14
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.15.0.
Release notes
Sourced from Microsoft.Agents.AI's releases.
1.15.0
What's Changed
New Contributors
Full Changelog: microsoft/agent-framework@python-1.12.0...dotnet-1.15.0
1.14.0
What's Changed
Full Changelog: microsoft/agent-framework@python-1.11.0...dotnet-1.14.0
1.13.0
What's Changed
New Contributors
Full Changelog: microsoft/agent-framework@dotnet-1.12.0...dotnet-1.13.0
1.12.1
[1.12.1] - 2026-07-22
Added
Changed
Fixed
Full Changelog: microsoft/agent-framework@python-1.12.0...python-1.12.1
1.12.0
What's Changed
New Contributors
Full Changelog: microsoft/agent-framework@dotnet-1.11.1...dotnet-1.12.0
1.11.1
Changes:
See More
This list of changes was auto generated.
1.11.0
Changes:
See More
... (truncated)
1.10.0
Changes:
See More
This list of changes was auto generated.
1.9.0
Changes:
See More
supported_protocol_bindingsas configurable parameter (#6098) [ #6057 ]This list of changes was auto generated.
1.8.1
[1.8.1] - 2026-06-09
Added
Changed
claude-agent-sdkto 0.2.87 (#6248)Fixed
getattrfor non-OpenAI provider response compatibility (#6270)outputSchema, not just JSON mode (#5893)app_idpayload (#6242)1.8.0
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.7.0...dotnet-1.8.0
1.7.0
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.6.2...dotnet-1.7.0
1.6.2
What's Changed
Full Changelog: microsoft/agent-framework@dotnet-1.6.1...dotnet-1.6.2
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