Fixes:
- This fork is confirmed to fix the deprecation st.experimental_get_query_params alerts. [Context](https://docs.streamlit.io/library/api-reference/utilities/st.experimental_get_query_params)
- It also resolved 25 security issues that existed owing to outdated dependencies (2 Critical, 11 High, 10 Moderate, 2 Low)
Breaking changes:
- It is now required to download the package via pip install streamlit-analytics2
- It is required to change your requirements.txt or Pipfile or any other module management file to use streamlit-analytics2
- It is required to update the import statement in the begining of your main.py file to stateimport streamlit_analytics2 as streamlit_analytics
Fixes:
15