Ed Morley

Results 459 comments of Ed Morley

For `attr`, I believe the vendored copy also needs updating by running the command mentioned here: https://github.com/pypa/pipenv/blob/main/pipenv/vendor/README.md > Where is the version of pytest specified? I'm guessing it's maybe pulled...

@cclauss Several vendored dependencies (including `attr`) have now been updated on `main`. Could you rebase on `main` to pick up those changes? After that, I would recommend running `pipenv lock`...

@oz123 HI! I don't suppose you have a spare moment to review/merge this? :-)

Hi! Thank you for the detailed report + steps to reproduce - makes a big difference :-) The Python buildpack [currently installs](https://github.com/heroku/heroku-buildpack-python/blob/26af2d92a4f69bcc6b6db630c6237e4a3cd4f161/bin/steps/python#L174-L175): - setuptools v63.4.3 (intentionally not the latest [1],...

This also affected us in heroku/stack-images/pull/196 (regression after we migrated from Travis CI to Circle CI due to this issue).

tl;dr: the response from `.get()` on a SimpleQueue is of type string when using py-amqp, but once librabbitmq is available, the response is of type buffer. Is this a bug...

Performing a `.get()` on the SimpleQueue object was returning an object whose `body` attribute was a string when using py-amqp, which we were then deserializing manually until now. When using...

Ah thank you, so we should be using `.payload`. That said, is it still expected that `body`'s type varies depending on the backend?

The changes mentioned in the OP are now in the changelog, however the 0.7.0 and 0.7.1 releases since then are missing.