dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
http://pydash.readthedocs.io
MIT License
1.32k stars 93 forks source link

fix(deps): exclude buggy typing-extensions 4.6 #198

Closed jenstroeger closed 1 year ago

jenstroeger commented 1 year ago

That’s to avoid that a user accidentally (through other deps) installs the incompatible/buggy typing-extensions package v4.6.0, see also issue https://github.com/dgilland/pydash/issues/197.

This should be a bug-fix release for pydash (assuming that pydash follows SemVer) so that other packages which depend on pydash can respond accordingly.

dgilland commented 1 year ago

Thanks for the fix!