-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ai-server): adjust to python 3.12.X instead of 3.12.4 (#16356)
# Overview > **Use the latest patch version of python 3.12 for AI server** ## Test Plan and Hands on Testing 1. Tested locally with no issues. 2. Once this PR is merged to edge the staging deployment will happen. Validate there. 3. Once staging is validated push a tag to trigger the production build. ## Risk assessment - Low, patch versions of python should introduce no breaking changes, only bug fixes and security updates. - Our continuous deployment to staging on edge merge, local builds of the container, and local dev should expose any issues.
- Loading branch information
Showing
6 changed files
with
1,210 additions
and
1,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,3 @@ types-beautifulsoup4 = "*" | |
|
||
[requires] | ||
python_version = "3.12" | ||
python_full_version = "3.12.4" |
Oops, something went wrong.