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

build(deps): bump streamlit from 1.26.0 to 1.27.0 #13

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps streamlit from 1.26.0 to 1.27.0.

Release notes

Sourced from streamlit's releases.

1.27.0

What's Changed

Highlights

  • ✨ Introducing st.scatter_chart — a new, simple chart element to build scatter charts Streamlit-y fast and easy! See our documentation.
  • 🔗 Introducing st.link_button! Want to open an external link in a new tab with a bit more pizazz than a plain-text link? Check out our documentation to see how.
  • 🏃 Announcing the general availability of st.rerun, a command to interrupt your script and trigger an immediate rerun.

Notable Changes

Other Changes

  • 🐛 Bug fix: st.multiselect now shows a correct message when no result matches a user’s search (#7205, #7116).
  • 🪲 Bug fix: st.experimental_user now defaults to test@example.com (#7219, #7215).
  • 🐜 Bug fix: st.slider labels don’t overlap when small ranges are selected (#7221, #3385).
  • 🐝 Bug fix: Type-checking correctly identifies all string types to avoid hashing errors (#7255, #6455).
  • 🐞 Bug fix: JSON is parsed with JSON5 to avoid errors from null values when using st.pydeck_chart (#7256, #5799).
  • 🕷️ Bug fix: Identical widgets on different pages are correctly interpreted by Streamlit as distinct (#7264, #6146).
  • 🦋 Bug fix: Visual tweaks to widgets for responsive behavior (#7145).
  • 🪳 Bug fix: SVGs are accurately displayed (#7183, #3882).
  • 🪰 Bug fix: st.video correctly updates with changes to start_time (#7257, #7126).
  • 🦠 Bug fix: Additional error handling was added to st.session_state (#7280, #7206).
  • 🦟 Bug fix: st.map correctly refreshes with new data (#7307, #7294).
  • 🦂 Bug fix: The decorative app header line is no longer covered by the sidebar (#7297, #6264).
  • 🦗 Bug fix: st.code no longer triggers a CachedStFunctionWarning (#7306, #7055).
  • 🕸️ Bug fix: st.download_button no longer resets with different data (#7316, #7308).
  • 🐌 Bug fix: Widgets consistently recognize user interaction while a page is still running, with or without fastRerun enabled (#7283, #6643).
  • 🦎 Bug fix: st.tabs was improved to better handle and render conditionally appearing tabs (#7287, #7310, #5454, #7040).

New Contributors

Full Changelog: streamlit/streamlit@1.26.0...1.27.0

Commits
  • ef3c6fd Up version to 1.27.0
  • b614542 skip langchain test_agent_run test, if langchain version is newer then 0.0....
  • a7e07e9 Update script to auto generate the release notes correctly (#7388)
  • 7757cf0 Fix st.metric playwright test (#7369)
  • 3476117 Fix: Python 3.9 & 3.10 type check errors (#7365)
  • a93973c Migrate FileDropzone to RTL (#7337)
  • e24e2da Additional docstring updates for version 1.27.0 (#7346)
  • 9524166 Add playwright to nightly & release workflows (#7340)
  • 80ca6d4 Remove change:breaking from required labels (#7339)
  • da0b49a Migrate Selectbox to RTL (#7334)
  • Additional commits viewable in compare view

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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 25, 2023
@1995parham 1995parham merged commit 0c7c726 into main Sep 25, 2023
1 of 2 checks passed
@1995parham 1995parham deleted the dependabot/pip/streamlit-1.27.0 branch September 25, 2023 07:34
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant