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
Mention uv.lock in the detection failed error message (#567)
Since it's currently the only package manager file that wasn't
explicitly mentioned in the message.
In the future this message will be expanded further (to more
closely align with that used by the classic Python buildpack),
but for now this is a quick win.
GUS-W-22400929.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Updated Poetry from 2.3.4 to 2.4.0. ([#564](https://github.com/heroku/buildpacks-python/pull/564))
14
14
- Updated uv from 0.11.6 to 0.11.11. ([#562](https://github.com/heroku/buildpacks-python/pull/562))
15
15
- The forbidden env vars check now also rejects `POETRY_VIRTUALENVS_IN_PROJECT`. ([#566](https://github.com/heroku/buildpacks-python/pull/566))
16
+
- Updated the wording of the message shown when buildpack detection fails to also mention `uv.lock`. ([#567](https://github.com/heroku/buildpacks-python/pull/567))
0 commit comments