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

.Net: Bug: Microsoft.SemanticKernel.Connectors.OpenAI references OpenAI=2.1.0-beta.2 (instead of >=2.1.0) (and without postfix beta) #10300

Open
drweb86 opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code

Comments

@drweb86
Copy link

drweb86 commented Jan 27, 2025

Describe the bug
Bug: Microsoft.SemanticKernel.Connectors.OpenAI references OpenAI =2.1.0-beta.2 (instead of >=2.1.0) (without postfix beta).
It prevents compilation where version analyzers bugs are errors.

To Reproduce
Steps to reproduce the behavior:

  1. Add Azure.AI.OpenAI 2.1.0 as a package reference (you use it for different purpose)
  2. Add Semantic Kernel as a package reference.
    => compilation fails because Semantic Kernel references Azure.AI.OpenAI of beta version

Expected behavior
Use version Azure.AI.OpenAI >=2.1.0 and without beta postfix. So compilation will work.

Platform

  • Language: C#
  • Source: NuGet
  • AI model: irrelevant
  • IDE: dotnet restore
  • OS: Ubuntu at azure pipelines
@drweb86 drweb86 added the bug Something isn't working label Jan 27, 2025
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Jan 27, 2025
@github-actions github-actions bot changed the title Bug: Microsoft.SemanticKernel.Connectors.OpenAI references OpenAI=2.1.0-beta.2 (instead of >=2.1.0) (and without postfix beta) .Net: Bug: Microsoft.SemanticKernel.Connectors.OpenAI references OpenAI=2.1.0-beta.2 (instead of >=2.1.0) (and without postfix beta) Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code
Projects
Status: Bug
Development

No branches or pull requests

3 participants