Skip to content
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

Fix broken dependencies. #816

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Fix broken dependencies. #816

merged 1 commit into from
Jun 18, 2019

Commits on Apr 23, 2019

  1. Fix broken dependencies.

    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.
    Ark-kun committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    a579f15 View commit details
    Browse the repository at this point in the history