@vercel/python@6.17.0
📦 vercel-cliView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces improved Django entrypoint discovery and resolves critical bugs related to FastAPI CLI usage and Python relative imports in the dev server. A key migration step involves renaming imports from node-fetch.
Migration Steps
- Rename imports of 'fetch' to 'nodeFetch' when importing from 'node-fetch'.
✨ New Features
- Added functionality to find entrypoints for django projects.
🐛 Bug Fixes
- Fixed a bug where the dev server would hang when the FastAPI CLI was used.
- Fixed a bug causing the dev server to crash when encountering relative imports in Python projects.