You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need to get to the bottom of if and why we should install chardet explicitly, and if so, what version we should constrain it to. Below are some reasons.
jupyterhub-traefik-proxyhas aiohttp pinned to an older version so that it works with the consul python client. However, this pin clashed with chardet latest version and impacted tljh-configfunctionality and has been fixed by pinning thechardetversion.
My guess, quite confused about things still, is that we could stop using a pin of chardet in tljh.
The text was updated successfully, but these errors were encountered:
I think we need to get to the bottom of if and why we should install chardet explicitly, and if so, what version we should constrain it to. Below are some reasons.
the-littlest-jupyterhub/tljh/installer.py
Lines 131 to 145 in c6c6e34
My guess, quite confused about things still, is that we could stop using a pin of chardet in tljh.
The text was updated successfully, but these errors were encountered: