@vercel/python@6.13.0
📦 vercel-functionsView on GitHub →
✨ 1 features
Summary
This minor release introduces support for deploying larger Python functions by installing dependencies at runtime using uv, calculated based on build-time size analysis.
✨ New Features
- Added logic to calculate total lambda size at build time and offload dependencies to a _runtime_requirements.txt file for runtime installation via uv, enabling deployment of larger functions up to the /tmp folder size limit.