Change - Support Streamlit>=1.38.0, 233. - Drop Python 3.8 support, 233.
0.17.1
Fix - Fix `get_session_info` to use `SessionManager.get_session_info()` instead of `.get_active_session_info()` because the session info sometimes can be inactive when accessed from this library, 202.
0.17.0
CHANGE - Drop Python 3.7 support, 199.
0.16.1
Fix - Support Python 3.11, 188.
0.16.0
Fix - Introduce customized error classes, 176.
0.15.2
Fix - Compatibility with streamlit>=1.18.0, 172, 175. - Refactoring the sample chat apps, 174.