m-wrzr / streamlit-searchbox

Streamlit searchbox that dynamically updates and provides a list of suggestions based on a provided function
MIT License
203 stars 26 forks source link

st.experimental_rerun -> st.rerun #33

Closed DavidWalz closed 4 months ago

DavidWalz commented 5 months ago

Streamlit v1.28 gives a deprecation warning

`st.experimental_rerun` will be removed after 2024-04-01
m-wrzr commented 5 months ago

Which version of the searchbox are you using? This deprecation warning should not appear with versions >= 0.1.6

DavidWalz commented 4 months ago

I should have checked if a new package is available. Thanks!