-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Bump the production-dependencies group with 7 updates #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,9 +10,10 @@ | |
| <PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.12" /> | ||
| <PackageReference Include="Azure.Core" Version="1.50.0" /> | ||
| <PackageReference Include="Azure.Identity" Version="1.17.1" /> | ||
| <PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" /> | ||
| <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.56.0" /> | ||
| <PackageReference Include="Octokit" Version="9.0.0" /> | ||
| <PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" /> | ||
| <PackageReference Include="Microsoft.Azure.Cosmos" Version="4.6.0" /> | ||
| <PackageReference Include="Azure.AI.OpenAI" Version="3.56.0" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Duplicate Azure.AI.OpenAI package with conflicting versionsThe project file now has two Additional Locations (1) |
||
| <PackageReference Include="Octokit" Version="13.0.0" /> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" /> | ||
| <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" /> | ||
| <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" /> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Wrong version assigned to Microsoft.Azure.Cosmos package
The
Microsoft.Azure.Cosmospackage is set to version4.6.0, but this version does not exist. The PR description states the update should be from3.42.0to3.56.0. Version4.6.0appears to be a typo or rebase error—the version numbers seem to have been swapped withAzure.Security.KeyVault.Secrets(which was updated to4.8.0). This will cause a package restore failure sinceMicrosoft.Azure.Cosmosversion4.6.0is not published on NuGet.