Skip to content

Bump Aspire.Hosting.Azure.CognitiveServices from 9.5.2 to 13.1.0#46

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dotnet/Aspire.Hosting.Azure.CognitiveServices-13.1.0
Open

Bump Aspire.Hosting.Azure.CognitiveServices from 9.5.2 to 13.1.0#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dotnet/Aspire.Hosting.Azure.CognitiveServices-13.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Updated Aspire.Hosting.Azure.CognitiveServices from 9.5.2 to 13.1.0.

Release notes

Sourced from Aspire.Hosting.Azure.CognitiveServices's releases.

13.1.0

We are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!

What's Changed

13.0.2

This patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in GHSA-fv66-9v8q-g76r.

What's Changed

Full Changelog: microsoft/aspire@v13.0.1...v13.0.2

13.0.1

What's Changed

Full Changelog: microsoft/aspire@v13.0.0...v13.0.1

13.0.0

We are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!

New Contributors

Full Changelog: microsoft/aspire@v9.5.0...v13.0.0

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---
updated-dependencies:
- dependency-name: Aspire.Hosting.Azure.CognitiveServices
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 2, 2026

Labels

The following labels could not be found: .NET. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

<PackageVersion Include="Aspire.Azure.Search.Documents" Version="9.5.2" />
<PackageVersion Include="Aspire.Hosting.AppHost" Version="13.0.0" />
<PackageVersion Include="Aspire.Hosting.Azure.CognitiveServices" Version="9.5.2" />
<PackageVersion Include="Aspire.Hosting.Azure.CognitiveServices" Version="13.1.0" />
Copy link

Choose a reason for hiding this comment

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

Bug: The Aspire.AppHost.Sdk at version 9.2.0 is incompatible with the updated Aspire.Hosting.Azure.CognitiveServices at 13.1.0. This major version mismatch violates Aspire's synchronized versioning and can cause runtime failures.
Severity: CRITICAL

Suggested Fix

Align the versions of the Aspire packages. Either upgrade Aspire.AppHost.Sdk from 9.2.0 to a compatible 13.x version across all AppHost project files, or downgrade Aspire.Hosting.Azure.CognitiveServices back to a compatible 9.x version in Directory.Packages.props.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: dotnet/Directory.Packages.props#L11

Potential issue: The update to `Aspire.Hosting.Azure.CognitiveServices` to version
`13.1.0` creates a significant version incompatibility with `Aspire.AppHost.Sdk`, which
remains at version `9.2.0`. The Aspire framework follows a synchronized versioning
model, and using packages from different major releases together is unsupported. This
mismatch can lead to runtime failures when the AppHost SDK attempts to process and build
resources using the newer hosting package. Specifically, API signature mismatches could
occur when the SDK tries to instantiate or configure Azure Cognitive Services resources
via methods like `AddAzureOpenAI()` and `AddDeployment()`, potentially causing
infrastructure generation issues or runtime errors.

Did we get this right? 👍 / 👎 to inform future reviews.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants