Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

urllib 1.26.0 generates deployment incompatible libraries warnings #284

Closed
bmc-msft opened this issue Nov 10, 2020 · 0 comments · Fixed by #292
Closed

urllib 1.26.0 generates deployment incompatible libraries warnings #284

bmc-msft opened this issue Nov 10, 2020 · 0 comments · Fixed by #292
Labels
bug Something isn't working

Comments

@bmc-msft
Copy link
Contributor

One of the nested packages we rely on during deployment now generates incompatible versions, given the urllib3 release of 1.26.0 that occurred a few hours ago.

Performing a deployment, we now see the following errors.

  1. On install of pip install:
ERROR: requests 2.24.0 has requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1, but you'll have urllib3 1.26.0 which is incompatible.
  1. On deployment:
/tmp/tmp4bpya2ij/deploy-venv/lib/python3.8/site-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.0) or chardet (3.0.4) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
INFO:deploy:checking if RBAC already exists
@bmc-msft bmc-msft added the bug Something isn't working label Nov 10, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant