docs
docs copied to clipboard
Source code for the Streamlit Python library documentation
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.13.0 to 6.14.1 Changelog Sourced from qs's changelog. 6.14.1 [Fix] ensure arrayLength applies to [] notation...
Bumps [next](https://github.com/vercel/next.js) from 14.2.32 to 14.2.35. Release notes Sourced from next's releases. v14.2.35 Please see the Next.js Security Update for information about this security patch. Commits 7b940d9 v14.2.35 7c1be85 Backport...
Docs: clarify picklable requirement for st.cache_resource Clarifies that st.cache_resource requires pickle-able objects in addition to being hashable, aligning the documentation with current caching behavior and addressing confusion reported in #1399....
Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.4.3 to 3.8.2. Changelog Sourced from bokeh's changelog. 2026-01-06 3.8.2: bugfixes: #14768 [component: server] Incomplete Origin Validation in WebSockets in Bokeh server applications tasks: #14767 Backports for...
Bumps [h3](https://github.com/h3js/h3) from 1.15.3 to 1.15.5. Release notes Sourced from h3's releases. v1.15.5 compare changes [!IMPORTANT] Security: Fixed a bug in readBody(event) and readRawBody(event) utils where certain Transfer-Encoding header formats...
## 📚 Context The version selector didn't scroll, preventing access to older versions on small screens. This is fixed, and some style is cleaned up to use Tailwind at the...
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient...
## 📚 Context There's a typo in the filename in this one place. ## 🧠 Description of Changes **Current:** **Revised:** ## 💥 Impact Size: - [x] Small - [ ]...
## 📚 Context Conceptual guides for custom components v2. **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache...
## 📚 Context This PR adds app source code for embedded apps in the custom components v2 concept docs. This also carves out an exception in the pre-commit hook so...