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

Fix: install FastAPI from PyPI in Debian 12 runtime #420

Merged
merged 3 commits into from
Oct 3, 2023

Conversation

odesenfans
Copy link
Collaborator

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.

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.
@hoh hoh merged commit d19a414 into main Oct 3, 2023
11 of 15 checks passed
@hoh hoh deleted the od-install-fastapi-from-pypi-in-debian-12-runtime branch October 3, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FastAPI version in Debian 12 is incompatible with features available in the Debian 11 runtime
2 participants