streamlit-server-state
streamlit-server-state copied to clipboard
A "server-wide" state object shared across sessions on a Streamlit server.
https://docs.streamlit.io/library/api-reference/performance/st.cache_resource
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.18.1 to 1.30.0. Release notes Sourced from streamlit's releases. 1.30.0 What's Changed New Features 🎉 Add support for scroll container via the height parameter by @LukasMasuch in...
With streamlit==1.29.0, server_state is **repetitive rerun forever**. After debugging, it's the new feature 'runner.fastReruns' with 1.9.0 that cause the bug, use 'streamlit run app.py **--runner.fastReruns False**' will fix it.
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. Release notes Sourced from pytest's releases. pytest 7.4.4 (2023-12-31) Bug Fixes #11140: Fix non-string constants at the top of file being detected as docstrings...
Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.8.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.8 We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy...
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.2. Release notes Sourced from isort's releases. 5.13.2 Changes Apply the bracket fix from issue 471 only for use_parentheses=True (#2184) @bp72 confine pre-commit to stages...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.24.4. Release notes Sourced from numpy's releases. v1.24.4 NumPy 1.24.4 Release Notes NumPy 1.24.4 is a maintenance release that fixes a few bugs discovered after...
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.3. Release notes Sourced from pandas's releases. Pandas 2.0.3 This is a patch release in the 2.0.x series and includes some regression and bug fixes....