Bump Aspire.Hosting.Azure.CognitiveServices from 9.5.2 to 13.1.0#46
Conversation
--- 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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
| <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" /> |
There was a problem hiding this comment.
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.
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
ExcludeFromMcp()resource extension by @JamesNK in AddExcludeFromMcp()resource extension microsoft/aspire#12515aspire updatecommand by @Copilot in Add CLI self-update prompts toaspire updatecommand microsoft/aspire#12395CertificateAuthorityCollectionResourceby @danegsta in Add missing namespace toCertificateAuthorityCollectionResourcemicrosoft/aspire#12639... (truncated)
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.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)