@vercel/python@6.43.0
📦 vercel-cliView on GitHub →
✨ 4 features🔧 1 symbols
Summary
This release introduces support for prebuilt deployments of Python functions using `vc build` and `vc deploy --prebuilt`, improving dependency resolution when building outside the Vercel environment.
✨ New Features
- Support for `vc build` combined with `vc deploy --prebuilt` for Python functions.
- When building outside the Vercel build image, `uv sync` now targets `x86_64-unknown-linux-gnu` to resolve Linux-compatible wheels.
- Downloads the Linux `uv` binary (with SHA-256 verification) for runtime dependency installation.
- Uses the Lambda target platform for PEP 508 marker evaluation and Prisma engine binary selection.