0.72.0
What's Changed
- feat: setting for use pypi.org metadata by @tiran in #833
- fix: Add default for 'extra_data_plugin' override by @iangelak in #834
- fix: propagate exceptions in Bootstrapper._build_sdist to fail on sdist build errors by @EmilienM in #649
- feat: use pypi_simple for PyPI simple API by @tiran in #745
- feat: Simple PyPI server with Starlette by @tiran in #774
- Improve DependencyNode, get recursive build/install dependencies. by @tiran in #763
- fix: Remove build_ext_parallel feature by @iangelak in #836
- fix(resolver): redesign resolver cache by @tiran in #793
- chore: make Candidate a dataclass by @tiran in #837
- fix: Add retry logic to GitHub and GitLab tag providers by @iangelak in #841
- refactor(graph): extract helpers from reduce_graph by @LalatenduMohanty in #840
- Adding a test to validate working of resolver cache by @LalatenduMohanty in #839
- docs(AGENTS): enhance code quality guidelines by @LalatenduMohanty in #844
- test: add return type annotations to all test functions by @LalatenduMohanty in #848
- fix(test): Fix failure due to different uname.machine on linux vs darwin by @booxter in #849
- test(packagesettings): add missing type annotations by @LalatenduMohanty in #852
- fix: pre-built wheel indexing for local wheel server by @pavank63 in #853
New Contributors
- @iangelak made their first contribution in #834
- @booxter made their first contribution in #849
- @pavank63 made their first contribution in #853
Full Changelog: 0.71.0...0.72.0