tylerjrichards / st-paywall

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

Query_params warning from st_paywall #54

Closed jozkotrapko closed 8 months ago

jozkotrapko commented 8 months ago

While using st_paywall, I receive a warning for query_params. If I’m not mistaken, it seems that google_auth.py is causing this issue, where st.experimental_get_query_params() is used.

image

sfc-gh-trichards commented 8 months ago

yes, that is because you're using a newer version of Streamlit! You're probably on 1.30 or 1.31