You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web server concurrency calculation profile script now sets the env var WEB_CONCURRENCY_SET_BY="heroku/python" if WEB_CONCURRENCY was set automatically by the buildpack. (#2015)
Re-apply a workaround for a Pipenv bug when using --system, that causes packages to not be installed correctly if they are also a dependency of Pipenv (such as certifi or packaging). (#2011)