wetterdienst
wetterdienst copied to clipboard
Bump streamlit from 1.32.2 to 1.33.0
Bumps streamlit from 1.32.2 to 1.33.0.
Release notes
Sourced from streamlit's releases.
1.33.0
What's Changed
Breaking Changes 🛠
- Require explicit suggestion of unsafe_allow_html in st.write by
@kmcgrady
in streamlit/streamlit#8238New Features 🎉
- explicit update() method for query_params by
@Asaurus1
in streamlit/streamlit#8205- Add
AreaChartColumn
to column config by@LukasMasuch
in streamlit/streamlit#8237- Associate label with input to make label click focus input by
@filiptammergard
in streamlit/streamlit#8155- Media elements improvements by
@kajarenc
in streamlit/streamlit#8203- Page switching in AppTest by
@AnOctopus
in streamlit/streamlit#8280- Add ability to use timedelta and stings to
start_time
andend_time
. by@kajarenc
in streamlit/streamlit#8348- st.experimental_fragment decorator by
@vdonato
in streamlit/streamlit#8343- Feature:
st.html
by@mayagbarnes
in streamlit/streamlit#8366Bug Fixes 🐛
- AppTest format_func by
@AnOctopus
in streamlit/streamlit#8189- Url decode link column display values if regex is used by
@LukasMasuch
in streamlit/streamlit#8258- Fix infinite loop when
rerun
and triggered widgets are used together in AppTest by@AnOctopus
in streamlit/streamlit#8264- Use the button width as minimum for
st.popover
container by@LukasMasuch
in streamlit/streamlit#8266- Revert "Expire session storage cache on an async timer (#8083)" by
@kmcgrady
in streamlit/streamlit#8281- Allow custom themes to override embed options query parameter by
@kmcgrady
in streamlit/streamlit#8021- Fix issue with not correctly waiting for connections by
@LukasMasuch
in streamlit/streamlit#8294- Fix initial iframe height for custom component by
@kmcgrady
in streamlit/streamlit#8290- Fullscreen Button Overflow Horizontally by
@kmcgrady
in streamlit/streamlit#8279- Fix white components backgrounds when OS is using dark theme by
@LukasMasuch
in streamlit/streamlit#8242- Add simple fix to update container status after llm complete by
@KedoKudo
in streamlit/streamlit#8311- Simplify toast message truncation to use character limit directly by
@snehankekre
in streamlit/streamlit#8337- resolve path when registering watcher for module paths by
@zyxue
in streamlit/streamlit#8372- Readd mistakenly removed line and add explanatory comment by
@vdonato
in streamlit/streamlit#8392Other Changes
- Allow packaging 24.x by
@LukasMasuch
in streamlit/streamlit#8338New Contributors
@filiptammergard
made their first contribution in streamlit/streamlit#8155@KedoKudo
made their first contribution in streamlit/streamlit#8311@zyxue
made their first contribution in streamlit/streamlit#8372Full Changelog: https://github.com/streamlit/streamlit/compare/1.32.2...1.33.0
Commits
9416152
Up version to 1.33.0a7da937
Fix unixodbc-dev dependency (#8417)e9231ed
Fix issues with fragments writing to containers and the sidebar (#8408)67a4a4a
Fixing failing session gc test in CI (#8421)820f188
Fix Pillow type errors (#8412)b6266ef
Docs/release 1.33 (#8397)fc13040
Gather metrics onget_option
(#8395)4c55b35
Feature:st.html
(#8366)b573f80
Add more complex e2e tests for@st
.experimental_fragment (#8393)ac88ef7
Readd mistakenly removed line and add explanatory comment (#8392)- 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)