Fix typing errors with latest python-keycloak release (v5.3.1)
Latest python-keycloak release updated its typings that trigger new mypy errors for swh-auth.
parent
b8150c15
Branches master
No related tags found
... | ... | @@ -2,5 +2,5 @@ |
# should match https://pypi.python.org/pypi names. For the full spec or | ||
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html | ||
click | ||
python-keycloak >= 4 | ||
python-keycloak >= 5.3.1 | ||
pyyaml |
Please register or sign in to comment