Skip to content

Releases: heroku/buildpacks-python

v0.7.2

24 Oct 13:38
b06fc93
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated pip from 23.2.1 to 23.3.1. (#131)
  • Updated wheel from 0.41.0 to 0.41.2. (#100)
  • Updated buildpack display name and description. (#135)

v0.7.1

02 Oct 19:24
76e1c6f
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the default Python version from 3.11.5 to 3.11.6. (#121)

v0.7.0

19 Sep 11:24
edf8094
Compare
Choose a tag to compare

heroku/python

Added

  • Django's collectstatic command is now automatically run for Django apps that use static files. (#108)

v0.6.0

25 Aug 08:49
3bbce94
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the default Python version from 3.11.4 to 3.11.5. (#101)

Removed

  • Removed support for Salesforce Functions. (#83)

v0.5.0

24 Jul 10:28
4f6d185
Compare
Choose a tag to compare

heroku/python

Changed

  • User-provided environment variables are now propagated to subprocesses such as pip install. (#65)
  • Updated pip from 23.1.2 to 23.2.1. (#67 and #76)
  • Updated setuptools from 67.8.0 to 68.0.0. (#51)
  • Updated wheel from 0.40.0 to 0.41.0. (#78)

v0.4.0

07 Jun 15:27
f39adf7
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the default Python version from 3.11.3 to 3.11.4. (#45)
  • Updated setuptools from 67.7.2 to 67.8.0. (#43)
  • Updated libcnb from 0.11.5 to 0.12.0. (#35)
  • The buildpack now implements Buildpack API 0.9 instead of 0.8, and so requires lifecycle 0.15.x or newer. (#35)

v0.3.0

27 Apr 11:51
3b01fed
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated pip from 23.0.1 to 23.1.2. (#31)
  • Updated setuptools from 67.6.1 to 67.7.2. (#30)

v0.2.0

11 Apr 13:35
be2ba9e
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the default Python version from 3.11.2 to 3.11.3. (#22)
  • Updated setuptools from 67.5.0 to 67.6.1. (#24)
  • Updated wheel from 0.38.4 to 0.40.0. (#24)

Fixed

  • The PYTHONHOME environment variable is now set, to work around uWSGI not handling relocated Python installs correctly. (#25)

v0.1.0

06 Mar 12:58
60be5bb
Compare
Choose a tag to compare

heroku/python

Added

  • Initial implementation. (#3)