-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: install FastAPI from PyPI in Debian 12 runtime
Problem: Debian 12 runtime has FastAPI 0.92.0 (installed from apt) while Debian 11 runtime has FastAPI 0.95.1. Some VMs previously running on the Debian 11 runtime do not run on the Debian 12 runtime because of this issue. Solution: install the latest version of FastAPI from PyPI.
- Loading branch information
1 parent
9157805
commit 745043a
Showing
2 changed files
with
2 additions
and
6 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