You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add Azure.AI.OpenAI 2.1.0 as a package reference (you use it for different purpose)
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
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
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:
=> 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
The text was updated successfully, but these errors were encountered: