Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All our libraries that depended on `kubernetes` started breaking today. The reason is that pip does not do a good job properly resolving the compatible package versions. It just install packages in order without caring about the incompatibilities. The urllib3 package installed is incompatible with the `requests` package that's getting installed later. Changing the order fixes the issue.
- Loading branch information