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
Oh my. The issue is, if you manually pip install textual-autocomplete it will DOWNGRADE the existing installed textual package. Reading some more that is apparently a contentious issue with how pip is supposed to handle dependency management. Worked around it by strictly using a requirements.txt file but if this is supposed to work with 0.11+, maybe it should be instrumented to specify that as a minimum requirement so it won't attempt to downgrade existing installs?
Reproduce:
Looks like it may have broken all widget with the new context manager feature?
The text was updated successfully, but these errors were encountered: