arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
727 stars 124 forks source link

Support streamlit 1.13.0 #122

Closed blackary closed 1 year ago

blackary commented 1 year ago

Fixes #121

We currently support <1.13.0 and >1.13.0, but not ==1.13.0

There was an issue with isort pre-commit, so took opportunity to switch to ruff

And...update mypy and switch to future type hinting while I was at it

Way more than I was thinking :)