Change8

@vercel/python-runtime@0.5.0

📦 vercel-cliView on GitHub →
1 features

Summary

This minor release introduces performance improvements by optimizing cold starts for larger serverless functions (lambdas >250MB) through changes in dependency installation strategy.

Migration Steps

  1. If you are using `uv pip install` for lambda packaging, replace it with `uv sync --inexact --frozen`.
  2. The lambda zip packaging process now stops at 245MB, with remaining dependencies installed at runtime.

✨ New Features

  • Optimized cold starts for lambdas larger than 250MB.