Change8

@vercel/python@6.43.0

📦 vercel-functionsView on GitHub →
4 features🔧 1 symbols

Summary

This release introduces support for prebuilt deployments with `vc build` and `vc deploy --prebuilt` for Python functions, improving cross-environment build compatibility by adjusting `uv sync` targeting and platform evaluation.

✨ 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.

Affected Symbols