Releases: heroku/buildpacks-python
Releases · heroku/buildpacks-python
v0.6.0
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
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
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
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
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
heroku/python
Added
- Initial implementation. (#3)