Skip to content

Update AI chat template dependencies #6220

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

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Conversation

MackinnonBuck
Copy link
Member

@MackinnonBuck MackinnonBuck commented Mar 31, 2025

Makes the following changes to the chat template dependencies:

  1. Upgrade Azure.AI.OpenAI from 2.2.0-beta.3 to 2.2.0-beta.4
    • Justification: Azure.AI.OpenAI version 2.2.0-beta.3 does not exist. This caused version 2.2.0-beta.4 to be resolved automatically, but a warning still got reported when restoring the generated project
  2. Remove the explicit dependency on OpenAI version 2.2.0-beta.3
    • Justification: OpenAI version 2.2.0-beta.4 is already a dependency of Microsoft.Extensions.AI.OpenAI, which also gets referenced by the template. This created a restore error because OpenAI was being explicitly downgraded in the template's .csproj.
Microsoft Reviewers: Open in CodeFlow

@MackinnonBuck MackinnonBuck requested review from a team as code owners March 31, 2025 22:06
@github-actions github-actions bot added the area-ai-templates Microsoft.Extensions.AI.Templates label Mar 31, 2025
@MackinnonBuck MackinnonBuck merged commit 342a8a0 into main Mar 31, 2025
7 checks passed
@MackinnonBuck MackinnonBuck deleted the mbuck/fix-openai-version branch March 31, 2025 22:48
RussKie added a commit that referenced this pull request Apr 7, 2025
* Fix chat template dependencies (#6220)

* Fix execution order when reporting from Azure (#6217)

* Fix execution order when reporting from Azure.

* User OrderByDescending and add delay to make timestamps unambiguous.

* Minor hopeful tweaks

* Bump vite from 6.2.3 to 6.2.4 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript (#6216)

* Bump vite

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix nuget reference

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Waldschmidt <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Mackinnon Buck <[email protected]>
Co-authored-by: Peter Waldschmidt <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Velikorossov <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-ai-templates Microsoft.Extensions.AI.Templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants