44.32.2
renovatebot/renovate44.32.2Aug 17, 2026by github-actions[bot]
AI Summary
This release fixes a bug in the PyPI datasource regarding version ordering and adds a regression test for strict constraint filtering.
Key Highlights
- Fixes PyPI datasource to use the earliest `upload_time` of a version
- Adds regression test for `constraintsFiltering=strict`
Full Release Notes
## [44.32.2](https://github.com/renovatebot/renovate/compare/44.32.1...44.32.2) (2026-08-17) ### Bug Fixes * **datasource/pypi:** use the earliest `upload_time` of a version ([#45313](https://github.com/renovatebot/renovate/issues/45313)) ([e942788](https://github.com/renovatebot/renovate/commit/e942788539ef6e39a054c3111f1fb8062a520474)) ### Tests * **datasource/pypi:** add regression test for `constraintsFiltering=strict` ([#45312](https://github.com/renovatebot/renovate/issues/45312)) ([5e93fc2](https://github.com/renovatebot/renovate/commit/5e93fc225d1a5d866ecb411dff105dff3ab204f2)), closes [#44222](https://github.com/renovatebot/renovate/issues/44222)