Change8

@vercel/python-analysis@0.6.0

📦 vercel-functionsView on GitHub →
1 features

Summary

This release focuses on 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 dependency management in your build process, replace it with `uv sync --inexact --frozen`.

✨ New Features

  • Optimized cold starts for lambdas larger than 250MB.