Ed Morley
Ed Morley
Currently I have to commit a `hatchet.json` containing `{}` even though I don't use any remote repo fixtures, since otherwise Hatchet will error: https://github.com/heroku/heroku-buildpack-python/blob/5dcc5c4691904270267cc3d33416d6392caec6ca/hatchet.json This file should be optional.
When I first tried using `assert_contains_match!`, I encountered this compile error: ``` error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex` --> src/../tests/uv_test.rs:238:9 | 238 | /...
The lifecycle `v0.20.13` release was released twice, the second release being to include this fix: https://github.com/buildpacks/lifecycle/pull/1532 However, after the second release the automation didn't update the Git tag, so it's...
Similar to #1343, but for PyTorch. We should add a warning when we see that an app has installed the `torch` package from PyPI, which includes all of the GPU...
While looking at build failure metrics, I noticed this internal error: ``` -----> Installing dependencies using 'pip install -r requirements.txt' /tmp/codon/tmp/buildpacks/0f40890b54a617ec2334fac0439a123c6a0c1136/vendor/buildpack-stdlib_v8.sh: line 56: UID: readonly variable ! Push rejected, failed...
eg: ``` -----> Building on the Heroku-24 stack -----> Determining which buildpack to use for this app -----> Python app detected -----> Using Python 3.11 specified in .python-version -----> Installing...