Creston Bunch

Results 4 issues of Creston Bunch

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.21 ### What version of `wrangler`...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.21 ### What version of `wrangler`...

### Summary Hello, we are witnessing an issue with `uv pip install -r requirements.txt`. We are using an instance of pypicloud backed by S3 (we are aware it's unmaintained, but...

bug
external

`pip install` is used here: https://github.com/heroku/buildpacks-python/blob/0bcbf989c8f473e70345829003f4447c0eabf4a3/src/layers/pip_dependencies.rs#L81-L89. It would be great to also / alternatively use `uv pip install`. This is intended to be a drop-in replacement for `pip`, but with...

enhancement