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
fix: remove libcst as a required dependency (#389)
* Remove libcst dependency
libcst is only used for a one-off "fixup" script. It’s not necessary to always depend on it.
It caused an issue on one project as old libcst versions don't ship macOS M1 wheels, and it took time to figure this out.
(Also the instructions for using the fixup script were incorrect.)
* Update UPGRADING.md
Co-authored-by: Tim Swast <[email protected]>
0 commit comments