tylerjrichards / st-paywall

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

Please replace `st.experimental_get_query_params` with `st.query_params` #64

Closed tangletips closed 5 months ago

tangletips commented 5 months ago

When using st-paywall with the current streamlit version (1.33.00) the following error is shown:

Please replace st.experimental_get_query_params with st.query_params.

st.experimental_get_query_params will be removed after 2024-04-11.

https://github.com/tylerjrichards/st-paywall/blob/35dd9b4a29ddf8b704f7abaf14714644292d482a/src/st_paywall/google_auth.py#L84

tangletips commented 5 months ago

Just saw now that this is already addressed in the branch update-streamlit-version and PR #61

LouisDeconinck commented 5 months ago

@tylerjrichards Can PR #61 be merged? This quite literally breaks the entire application.

kajfadjfaf8er3js2 commented 5 months ago

@tylerjrichards Can PR #61 be merged? This quite literally breaks the entire application.

second this. Please can we fix.

j-bull2003 commented 5 months ago

Third this, please fix

tylerjrichards commented 5 months ago

hey I just went ahead and fixed this in version 0.1.7, will you all let me know how that works for you? https://pypi.org/project/st-paywall/0.1.7/