Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump streamlit from 1.22.0 to 1.25.0 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps streamlit from 1.22.0 to 1.25.0.

Release notes

Sourced from streamlit's releases.

1.25.0

What's Changed

Highlights

  • ๐Ÿž Introducing st.toast โ€” a command to briefly show toast messages to users in the bottom-right corner of apps. See our documentation on how to use this feature.

Notable Changes

  • ๐Ÿ—บ๏ธ st.map now has parameters for latitude, longitude, color, and size to customize data points (#6896).
  • ๐Ÿšฉ st.multiselect supports setting placeholders and specifying the maximum number of selections via the placeholder and max_selections keyword-only arguments, respectively (#6901, #4750). Thanks, @โ€‹fhiroki!
  • ๐Ÿ“… Customize the date format for st.date_input with the format parameter (#6974, #5234).
  • โ†ฉ๏ธ Forms can now be submitted with Enter/Return while inside st.text_input, st.number_input, or st.text_area (#6911, #3790).
  • ๐Ÿข The app menu icon in the upper-right corner of apps has been changed from "โ˜ฐ" to "โ‹ฎ" (#6947).

Other Changes

  • โ›“๏ธ Minimum required versions increased for multiple Python dependencies, including numpy>=1.19.3 and pandas>=1.3.0 (#6802).
  • ๐Ÿ›ก๏ธ protobufjs was bumped from 7.2.1 to 7.2.4 (#6959).
  • โœจ Visual design tweaks to Streamlit's input widgets (#6944).
  • ๐Ÿฆ‹ Bug fix: st.slider now accepts general number types like numpy.int64 instead of just int and float (#6816, #6815). Thanks, @โ€‹milliams!
  • ๐Ÿœ Bug fix: Data labels for st.slider and st.select_slider no longer overflow when inside st.expander (#6828, #6297).
  • ๐Ÿ› Bug fix: Elements no longer re-render from scratch with each rerun (#6923, #6920).
  • ๐Ÿž Bug fix: st.data_editor hashes styler objects correctly for stability across reruns (#6815, #6898).
  • ๐Ÿ Bug fix: Fixed the padding for embedded apps using st.chat_input to prevent messages being cutoff (#6979).

Full Changelog: streamlit/streamlit@1.24.0...1.25.0

1.24.1

No release notes provided.

1.24.0

What's Changed

Highlights

  • ๐Ÿ’ฌ Introducing st.chat_message and st.chat_input โ€” two new chat elements that let you build conversational apps. Learn how to use these features in your LLM-powered chat apps in our tutorial.
  • ๐Ÿ’พ Streamlit's caching decorators now allow you to customize Streamlit's hashing of input parameters with the keyword-only argument hash_funcs.

Notable Changes

  • ๐Ÿ We've deprecated support for Python 3.7 in the core library and Streamlit Community Cloud (#6868).
  • ๐Ÿ“… st.cache_data and st.cache_resource can hash timezone-aware datetime objects (#6812, #6690, #5110).

Other Changes

  • โœจ Visual design tweaks to Streamlit's input widgets (#6817).
  • ๐Ÿ› Bug fix: st.write pretty-prints dataclasses using st.help (#6750).
  • ๐Ÿชฒ Bug fix: st.button's height is consistent with that of other widgets (#6738).

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.22.0 to 1.25.0.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.22.0...1.25.0)

---
updated-dependencies:
- dependency-name: streamlit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2023

Superseded by #8.

@dependabot dependabot bot closed this Sep 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/streamlit-1.25.0 branch September 1, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants