@vercel/python-runtime@0.5.0
📦 vercel-functionsView on GitHub →
✨ 1 features
Summary
This release introduces optimizations for cold starts on larger serverless functions by adjusting how dependencies are packaged and installed.
Migration Steps
- If you are using `uv pip install` for dependency management in your build process, replace it with `uv sync --inexact --frozen`.
✨ New Features
- Optimized cold starts for lambdas larger than 250MB.