mkdocstrings / pytkdocs

Load Python objects documentation.
https://mkdocstrings.github.io/pytkdocs
ISC License
50 stars 32 forks source link

[BUG] Support typing-extensions 4.x #124

Closed lyz-code closed 2 years ago

lyz-code commented 2 years ago

Describe the bug typing-extensions version 4. is out, it would be nice to update the version pin if possible.

To Reproduce Install the latest version of pytkdocs

Expected behavior The latest version of typing-extension is installed.

System (please complete the following information):

pawamoy commented 2 years ago

Sure, also based on this article https://iscinumpy.dev/post/bound-version-constraints/, I think I'll just remove the upper bound.

lyz-code commented 2 years ago

Lovely article, thank you so much. I'm going to remove the upper bounds of my libraries too