Skip to content
Merged
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v279] - 2025-02-26

- Updated Poetry from 2.0.1 to 2.1.1. ([#1758](https://github.com/heroku/heroku-buildpack-python/pull/1758))
- Stopped filtering out pip's `Requirement already satisfied:` log lines when installing dependencies. ([#1765](https://github.com/heroku/heroku-buildpack-python/pull/1765))
- Improved the error messages shown if installing pip/Poetry/Pipenv fails. ([#1764](https://github.com/heroku/heroku-buildpack-python/pull/1764))
Expand Down Expand Up @@ -1177,7 +1180,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
- Setuptools updated to v16.0
- pip updated to v7.0.1

[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v278...main
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v279...main
[v279]: https://github.com/heroku/heroku-buildpack-python/compare/v278...v279
[v278]: https://github.com/heroku/heroku-buildpack-python/compare/v277...v278
[v277]: https://github.com/heroku/heroku-buildpack-python/compare/v276...v277
[v276]: https://github.com/heroku/heroku-buildpack-python/compare/v275...v276
Expand Down