example-app-bert-keyword-extractor
example-app-bert-keyword-extractor copied to clipboard
Bump streamlit from 0.87 to 1.30.0
Bumps streamlit from 0.87 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 streamlit/streamlit#7697- Add display_text to LinkColumn by
@sfc-gh-bhay
in streamlit/streamlit#7741- st.query_params by
@willhuang1997
in streamlit/streamlit#7774- Add Pandas styler support to
LinkColumn
by@LukasMasuch
in streamlit/streamlit#7784- Config - MPA Sidebar Page Navigation by
@mayagbarnes
in streamlit/streamlit#7852- Feature -
st.switch_page
by@mayagbarnes
in streamlit/streamlit#7853Bug Fixes 🐛
- Fix handling of ordinal columns for builtin-charts by
@LukasMasuch
in streamlit/streamlit#7771- Fix
st.toggle
background color by@sfc-gh-jgarcia
in streamlit/streamlit#7788- Don't send command used to start streamlit to frontend by
@vdonato
in streamlit/streamlit#7787- Fix iframe background for dark color scheme by
@LukasMasuch
in streamlit/streamlit#7821- Prevent incompatible column config serialization by
@LukasMasuch
in streamlit/streamlit#7887- Prevent hiding required editable columns by
@LukasMasuch
in streamlit/streamlit#7888- Disable the ability to submit form if a submit button is disabled by
@willhuang1997
in streamlit/streamlit#7827- Fix flickering effect when changing tabs by
@LukasMasuch
in streamlit/streamlit#7904- Fix shrunk icon size in st.expander by
@matiboux
in streamlit/streamlit#7596- Add check that individual elements are "python comparable" by
@kajarenc
in streamlit/streamlit#7840- Use commonpath rather than common prefix for more secure access by
@kmcgrady
in streamlit/streamlit#7901- Don't disable tab on stale flag by
@LukasMasuch
in streamlit/streamlit#7905- Fix embed params being dropped in page swaps by
@sfc-gh-wihuang
in streamlit/streamlit#7918Other Changes
- Fix parenthesis error messaging by
@willhuang1997
in streamlit/streamlit#7770- Update SECURITY.md by
@sfc-gh-hpathak
in streamlit/streamlit#7783- Speed up plotly figures by 8x for users with "orjson" by
@eric-skydio
in streamlit/streamlit#7860New Contributors
@sfc-gh-bhay
made their first contribution in streamlit/streamlit#7741@sfc-gh-jkinkead
made their first contribution in streamlit/streamlit#7843@sfc-gh-jdaly
made their first contribution in streamlit/streamlit#7842@matiboux
made their first contribution in streamlit/streamlit#7596Full Changelog: https://github.com/streamlit/streamlit/compare/1.29.0...1.30.0
1.29.0
What's Changed
Breaking Changes 🛠
- Remove old app test api by
@AnOctopus
in streamlit/streamlit#7657New Features 🎉
- Add ability to add empty query params by
@willhuang1997
in streamlit/streamlit#7601- Add Enum coercion to options elements, if input Enum classes "identical" but redefined on script run by
@Asaurus1
in streamlit/streamlit#7408- Remove Recording Feature Menu Item when unsupported by
@kmcgrady
in streamlit/streamlit#7604- Improved AppTest/ElementTree formatting by
@AnOctopus
in streamlit/streamlit#7658- Add support for timedelta type to
st.dataframe
,st.data_editor
andst.table
. by@LukasMasuch
in streamlit/streamlit#7689
... (truncated)
Commits
2c39710
Support latest importlib-metadata v7 (#7925)005d62a
Up version to 1.30.033e347a
Fix embed params being dropped in page swaps (#7918)899cbbd
Docstrings for release 1.30.0 (#7916)02022e7
Reduce e2e test flakiness by using waiting methods (#7907)7ee8f2b
Update the frontend audit exceptions (#7909)adb236b
Don't disable tab on stale flag (#7905)bd0a899
Use commonpath rather than common prefix for more secure access (#7901)ee41c84
Add check that individual elements are "python comparable" (#7840)d428d91
Fix shrunk icon size in st.expander (#7596)- Additional commits viewable in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.