PyPI Package Versions
pypi.packages.releasesRetrieve up to 50 recent versions of any Python package, including upload dates, yanked status, and file types (sdist/wheel) for dependency auditing and version planning.
Instructions
List all published versions of a Python package with upload dates, yanked status, and distribution file types (sdist/wheel). Returns the 50 most recent versions. Useful for dependency auditing, version pinning, and upgrade planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Python package name to list all versions (e.g. django, pandas, scipy) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |