Skip to content
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

[release/8.2] Update dependencies #6377

Merged
merged 14 commits into from
Oct 20, 2024

Conversation

joperezr
Copy link
Member

@joperezr joperezr commented Oct 18, 2024

Updating NuGet and docker dependencies to latest.

Microsoft Reviewers: Open in CodeFlow

@joperezr joperezr requested a review from radical as a code owner October 18, 2024 18:17
@@ -90,7 +90,7 @@ protected override IAzureClientBuilder<AzureOpenAIClient, AzureOpenAIClientOptio

if (!string.IsNullOrEmpty(settings.Key))
{
var credential = new AzureKeyCredential(settings.Key);
var credential = new ApiKeyCredential(settings.Key);
Copy link
Member

Choose a reason for hiding this comment

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

This is working around a binary breaking change between beta versions of System.ClientModel 1.1.0. See Azure/azure-sdk-for-net#45554. The Azure.AI.OpenAI 2.0.0-beta5 version we are using was using that implicit operator, which is no longer there in the released 1.1.0 GA version. Using the ApiKeyCredential directly side-steps the implicit operator break.

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

LGTM. Hopefully CI passes someday.

@eerhardt eerhardt enabled auto-merge (squash) October 18, 2024 23:38
@eerhardt
Copy link
Member

@joperezr - looks like this needs 2 approvals.

@joperezr joperezr merged commit 2c38f6c into dotnet:release/8.2 Oct 20, 2024
11 checks passed
@joperezr
Copy link
Member Author

Thanks for the help pushing this through

joperezr added a commit to joperezr/aspire that referenced this pull request Nov 13, 2024
…/9.0

#### AI description  (iteration 1)
#### PR Classification
Code cleanup and dependency updates.

#### PR Summary
This pull request merges changes from `release/9.0` into `internal/release/9.0`, addressing several work items related to security, dependency updates, and code cleanup.
- Removed `MilvusClient` creation logic and health checks from `src/Aspire.Hosting.Milvus/MilvusBuilderExtensions.cs`.
- Updated various package dependencies in `Directory.Packages.props` and `eng/Version.Details.xml`.
- Added `AssemblyInfo.cs` to `src/Aspire.Hosting.Python` to mark it as experimental.
- Updated container image tags in `src/Aspire.Hosting.Milvus`, `src/Aspire.Hosting.MySql`, `src/Aspire.Hosting.Elasticsearch`, and `src/Aspire.Hosting.Keycloak`.
- Removed deprecated package references and suppressed final package version in `src/Aspire.Hosting.Milvus/Aspire.Hosting.Milvus.csproj`.

Related work items: dotnet#5994, dotnet#6054, dotnet#6298, dotnet#6377, dotnet#6417, dotnet#6435, dotnet#6451, dotnet#6460, dotnet#6498
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants