Release Note
Validated on 1 Jun 2022 • Last edited on 28 Jun 2022
We have updated the following buildpacks:
-
Hugo buildpack: The default version of Hugo has been updated from 0.94.2 to 0.99.1. You can override the default version by setting a
HUGO_VERSION
environment variable. For more information and configuration options, see the buildpack’s documentation page. -
Python buildpack: We have updated the default versions of the following platform tooling:
- Updated
pip
from 21.3.1 to 22.0.4 for Python 3.7+ - Updated
setuptools
from 57.5.0 to 59.6.0 for Python 3.6 and 60.10.0 for Python 3.7+ - Updated
wheel
from 0.37.0 to 0.37.1 for Python 2.7 and Python 3.5+
Python 3.9.13 is now available. The default version remains set to 3.10.4. You can configure the Python version used at runtime by specifying a
runtime.txt
file at the root of your source code. For more information and configuration options, see the Python Dev Guide. - Updated