tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
266 stars 52 forks source link

st.experimental_rerun was deprecated in version 1.27.0. #43

Closed marcosberghahn closed 11 months ago

marcosberghahn commented 11 months ago

We should use st.rerun instead. As decribed on the docs: https://docs.streamlit.io/library/api-reference/control-flow/st.experimental_rerun

and discussed at https://github.com/tylerjrichards/st-paywall/issues/39

tylerjrichards commented 11 months ago

I think this is a good call, we can require that we have version 1.27 or above here too

tylerjrichards commented 11 months ago

Ok I went through and added them to the package, and to the requirements in the repo