-
-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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