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

DEPS: Keycloak python client uses deprecated urllib3 module #1985

Closed
iameskild opened this issue Sep 5, 2023 · 0 comments · Fixed by #1986
Closed

DEPS: Keycloak python client uses deprecated urllib3 module #1985

iameskild opened this issue Sep 5, 2023 · 0 comments · Fixed by #1986
Labels
area: dependencies 📦 All things dependencies type: deprecation ⚰️ Deprecating a feature

Comments

@iameskild
Copy link
Member

A few developers, including myself, have run into this issue when trying to run our tests locally: urllib3/urllib3#2680

Because we convert all warnings to errors, this was causing our tests to fail. The solution looks like upgrading the Keycloak python client to version 3.3.0.

@iameskild iameskild added area: dependencies 📦 All things dependencies type: deprecation ⚰️ Deprecating a feature labels Sep 5, 2023
@iameskild iameskild linked a pull request Sep 5, 2023 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dependencies 📦 All things dependencies type: deprecation ⚰️ Deprecating a feature
Projects
Status: Done 💪🏾
Development

Successfully merging a pull request may close this issue.

1 participant