Skip to content

Commit 3598b17

Browse files
Bump streamlit from 1.52.2 to 1.54.0 (#284)
Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.52.2 to 1.54.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/streamlit/streamlit/releases">streamlit's releases</a>.</em></p> <blockquote> <h2>1.54.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Breaking Changes 🛠</h3> <ul> <li>Remove experimental query params by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13142">streamlit/streamlit#13142</a></li> <li>Remove deprecated <code>st.experimental_user</code> command by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13626">streamlit/streamlit#13626</a></li> <li>Set <code>add_rows</code> deprecation warning to show in browser by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13628">streamlit/streamlit#13628</a></li> </ul> <h3>New Features 🎉</h3> <ul> <li>Use <code>key</code> as main identity for <code>st.dataframe</code> with selections by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13558">streamlit/streamlit#13558</a></li> <li>Use <code>key</code> as main identity for vega charts with selections by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13559">streamlit/streamlit#13559</a></li> <li>Add <code>chartDivergingColors</code> theming config option by <a href="https://github.com/mayagbarnes"><code>@​mayagbarnes</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13581">streamlit/streamlit#13581</a></li> <li>Allow dynamically changing in min and max in <code>st.date_input</code> by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13549">streamlit/streamlit#13549</a></li> <li>Allow dynamically changing <code>min_value</code> and <code>max_value</code> in <code>st.datetime_input</code> when <code>key</code> is provided by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13620">streamlit/streamlit#13620</a></li> <li>Prepare pandas 3.0 compatibility by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13630">streamlit/streamlit#13630</a></li> <li>Allow dynamic changes to <code>st.radio</code> options when <code>key</code> is provided by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13611">streamlit/streamlit#13611</a></li> <li>Support auto-rerun when <code>config.toml</code> is created by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13625">streamlit/streamlit#13625</a></li> <li>Allow selecting text of pills in the <code>MultiselectColumn</code> and <code>ListColumn</code> by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13663">streamlit/streamlit#13663</a></li> <li>Prepare for binding widgets to query params - Part 1 by <a href="https://github.com/mayagbarnes"><code>@​mayagbarnes</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13681">streamlit/streamlit#13681</a></li> <li>feat(logo): add support for Material icons and emojis in st.logo by <a href="https://github.com/rahuld109"><code>@​rahuld109</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13416">streamlit/streamlit#13416</a></li> <li>Allow dynamic changes to <code>st.select_slider</code> options when <code>key</code> is provided by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13696">streamlit/streamlit#13696</a></li> <li>Add &quot;client.showErrorLinks` config option (<a href="https://redirect.github.com/streamlit/streamlit/issues/11238">#11238</a>)&quot; by <a href="https://github.com/karubian"><code>@​karubian</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13472">streamlit/streamlit#13472</a></li> <li>Allow dynamic changes to <code>st.pydeck_chart</code> parameters when <code>key</code> is provided by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13703">streamlit/streamlit#13703</a></li> <li>Support resolving to theme colors configs for charts by <a href="https://github.com/mayagbarnes"><code>@​mayagbarnes</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13739">streamlit/streamlit#13739</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>Fix bar chart error with uniform column values by <a href="https://github.com/sfc-gh-kmcgrady"><code>@​sfc-gh-kmcgrady</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13590">streamlit/streamlit#13590</a></li> <li>[fix] Increase max width of uploaded files in <code>st.chat_input</code> by <a href="https://github.com/sfc-gh-nbellante"><code>@​sfc-gh-nbellante</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13589">streamlit/streamlit#13589</a></li> <li>[fix] Add defensive check in Manifest Scanner by <a href="https://github.com/sfc-gh-bnisco"><code>@​sfc-gh-bnisco</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13612">streamlit/streamlit#13612</a></li> <li>Support new auth features in Starlette by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13571">streamlit/streamlit#13571</a></li> <li>Hide developer options when toolbarMode=&quot;viewer&quot; by <a href="https://github.com/sfc-gh-dmatthews"><code>@​sfc-gh-dmatthews</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13623">streamlit/streamlit#13623</a></li> <li>Fix SnowflakeConnection.query() cache key to include params by <a href="https://github.com/sfc-gh-kmcgrady"><code>@​sfc-gh-kmcgrady</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13652">streamlit/streamlit#13652</a></li> <li>Fix crash with container elements in spinner context by <a href="https://github.com/sfc-gh-kmcgrady"><code>@​sfc-gh-kmcgrady</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13659">streamlit/streamlit#13659</a></li> <li>Fix a regression with snowflake connection being closed by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13665">streamlit/streamlit#13665</a></li> <li>Fix TransientNode not capturing BlockNode as anchor when replacing by <a href="https://github.com/kmcgrady"><code>@​kmcgrady</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13674">streamlit/streamlit#13674</a></li> <li>Fix selectbox and multiselect clearing selections for custom objects by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13648">streamlit/streamlit#13648</a></li> <li>Fix <code>KeyError</code> when sorting melted bar chart data by <a href="https://github.com/lukasmasuch"><code>@​lukasmasuch</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13695">streamlit/streamlit#13695</a></li> <li>Fix sidebar collapsing on mobile when clicking portaled elements by <a href="https://github.com/sfc-gh-kmcgrady"><code>@​sfc-gh-kmcgrady</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13653">streamlit/streamlit#13653</a></li> <li>[fix] Display wildcard addresses as localhost in URLs by <a href="https://github.com/sfc-gh-nbellante"><code>@​sfc-gh-nbellante</code></a> in <a href="https://redirect.github.com/streamlit/streamlit/pull/13720">streamlit/streamlit#13720</a></li> </ul> <h3>Other Changes</h3> <ul> <li>[chore] Release v1.53.0 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/streamlit/streamlit/pull/13588">streamlit/streamlit#13588</a></li> <li>[chore] Release v1.53.1 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/streamlit/streamlit/pull/13676">streamlit/streamlit#13676</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sfc-gh-kmcgrady"><code>@​sfc-gh-kmcgrady</code></a> made their first contribution in <a href="https://redirect.github.com/streamlit/streamlit/pull/13590">streamlit/streamlit#13590</a></li> <li><a href="https://github.com/rahuld109"><code>@​rahuld109</code></a> made their first contribution in <a href="https://redirect.github.com/streamlit/streamlit/pull/13416">streamlit/streamlit#13416</a></li> <li><a href="https://github.com/rishi-kumar0612"><code>@​rishi-kumar0612</code></a> made their first contribution in <a href="https://redirect.github.com/streamlit/streamlit/pull/13004">streamlit/streamlit#13004</a></li> <li><a href="https://github.com/karubian"><code>@​karubian</code></a> made their first contribution in <a href="https://redirect.github.com/streamlit/streamlit/pull/13472">streamlit/streamlit#13472</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/streamlit/streamlit/compare/1.53.1...1.54.0">https://github.com/streamlit/streamlit/compare/1.53.1...1.54.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streamlit/streamlit/commit/bcda05cdd2efda4e54238e040ae8965a6ab0318f"><code>bcda05c</code></a> Docstrings for 1.54.0 (<a href="https://redirect.github.com/streamlit/streamlit/issues/13804">#13804</a>)</li> <li><a href="https://github.com/streamlit/streamlit/commit/06da9adede3ac40c0478e141ea5326ba6dada570"><code>06da9ad</code></a> [fix] Support boolean values for client.showErrorLinks config option (<a href="https://redirect.github.com/streamlit/streamlit/issues/13806">#13806</a>)</li> <li><a href="https://github.com/streamlit/streamlit/commit/23692ca70b2f2ac720c72d1feb4f190c9d6eed76"><code>23692ca</code></a> [security] Prevent SSRF attacks via path traversal in component file handling...</li> <li><a href="https://github.com/streamlit/streamlit/commit/8a22025bdf24059edf2e9e719bce3540553c758f"><code>8a22025</code></a> Revert &quot;Enhancement/update dropdown design <a href="https://redirect.github.com/streamlit/streamlit/issues/12956">#12956</a> (<a href="https://redirect.github.com/streamlit/streamlit/issues/13004">#13004</a>)&quot;</li> <li><a href="https://github.com/streamlit/streamlit/commit/b90ab9a8d40ab09e1921170e76f7b8cb050a9dd3"><code>b90ab9a</code></a> Up version to 1.54.0</li> <li><a href="https://github.com/streamlit/streamlit/commit/856addfcac0b4f9332631b2c50f3f09ce55f982a"><code>856addf</code></a> Support resolving to theme colors configs for charts (<a href="https://redirect.github.com/streamlit/streamlit/issues/13739">#13739</a>)</li> <li><a href="https://github.com/streamlit/streamlit/commit/65db70c60dc54824e69bfa20cbf84d821cfe6e7d"><code>65db70c</code></a> Bump actions/github-script from 7 to 8 (<a href="https://redirect.github.com/streamlit/streamlit/issues/13756">#13756</a>)</li> <li><a href="https://github.com/streamlit/streamlit/commit/4d386cc4b6654fbd464c6dc41c778c1889e47da2"><code>4d386cc</code></a> Migrate to uv package manager (<a href="https://redirect.github.com/streamlit/streamlit/issues/13622">#13622</a>)</li> <li><a href="https://github.com/streamlit/streamlit/commit/6f66a1cbfa09c23b55429c3f6a2801d6b4561566"><code>6f66a1c</code></a> Allow dynamic changes to <code>st.pydeck_chart</code> parameters when <code>key</code> is provided ...</li> <li><a href="https://github.com/streamlit/streamlit/commit/e39f19402ca6a8f8db623a19447c503dfa8d215e"><code>e39f194</code></a> Add <code>make check</code> command for validating changes (<a href="https://redirect.github.com/streamlit/streamlit/issues/13745">#13745</a>)</li> <li>Additional commits viewable in <a href="https://github.com/streamlit/streamlit/compare/1.52.2...1.54.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=streamlit&package-manager=uv&previous-version=1.52.2&new-version=1.54.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/CDCgov/cfa-immunization-uptake-projection/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2aff1d commit 3598b17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)