Dash Enterprise 5 Breaking Changes

The following features available in Dash Enterprise 4.X are not supported in 5.X or behave differently:

python [build] [[build.env]] name = 'BP_CPYTHON_VERSION' value = '3.6.*' # any valid semver constraints (e.g. 3.6.7, 3.*) are acceptable

Known issue: It is not possible to use environment variables like the one above to customize the build behaviour in workspaces. If you customize the Python version for your deployed app, the same app will still use Python 3.8.12 if you preview it in workspaces.

For a guide on adapting apps deployed to Dash Enterprise 4.X to make them compatible with Dash Enterprise 5.X, see DE4 to DE5 Migration.