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

Azure OpenAI: Upgrade TestFramework to STJ 6.0.9 #45996

Closed
annelo-msft opened this issue Sep 17, 2024 · 1 comment · Fixed by #46103
Closed

Azure OpenAI: Upgrade TestFramework to STJ 6.0.9 #45996

annelo-msft opened this issue Sep 17, 2024 · 1 comment · Fixed by #46103
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. OpenAI

Comments

@annelo-msft
Copy link
Member

The Azure.AI.OpenAI library is not able to upgrade to Azure.Core 1.43.0 or SCM 1.1.0 because those bring in a transitive dependency on STJ 6.0.9, where some APIs from STJ 4.7.2 have been obsoleted, and so the library will not build.

#45961 pins the Azure.Core version and opts AOAI CI's out of pipeline stages that replace the Azure.Core and SCM package references with project references.

Once SCM 1.1.0 has released, as part of the upgrade for the GA release of OAI and AOAI, we'll need to remove the version overrides and project reference exclusions added in #45961, #44896, and #44825.

Related to #44899

@annelo-msft annelo-msft added Client This issue points to a problem in the data-plane of the library. OpenAI labels Sep 17, 2024
@annelo-msft
Copy link
Member Author

Once this item is complete, we can merge #46011 as well.

@ralph-msft ralph-msft self-assigned this Sep 20, 2024
@ralph-msft ralph-msft linked a pull request Sep 20, 2024 that will close this issue
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. OpenAI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants