Skip to content

Commit 0bcbf98

Browse files
Prepare release v2.7.2 (#451)
## heroku/python ### Changed - Updated uv from 0.8.23 to 0.9.5. ([#446](#446) and [#449](#449)) ### Fixed - Pinned `dulwich` version when using Poetry to work around an incompatibility with Python <3.9.2. ([#447](heroku/heroku-buildpack-python#447)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent fa3d09f commit 0bcbf98

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.7.2] - 2025-10-22
11+
1012
### Changed
1113

1214
- Updated uv from 0.8.23 to 0.9.5. ([#446](https://github.com/heroku/buildpacks-python/pull/446) and [#449](https://github.com/heroku/buildpacks-python/pull/449))
@@ -483,7 +485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
483485

484486
- Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3))
485487

486-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.7.1...HEAD
488+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.7.2...HEAD
489+
[2.7.2]: https://github.com/heroku/buildpacks-python/compare/v2.7.1...v2.7.2
487490
[2.7.1]: https://github.com/heroku/buildpacks-python/compare/v2.7.0...v2.7.1
488491
[2.7.0]: https://github.com/heroku/buildpacks-python/compare/v2.6.0...v2.7.0
489492
[2.6.0]: https://github.com/heroku/buildpacks-python/compare/v2.5.1...v2.6.0

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/python"
5-
version = "2.7.1"
5+
version = "2.7.2"
66
name = "Heroku Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's buildpack for Python applications."

0 commit comments

Comments
 (0)