Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

Updated Azure.Identity from 1.13.2 to 1.16.0.

Release notes

Sourced from Azure.Identity's releases.

1.16.0

1.16.0 (2025-09-09)

Features Added

  • Added a new DefaultAzureCredential constructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the default AZURE_TOKEN_CREDENTIALS environment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existing AZURE_TOKEN_CREDENTIALS processing.
  • Added DefaultAzureCredential.DefaultEnvironmentVariableName constant property that returns "AZURE_TOKEN_CREDENTIALS" for convenience when referencing the default environment variable name.
  • AzureCliCredential, AzurePowerShellCredential, and AzureDeveloperCliCredential now throw an AuthenticationFailedException when the TokenRequestContext includes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.
  • When AZURE_TOKEN_CREDENTIALS or the equivalent custom environment variable is configured to ManagedIdentityCredential, the DefaultAzureCredential does not issue a probe request and performs retries with exponential backoff.

Bugs Fixed

  • Fixed AzureDeveloperCliCredential hanging when the AZD_DEBUG environment variable is set by adding the --no-prompt flag to prevent interactive prompts (#​52005).
  • BrokerCredential is now included in the chain when AZURE_TOKEN_CREDENTIALS is set to dev.
  • Fixed an issue that prevented ManagedIdentityCredential from utilizing the token cache in Workload Identity Federation environments.
  • Fixed a bug in DefaultAzureCredential that caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination with DefaultAzureCredentialOptions.

Other Changes

  • The BrokerCredential is now always included in the DefaultAzureCredential chain. If the Azure.Identity.Broker package is not referenced, an exception will be thrown when GetToken is called, making its behavior consistent with the rest of the credentials in the chain.
  • Updated Microsoft.Identity.Client dependency to version 4.76.0.
  • Updated Microsoft.Identity.Client.Extensions.Msal dependency to version 4.76.0.

1.15.0

1.15.0 (2025-08-07)

Breaking Changes

Behavioral Breaking Changes

  • Deprecated SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using InteractiveBrowserCredential instead. The following changes have been made:
    • SharedTokenCacheCredential class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredentialOptions class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredential property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheUsername property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredential is no longer included in the DefaultAzureCredential authentication flow

Bugs Fixed

  • Tenant ID comparisons in credential options are now case-insensitive. This affects AdditionallyAllowedTenants values which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#​51693).

Other Changes

  • BrokerAuthenticationCredential has been renamed as BrokerCredential.

  • Added the EditorBrowsable(Never) attribute to property VisualStudioCodeTenantId as TenantId is preferred. The VisualStudioCodeTenantId property exists only to provide backwards compatibility.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 10.0.0-preview.2.25163.2 to 10.0.0-rc.1.25451.107.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.UserSecrets from 10.0.0-preview.2.25163.2 to 10.0.0-rc.1.25451.107.

Release notes

Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.Extensions.VectorData.Abstractions from 9.0.0-preview.1.25161.1 to 9.7.0.

Release notes

Sourced from Microsoft.Extensions.VectorData.Abstractions's releases.

9.7.0

Changes:

  • dd8244f0283d57cbf3611ff7a5ca5a770d25c2e2 Version 1.60.0 (#​12681)
  • 17f8368cec1c9f041612a6d68adde0af45cfff09 .Net: Fix Labels Implementation in Vertex AI to Use Dictionary<string, string> (#​12636) [ #​12633 ]
  • 2602d33b3dd14e3f2f200c1811167cd447266402 Bump MEVD package for July release. (#​12682)
  • a2a25086c264cf221ee5a36472d74630f2fe5fa7 .Net: Update to latest mcp package (#​12673)
  • cb2268ce352bf780bb8b7dd8e2cdb151b28f203a .Net: Removing SKEXP0070 experimental from non-GA AI Connectors (#​12677)
  • c1ce5a692121475f1ca1160c9b807fa929a36f16 .Net: Exposing conversion helpers from SK Contents to MEAI Content primitives (#​12676)
  • 7401b45802071cef1ee86038f14383928083b03a .Net: Add Retrieval API Plugin to CAPs. (#​12653)
  • ba031e689d4089af267f52c91527e6cf1407e0b5 Python: Properly handle AzureAI Search results for AzureAIAgent (#​12654) [ #​12422 ]
  • 9f33c90cca9f8cf2c5c4be797243ce6cb38c54e0 .Net: MEVD data type tests (#​12567) [ #​12505 ]
  • 26ca94454ba32d12b419e5b1151fa3f019f7cc1d Bump some package versions (#​12674)
See More
  • cc078ece70ec36f0ec25854d2ca0b68a3eb62669 .Net: Add Support for {Azure}OpenAIPromptExecutionSettings.ChatSystem/DeveloperPrompt for ChatClients (#​12619) [ #​12546 ]
  • 7631ef9eaedbc2a55cda3982a68128556de5482f .Net: Add Filter to TextSearchProvider (#​12662)
  • 93a14d5115fa80adef16daeec85b1da4244b78c0 Python: feature: support gpt-image-1 (#​12621)
  • c15c885f8457a04f5c355725141dcfb3d99c026b Python: Emit partial result for magentic pattern when retrieving final result, if available (#​12656) [ #​12625 ]
  • ba000c3368f34ced81c899b85bb519545e344ff8 Python: Use message cache in agent orchestrations (#​12618)
  • 43257cd0aeea74456335c3b4c4fc5d07f98e0b9f .Net: Bump TestContainers versions (#​12649)
  • 54541d20426fbd34dc099b3b65b92b4b8c219326 .Net: Version 1.59.0 (#​12644)
  • 5ad22d968ceed273fe175502ac6dc109c59eba6f .Net: OpenTelemetry 1.12.0 (#​12648)
  • 955ef32d47a736f7d7978b47c46242bda1cb971c .Net: Update Roslynator (#​12642)
  • b767486759efa5db53d78e5ed029e45b5314ddae Revert "Seperate dotnet run to handle src and samples separately" (#​12647) [ #​12643 ]
  • 35f68183a6a27a76dc39e92c13c651f265664df6 .Net: Update to Yaml.DotNet 16.3.0 (#​12641)
  • 08bd2b62f2bf7419b5cfc295043ec49743e6c3a2 Seperate dotnet run to handle src and samples separately (#​12643)
  • bdf14f2a47f10e7e40c61aa291d9bff8f39fd5c5 .Net: Enable clients to remove safe_prompt attribute from json (#​12631)
  • b2d5179dd5411b99b96d3124c8b22fb69797ab4b .Net: Refactor kernel initialization in Step01_Agent (#​12181)
  • 6ecf2b9c2c893dc6da97abeb5962dfc49bed062d .Net: Dependabot configuration cleanup (#​12632)
  • 25ece602ef7428eb253314b072ac0e13bcb6876c .Net: Dependencies cleanup #​1 (#​12630)
  • 16da89a2ebc82f3e3786d5fb61725bca8147660b .Net: Add sample showing how to use web and file search (#​12611) [ #​12562 ]
  • b78307cf64ae34af7e1cba5a87cbc922fafaa1af .Net: Revert RetryFacts for AzureOpenAI Integration Tests (#​12576)
  • 43e0dc418dbaab55ac676204e00b58444db5e5b6 .Net: Agents - CopilotStudioAgent not invoking AgentInvokeOptions.OnIntermediateMessage for non-streaming (#​12589)
  • 23b86febb086989f218620fff822a81816dabcb0 .Net: Update Npgsql to 8.0.7 (#​12614)
  • 246ac767452500fe8df6b9c3592620759621afbc .Net: Update Connector Dependencies + BugFix (#​12610)
  • 62913836eb08120c2d60427149a172d8083d8858 .Net: Update Amazon packages (#​12607)
  • ec58e2bf6284e255f295023ff918ebe9ecbe65b6 .Net: Update SK packages (#​12600)
  • 73d29601f0e4cc83680dc834cbc2a8f2c2d24ae7 .NET: Update dependabot schedule (#​12602)
  • 1253cad0f0fe4d93bc790105a9b14b7233f944ca .Net: Upgrade SqliteVec and PgVector (#​12604)
  • 44d54d4a3463e2c8207ada2a3a1c88ac61c1bf19 .Net: Upgrade Qdrant to v1.14.1 (#​12603)
  • 04765faf5f0fe6ca12fe7939baa00eaa0f49298f .Net: Upgrade AzureAISearch SDK (#​12606)
  • 8f992c93ddbfdc8e674e0d35a2e40e537d6173fd .Net: Update Aspire.* packages (#​12597)
  • e001e97a5a1625a20b7f24def4cd3ae2873c6608 .Net: Ignore unknown response item types rather than throw (#​12596) [ #​12511 ]
  • c8b4e1b4fa6f9c11ab8920a0134967f603b049d2 .Net: Upgrading Pinecone to v3.1.0 (#​12601)
  • 416664edca6cd21454c4800eac8588cf6d737d13 .Net: Update OpenApi packages (#​12599)
  • fac316e7dc2cd7dabbaab0ee899c04187c301093 .Net: Reference latest mcp nuget (#​12595)
  • 9be80f1b304f1de26f3156fbed30e9419254480b .Net: Expose GeminiKernelFunctionMetadataExtensions (#​12515)
  • 55132da6ec6b832e6e55a520050ce354342aea59 .Net: Fix TextChunker.SplitPlainTextParagraphs to handle embedded newlines in input strings (#​12558) [ #​12556 ]
    ... (truncated)

9.6.0

Changes:

  • bbc66dfc16a7012aff6347ce75f6109dd208d349 .Net: Add Ollama ChatClient Extensions + UT (#​12476)
  • c07711e66bb1bfeff05a32ecd0ba3f521f9c50b0 .Net: Update release versions and VectorData readme (#​12487)
  • 9b8f8e22c3b897c3d0dde20f866b59266e56b42b Python: Correct chat completion agent history truncation samples (#​12474)
  • ef912a9e66592893d5ec26a1c5d09e8fb99eafc3 .NET Agents - Switch all instance of "SendMessage" to "PublishMessage" (#​12457)
  • 4ab3d570dee62b5d3c43a134323a3eeb7621422f .Net: Adding retry to flakey test and switch to a different model (#​12439)
  • dfbc993d8fc11a08e69d828edd944539ed991cf0 Python: Remove orchestration persona adaptation messages (#​12446) [ #​12294 ]
  • eda707f9a5ebcbe365d616236f0b7afd3000f239 .Net Agents - Fix AIContext instruction formatting for ChatCompletionAgent streaming invocation (#​12444)
  • 62e647fdf1e005720b7e2552d25122889d8dc98b .Net: Version 1.56.0 (#​12436)
  • ab0a70ef4782423f15c009e7d102561585a7d467 .Net: Add Usage Metadata for ChatClientChatCompletionService Adapter (#​12412)
  • d2120d42b774f61b943dd46e624f1e5a4e072ae9 .Net: Implement OnnxRuntimeGenAIChatCompletionService on OnnxRuntimeGenAIChatClient (#​12197)
See More
  • aabfc9c0c26583d8de1a097f52c2aaf73c78a9b1 .Net: Feature OpenAI Response Agent (#​11498)
  • b8c4486f50c6e7c06b663ea706d196d339c40e29 .Net: Remove obsoleted code for agent abstractions (#​12391)
  • 2036d81d0bee00ddb64d8ee1c297b2ffc9ca6e7a .Net: Fix flakey web search model test (#​12434)
  • a69d7d3f7423b8f8e5f1b96b263fdf88062f17af .Net: Fix minor typo (#​12260)
  • 029732dc3657bba8d0b8ed50f35c222f2bf4bed8 Python: Bump Python version to 1.33.0 for release (#​12427)
  • 4b23389f714239854ca639747bc4ebfc123d3f22 Python: Emit token usage with streaming chat completion agent. (#​12416) [ #​12411 ]
  • c3c8dfabc65ef437499e7aee5770f433471f7489 Python: Bing custom search tool content support (#​12415)
  • 3e31c3bdc64c5d4d04cf926df7a4001d5454b108 Python: Remove planner-related code and samples. (#​12417) [ #​12400 ]
  • e0221e58cebc8a7c5a3ae5cfdc4e9283bffaf1c0 Python: Fix OpenAPI concept sample (#​12418)
  • 576a49b7fb19abdd93fbd033bae338438781fe42 Python: Bump google-cloud-aiplatform from 1.93.0 to 1.95.1 in /python (#​12346) [ #​5363, #​5350 ]
  • a7eab4ac6d9727accdefc8deb5870387ab16c3f6 Python: Remove model info check in Bedrock connectors (#​12395) [ #​10941 ]
  • 0e7556e112f136df2ca59f713baa674ed1f1e1bf Python: Add file handling support to BinaryContent for OpenAI Responses API (#​12258)
  • 32d7fa1a53f934653249809dc6b65774806f6fa0 Python: Normalize MCP function names to allowed tool calling values. Add tests. (#​12420) [ #​12406 ]
  • b4ed05e1f91b9c4b1f889717e783351ba03d72d2 Python: Throw exception on image error (#​12410)
  • 2f84e5d1bfc685a7a7e46ef7ea1a927b89ac70ac Python: Add chat completion agent code interpreter sample (#​12393) [ #​10962 ]
  • 58a1389571814fb4bda8d623516b7a862288b53c .Net: BugFix TryGetFunction + FunctionInvocationFilter when using IChatClient (#​12405) [ #​12378 ]
  • e6b2cf301c869ef12b900be201879b9c97fc774b .Net: Enable api manifest integration test (#​12408)
  • 5c04bbed1afd266a5dd21417f658ee12acf8d076 .Net: Add support for audio and binary tags to chat prompt parser (#​11919) [ #​11044 ]
  • da1ad23386302791ccab86190eab158c53d90565 .Net Fix KernelParameterMetadata not compatible with C# 7.3 net472 (#​12369) [ #​12297 ]
  • 6116f7d0a6cc1d09925ae2d8de0b497a1c6cb4a2 .NET Agents - Add sample using "Prompt Function" (#​12380)
  • aef2284720be333743f0cade39406ea7128e04fb .Net: Make the previously flaky integration test more resilient and enable it (#​12392)
  • 811dde0abe6d6b989e6a0ca09fa1f4c7822229cc .Net: Remove planners (#​12399)
  • ea282ad7d971b51ace53eb3476882ab5ae390f8e .Net: Allow hyphens in function name (#​12389)
  • d7a76993876b0bd6f325d92d61b00109c43744a1 .Net: disable integration test (#​12387)
  • 4e40f3945b917971bfce2c2fb8857d16bb8a57e1 .Net: Fix Gemini Auto Invoke when returned function is non-first part (#​12174) [ #​11651 ]
  • e51412052f18c630c6c61c9341a96de0d6e9621f .Net: Reorganize MEVD projects (#​12332) [ #​12325 ]
  • 2634f4badde9096356480f602c2bfb6e310e7a0f .Net: Add fix for plugin naming collisions (#​12371) [ #​12320 ]
  • e6565e5d2ff5ea6dc3b446fa171330754abca24c .Net: BugFix 400 BadRequest for ToolcallBehavior against Google API (#​12365) [ #​11629 ]
  • 4c3b3fceab688e54c2d11e88af820c28045ddf2f .Net: Migrate sln to slnx (#​12325)
  • 3499c7a92c612a1a089dc38f7d474577e2a6c773 .Net Agents - Introducing CopilotStudioAgent (#​12372)
  • 618169f974d3e18115132851ec5615e211a926fd Python: Bump Python version to 1.32.2 for a release. (#​12381)
  • 6b964c0328867550fa21c0c94d8e65a04f37dfad Python: Allow custom httpx client timeout when not using custom client (#​12379) [ #​12373 ]
  • 3baaee2ff306b63a64ab10daf8d35b94a8494806 Python: streaming agent response callback in agent orchestrations (#​12360) [ #​12306, #​12302 ]
  • c822511f2c2c9376c6bb1ea66a6d9a71d609b0d3 Python: Add special notes to samples that are still using AgentGroupchat (#​12377)
    ... (truncated)

9.5.0

Changes:

  • e29fcf9a4c0fbd8af9875ad7010f3f57b0bedf6e .Net: Package version updates. (#​12167)
  • c4623c38652934943d8dd525dd57702da3bd21d2 .Net Agents - Magentic Agent Orchestration (#​12110)
  • d72182fdad076211e6673f023dcb92aae8d38fd1 .Net: MEVD Feature Branch 3 (#​11831)
  • d4270406c77dd2b534e92427e7c2bc420cd8b1dc .Net: Add missing directory Plugin in concepts + Warning fixes (#​11858)
  • 854330ca5f7efa36626cbd7aaa59dcf485030476 .Net: Remove the HTTPS validations in AzureClientCore (#​11943)
  • 16024093b93647ee154b4569cb933f20bb96c573 .Net: Update to the latest mcp nuget package (#​12157)
  • 88067186334e5f1910eb4a3428cc472f75f968b1 .Net: Disable Api Manifest unit tests (#​12159)
  • 71ea643dee10486fd1fff93ade09cab85f6b44b0 .Net: Updating foundry process builder to the latest format. (#​12139)
  • 519b60796030a515fd8d80fdd6a01bcff1d095d5 Python: Validate for missing or unexpected params from model (#​12071)
  • 0634c3024195eb73efe0aad873cd9621cc3d53a9 Python: marked planners deprecated and removed all related items (#​12058)
See More
  • a984b419727285abad4c7a750149777a059d092c .Net Agents - Fix assistant settings for integration test fixture (#​12138)
  • e020e816e050551291ccb368291aba7b9b375f19 .Net: Context based function selection ADR (#​12130)
  • d67f568d996ab3b1277ccd16b6d219abd88e59a9 Python: Multi-agent orchestration: Magentic (#​12104)
  • 6f80214e404424411d1c39c0f896f376c4134306 .Net: Update codebase to the latest MCP package (#​12128)
  • 390e89edc62a664f8eb813a35dfbccbe9f090880 .Net: Update M.E.AI to stable version! (#​12105)
  • 50a88b245ff5f177b34833f45280e09aa9eaa9a8 Python: Multiple new classes tests to improve code coverage (#​12089)
  • a98580a5843b2b6e5c178a9ef51eb884f2ee259d .Net: Updated package version (#​12108)
  • 7013d5d7a964f679d2b4776c22d2de3792770b3f .Net: FoundryProcessBuilder for Local Runtime (#​12106)
  • fbe0ce7a6eb1acd65541bbea5a7168e16a933cae Python: Place upper-bound on azure-ai-projects until service is ready (#​12107)
  • da59f7eea86c62cd9aeefbecb974564a05d8a1d1 .Net - Agent Orchestration (#​11542)
  • d7c2489a24619e304b834846145159907c0cbcbb Python: Add MultiAgent Orchestration to README. (#​12073)
  • d65f9b2b79012a1681c38fd7b7659e5b05ce89d5 .Net Obsolete ITextEmbeddingGenerator (#​11981) [ #​10811 ]
  • 50cf782645d08669983d2f9c487209355bada09c Python: Remove Copilot Studio Direct link from Pyproject.toml (#​12068)
  • 547c63105f179118780b9bd352b391c8ffa292cb Python: Bump Python version to 1.30.0 for a release. (#​12066)
  • ee962943d61c6ab0fb7af8b385918fbc5550b456 Python: Multi-agent orchestration: Handoff (#​12046)
  • 6115e8d7dc308044406ecc12354ece132f3e14ad Python: fixes and updates for MCP (#​12039)
  • d826ad8d5a6b807f4a9bce6a54a04a23ad1514f9 Python: Multi-agent orchestration: Group Chat (#​12045)
  • 1e5e8928530255d3aac5cd507aab6f58273b7ff7 .Net: Version 1.50.0 (#​12063)
  • f416032388a46038d46631e74b435daae7fb6d19 .Net: Update to latest version of MEAI and move away from deprecated schema APIs. (#​12054)
  • ea3215ebb782395b3eaef91aeab45f8fb7d56787 Python: Support Declarative Agent Spec for ChatCompletionAgent & AzureAIAgent (#​11982) [ #​11978 ]
  • bb3c06592d732532bba1c3e558f44b914f5f293f .Net Agents - Add support for URL citation on Azure Agent (#​11910)
  • 37800fff76c4a379aa930e3cd00cf82d55b3ee34 Python: add explicit typing extensions dep (#​12040) [ #​12035 ]
  • 6eff772c6034992a9db6e10ac12dd445a19d81a8 Python: Multi-agent orchestration: Concurrent + Sequential (#​11993)
  • 904c10a11cc49ba1f78b59517d553ebc48e3f6ce Python: Add support for MCP Streamable HTTP transport (#​12001)
  • 4724dbc8f330fc773cc6aba44c39fa2027aa1bf3 Python: Fix AzureAIAgent intermediate message ordering for invoke and invoke_stream (#​12005) [ #​11999 ]
  • b07454aff84063b776f096754fa0484014df67a2 Python: Fix OpenAIAssistantAgent/OpenAIResponsesAgent intermediate message ordering for invoke and invoke_stream (#​12008) [ #​12007 ]
  • 7cdffb863f60f1f59a544ea4a33e5df0c5a94228 .Net: Update M.E.AI and ModelContextProtocol versions (#​12003)
  • fb2fc6b30cfd6a76430fc0349c1d64aa45b02349 Python: Fix ChatCompletionAgent intermediate message ordering for invoke and invoke_stream (#​12000) [ #​11998 ]
  • fa919883c802f981fe33b08a92b064eea86cfbf9 Python: Fix fallback logic overriding custom ChatHistory in ChatHistoryAgentThread (#​11976)
  • 1428275f2a0cd6201471047835d1f16207f19c66 Python: Pin ONNX Windows pkg to last available. (#​12006)
  • 5c2ea6d3920d4126992a49abef2cd985498b68cd .Net: Sample for plugins to share state (#​11968)
  • e1f86263f5966153a383f1e1b685a664c75a3eee .Net: Enable package validation for the liquid prompt template package (#​11818)
  • 7a77e712ea8e50d15abfe34b5bea5a59986e02e1 Multi agent orchestration ADR (#​11579)
  • a8cdbd9d962ee0e1701d03fa756a500732408048 Python: Bump torch from 2.6.0 to 2.7.0 in /python (#​11788) [ #​151323, #​150977, #​150953, #​150892, #​150855, #​150820, #​150818, #​150249, #​150707, #​150699, #​150 ]
    ... (truncated)

Commits viewable in compare view.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Azure.Identity from 1.13.2 to 1.16.0
Bumps Microsoft.Extensions.Configuration from 10.0.0-preview.2.25163.2 to 10.0.0-rc.1.25451.107
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.0-preview.2.25163.2 to 10.0.0-rc.1.25451.107
Bumps Microsoft.Extensions.VectorData.Abstractions from 9.0.0-preview.1.25161.1 to 9.7.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.0-rc.1.25451.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.0-rc.1.25451.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 10, 2025
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants