joouha / euporie

Jupyter notebooks in the terminal
https://euporie.readthedocs.io
MIT License
1.54k stars 36 forks source link

Inconsistency of `typing-extensions` and `platformdirs` in the dependencies #76

Closed jan-janssen closed 1 year ago

jan-janssen commented 1 year ago

platformdirs 3.5 has the dependency typing-extensions>=4.5: https://github.com/platformdirs/platformdirs/blob/3.5.0/pyproject.toml#L49

But euporie has the dependencies platformdirs~=3.5 and typing-extensions~=4.2. These dependencies are incompatible.

joouha commented 1 year ago

Thanks for reporting this.

I've made a new patch release with typing-extensions~=4.5

jan-janssen commented 1 year ago

Thanks that resolved the issue.