@vercel/python@6.31.0
📦 vercel-functionsView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces support for parsing python module:variable entrypoints in experimental services and improves environment variable handling for custom build commands.
✨ New Features
- Parse python module:variable entrypoint notation in experimentalServices for all service types.
🐛 Bug Fixes
- Set UV_PROJECT_ENVIRONMENT and UV_NO_DEV environment variables to allow custom installCommand and buildCommand to be called without --active and --no-dev flags respectively.