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
Shouldn't "typing_extensions" dependency be pinned to ">=4.0.0"? Since symbols such as ParamSpec aren't available in older versions
I just ran into issue on internal project leveraging docker - where the typing_extensions dependency of ">3.7" was already being satisfied with typing-extension v3.7.4.3.
An unpinned setuptools_scm installation (via setup_requires of another package) was getting tripped up because of this.
The text was updated successfully, but these errors were encountered:
Howdy.
Shouldn't "typing_extensions" dependency be pinned to ">=4.0.0"? Since symbols such as
ParamSpec
aren't available in older versionsI just ran into issue on internal project leveraging docker - where the typing_extensions dependency of ">3.7" was already being satisfied with typing-extension v3.7.4.3.
An unpinned setuptools_scm installation (via setup_requires of another package) was getting tripped up because of this.
The text was updated successfully, but these errors were encountered: