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
This extension requires snooty-lextudio. It should keep its dependencies updated, and flexible with new versions. It's not hard to use inclusive dependencies like >= 3.7.4.1, <= 4.0.
Actual behavior
snooty-lextudio has ancient rigid dependencies like typing-extensions ~= 3.7.4.1.
Expected behavior
This extension requires
snooty-lextudio. It should keep its dependencies updated, and flexible with new versions. It's not hard to use inclusive dependencies like>= 3.7.4.1, <= 4.0.Actual behavior
snooty-lextudio has ancient rigid dependencies like
typing-extensions ~= 3.7.4.1.Countless other packages' dependencies now conflict with snooty-lextudio.
Detailed steps
pip install snooty-lextudio. Visualize this withpipdeptree.Extension information
167.0.0
Visual Studio Code information
1.62.3
Operating system information
macOS
Python information
3.9.9
Sphinx information
N/A
Contents of conf.py
No response
Relevant log output
No response