@vercel/python@6.52.0
Breaking Changes📦 vercel-cliView on GitHub →
⚠ 1 breaking✨ 2 features🔧 1 symbols
Summary
This release optimizes Python bytecode compilation and introduces CDN serving for FastAPI static files. It also changes how the request path is observed by Python framework applications.
⚠️ Breaking Changes
- The request path observed by Python framework applications now exposes the resolved rewrite destination. Projects that rely on the original request path may need to be updated to use the new behavior.
Migration Steps
- If your Python framework application relies on the original request path before rewrite resolution, update your code to use the new behavior which exposes the resolved rewrite destination.
✨ New Features
- Python bytecode compilation work is reduced by compiling bundled application and dependency sources in a single subprocess.
- FastAPI static files are collected to serve via CDN.