Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Changed the `pip install` commands used to install the pip and Poetry package managers to now use `--isolated` mode. ([#434](https://github.com/heroku/buildpacks-python/pull/434))
- Added more Python project related file and directory names to the list recognised by buildpack detection. ([#435](https://github.com/heroku/buildpacks-python/pull/435))
- Updated uv from 0.8.20 to 0.8.22. ([#431](https://github.com/heroku/buildpacks-python/pull/431))
- Updated uv from 0.8.20 to 0.8.23. ([#431](https://github.com/heroku/buildpacks-python/pull/431) and [#436](https://github.com/heroku/buildpacks-python/pull/436))

## [2.5.1] - 2025-09-23

Expand Down
2 changes: 1 addition & 1 deletion requirements/uv.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uv==0.8.22
uv==0.8.23