Limit requests<2.32.0 due to docker-py issue 3256#2011
Conversation
|
Don’t tell me it breaks due to new rabbitmq image now 🤦♂️ |
Trying to limit requests and rabbitmq image separately: #2012 If it won’t work, it might need to be done in the same PR. |
Ok it didn’t work. Trying to do both in a single PR. |
Reverted the rabbitmq limit and added the tox.ini changes from the #2007 PR (forgot to add it in the first place) |
|
@Nusnus I also tried to find a silver bullet for those dependency cycle versions... and I also failed. |
|
I was about to test https://github.com/celery/kombu/releases/tag/v5.4.0rc1, but sadly this prevents it as I don't feel like downgrading requests as 2.32.0 contains security fixes. To my understanding (maybe I'm wrong), requests was only downgraded to make sure that tests still work, right? Couldn't this be just downgraded for the tests? |
Yes, and it was already changed accordingly yesterday 🙂 |
|
@Nusnus Ahh okay! Sorry I've not seen that! So I will test the next pre-release 🙂 Thanks! |
Extracted from #2007 by @awmackowiak
Due to: docker/docker-py#3256