Skip to content

Releases: heroku/buildpacks-python

v6.5.6

Choose a tag to compare

@heroku-linguist heroku-linguist released this 05 Aug 23:57
f81d0dc

heroku/python

Changed

  • The Python 3.14 version alias now resolves to Python 3.14.7. (#604)
  • The Python 3.13 version alias now resolves to Python 3.13.15. (#604)

v6.5.5

Choose a tag to compare

@heroku-linguist heroku-linguist released this 30 Jul 16:51
9d85dd0

heroku/python

Changed

  • Updated uv from 0.11.28 to 0.11.33. (#598)

v6.5.4

Choose a tag to compare

@heroku-linguist heroku-linguist released this 10 Jul 11:28
dffbfd9

heroku/python

Changed

  • Updated uv from 0.11.19 to 0.11.28. (#589)

v6.5.3

Choose a tag to compare

@heroku-linguist heroku-linguist released this 10 Jun 17:40
251528a

heroku/python

Changed

  • The Python 3.14 version alias now resolves to Python 3.14.6. (#578)
  • The Python 3.13 version alias now resolves to Python 3.13.14. (#578)

v6.5.2

Choose a tag to compare

@heroku-linguist heroku-linguist released this 04 Jun 15:46
4a6e87f

heroku/python

Changed

  • Updated pip from 26.1.1 to 26.1.2. (#576)
  • Updated Poetry from 2.4.0 to 2.4.1. (#576)
  • Updated uv from 0.11.11 to 0.11.19. (#576)

v6.5.1

Choose a tag to compare

@heroku-linguist heroku-linguist released this 11 May 22:21
dfec1bb

heroku/python

Changed

  • The Python 3.14 version alias now resolves to Python 3.14.5. (#569)

v6.5.0

Choose a tag to compare

@heroku-linguist heroku-linguist released this 07 May 16:45
f8fab1d

heroku/python

Changed

  • Updated pip from 26.0.1 to 26.1.1. (#563)
  • Updated Poetry from 2.3.4 to 2.4.0. (#564)
  • Updated uv from 0.11.6 to 0.11.11. (#562)
  • The forbidden env vars check now also rejects POETRY_VIRTUALENVS_IN_PROJECT. (#566)
  • Updated the wording of the message shown when buildpack detection fails to also mention uv.lock. (#567)

v6.4.1

Choose a tag to compare

@heroku-linguist heroku-linguist released this 13 Apr 12:34
eacf223

heroku/python

Changed

  • Updated Poetry from 2.3.3 to 2.3.4. (#553)
  • Updated uv from 0.11.3 to 0.11.6. (#552)

v6.4.0

Choose a tag to compare

@heroku-linguist heroku-linguist released this 09 Apr 22:36
38e0be8

heroku/python

Added

  • Added support for Ubuntu 26.04 (and thus Heroku-26 / heroku/builder:26). (#550)

v6.3.0

Choose a tag to compare

@heroku-linguist heroku-linguist released this 07 Apr 23:02
9ac9977

heroku/python

Changed

  • The Python 3.14 version alias now resolves to Python 3.14.4. (#548)
  • The Python 3.13 version alias now resolves to Python 3.13.13. (#548)
  • The forbidden env vars check now reports all forbidden env vars found rather than only the first. (#542)
  • The forbidden env vars check now checks for known problematic Poetry env vars too. (#542)