Skip to content

3.21.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 16:00
· 21 commits to main since this release

3.21.0 (2025-11-18) {: #3.21.0 }

Features {: #3.21.0-feature }

  • Added ability to serve a specific repository version of a PyPI index.
    #982
  • Implemented PEP 700 support, adding versions, size and upload-time to the Simple JSON API.
    #996
  • Added the new /scan endpoint to the RepositoryVersion viewset to generate vulnerability reports.
    #1012

Bugfixes {: #3.21.0-bugfix }

  • Fixed pull-through caching not checking the repository if package was not present on remote.
    #1004