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

Python: Upgrade AOAI api version to latest GA: 2024-10-21 #10118

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

moonbox3
Copy link
Contributor

@moonbox3 moonbox3 commented Jan 8, 2025

Motivation and Context

The current DEFAULT_AZURE_API_VERSION is stale at 2024-06-01. The latest GA API VERSION is 2024-10-21.

Description

This PR upgrades the DEFAULT_AZURE_API_VERSION to be the latest GA 2024-10-21. This default version is used if an api_version is not supplied to the AzureChatCompletion constructor.

Contribution Checklist

@moonbox3 moonbox3 self-assigned this Jan 8, 2025
@moonbox3 moonbox3 requested a review from a team as a code owner January 8, 2025 04:25
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label Jan 8, 2025
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented Jan 8, 2025

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL16645176989% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python Unit Test Overview

Tests Skipped Failures Errors Time
2991 4 💤 0 ❌ 0 🔥 1m 23s ⏱️

@moonbox3 moonbox3 enabled auto-merge January 8, 2025 10:12
@moonbox3 moonbox3 added this pull request to the merge queue Jan 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 8, 2025
@TaoChenOSU TaoChenOSU added this pull request to the merge queue Jan 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Python: upgrade latest Azure OpenAI GA api version
4 participants