Skip to content

Commit 269cac7

Browse files
Prepare release v6.5.0
## heroku/python ### Changed - Updated pip from 26.0.1 to 26.1.1. ([#563](#563)) - Updated Poetry from 2.3.4 to 2.4.0. ([#564](#564)) - Updated uv from 0.11.6 to 0.11.11. ([#562](#562)) - The forbidden env vars check now also rejects `POETRY_VIRTUALENVS_IN_PROJECT`. ([#566](#566)) - Updated the wording of the message shown when buildpack detection fails to also mention `uv.lock`. ([#567](#567))
1 parent 93dc224 commit 269cac7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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+
## [6.5.0] - 2026-05-07
11+
1012
### Changed
1113

1214
- Updated pip from 26.0.1 to 26.1.1. ([#563](https://github.com/heroku/buildpacks-python/pull/563))
@@ -644,7 +646,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
644646

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

647-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.4.1...HEAD
649+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.5.0...HEAD
650+
[6.5.0]: https://github.com/heroku/buildpacks-python/compare/v6.4.1...v6.5.0
648651
[6.4.1]: https://github.com/heroku/buildpacks-python/compare/v6.4.0...v6.4.1
649652
[6.4.0]: https://github.com/heroku/buildpacks-python/compare/v6.3.0...v6.4.0
650653
[6.3.0]: https://github.com/heroku/buildpacks-python/compare/v6.2.0...v6.3.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 = "6.4.1"
5+
version = "6.5.0"
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)