Review a PyPI dependency upgrade
Assess exact Python package versions with source-cited vulnerability, lifecycle, compatibility, and migration evidence.
UpgradeLens is a read-only MCP and REST service for npm and PyPI. It returns proceed, review_required, block, or unknown with evidence links and ordered migration actions.
Agent-ready request
curl -X POST https://upgradelens.mattpicone.workers.dev/v1/upgrade/review -H 'content-type: application/json' -d '{"ecosystem":"pypi","package":"django","current_version":"4.2.11","target_version":"5.1.1","runtime":{"python":"3.12"},"detail":"compact"}'