-
-
Notifications
You must be signed in to change notification settings - Fork 13
Update dependency streamlit to v1.46.1 #147
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/streamlit-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
276e3b9
to
3ed9ecf
Compare
3ed9ecf
to
ab2bb26
Compare
ab2bb26
to
2e9e79c
Compare
2e9e79c
to
8a60c75
Compare
8a60c75
to
1cbaf0c
Compare
1cbaf0c
to
00e5e77
Compare
00e5e77
to
1a22fa9
Compare
1a22fa9
to
4d9d1e3
Compare
4d9d1e3
to
42371cf
Compare
42371cf
to
986a53b
Compare
986a53b
to
3d4eee0
Compare
3d4eee0
to
348d829
Compare
348d829
to
12b1d44
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.38.0
->1.46.1
Release Notes
streamlit/streamlit (streamlit)
v1.46.1
Compare Source
Full Changelog: streamlit/streamlit@1.46.0...1.46.1
v1.46.0
Compare Source
What's Changed
New Features 🎉
set_page_config
restrictions by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11286buttonRadius
theming config option by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11464dataframeBorderColor
theming config option by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11475weight
andunicode-range
in@font-face
declaration by @sfc-gh-dmatthews in https://github.com/streamlit/streamlit/pull/11248NumberColumn
&ProgressColumn
format
option by @alexmalins in https://github.com/streamlit/streamlit/pull/11588Bug Fixes 🐛
st.column_config
"localized" option by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11297st.dataframe
: clear row selections on dropdown sort by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11363st.map
by @lukasmasuch in https://github.com/streamlit/streamlit/pull/11511st.number_input
styling by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11576st.toast
messages above dialogs by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11578st.multiselect
styling by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11577st.page_link
inherit icon fromst.Page
by @abokey1 in https://github.com/streamlit/streamlit/pull/10694st.caption
andst.markdown
to avoid some styling issues by @sfc-gh-lwilby in https://github.com/streamlit/streamlit/pull/11644Other Changes
index.html
preload to variable font by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11646New Contributors
Full Changelog: streamlit/streamlit@1.45.1...1.46.0
v1.45.1
Compare Source
Full Changelog: streamlit/streamlit@1.45.0...1.45.1
v1.45.0
Compare Source
What's Changed
Breaking Changes 🛠
New Features 🎉
icon
tost.text_input
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10761icon
tost.number_input
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10711st.help
border colors by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10916theme.colors.secondaryBg
by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10930baseRadius
config by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10915st.write
usage with single string arg by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10985ip_address
tost.context
by @kajarenc in https://github.com/streamlit/streamlit/pull/10651is_embedded
to st.context by @kajarenc in https://github.com/streamlit/streamlit/pull/11055Bug Fixes 🐛
tabs
andlink_button
from getting disabled on disconnect by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10861showErrorDetails
showing wrong value instreamlit config show
by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10921borderColor
intheme.sidebar
for sidebar border by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10944baseFontSize
by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10990st.date_input
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10764st.html
for style tags by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10979st.rerun
by @kajarenc in https://github.com/streamlit/streamlit/pull/11113Other Changes
st.audio_input
actions styling by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11118st.camera_input
disabled button styling by @mayagbarnes in https://github.com/streamlit/streamlit/pull/11116@typescript-eslint/no-explicit-any
lint rule by @sfc-gh-bnisco in https://github.com/streamlit/streamlit/pull/11133New Contributors
Full Changelog: streamlit/streamlit@1.44.1...1.45.0
v1.44.1
Compare Source
Full Changelog: streamlit/streamlit@1.44.0...1.44.1
v1.44.0
Compare Source
What's Changed
Breaking Changes 🛠
New Features 🎉
showSidebarSeparator
by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10566st.table
by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10561rich
is installed by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10650headingFont
option by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10626st.badge
and Markdown badges by @jrieke in https://github.com/streamlit/streamlit/pull/10090streamlit init
command by @jrieke in https://github.com/streamlit/streamlit/pull/10077theme.sidebar
custom theme by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10772theme.codeBackgroundColor
theming config option by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10859Bug Fixes 🐛
st.number_input
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10642help
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10658font
theme config not being passed to custom components by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10661st.number_input
by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10655st.page_link
- current vs. non-current page visuals & width by @mayagbarnes in https://github.com/streamlit/streamlit/pull/10690createTheme
overriding active theme's baseweb props by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10855Other Changes
showWidgetBorder
andshowSidebarBorder
by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/10858New Contributors
Full Changelog: streamlit/streamlit@1.43.2...1.44.0
v1.43.2
Compare Source
Full Changelog: streamlit/streamlit@1.43.1...1.43.2
v1.43.1
Compare Source
Full Changelog: streamlit/streamlit@1.43.0...1.43.1
v1.43.0
Compare Source
What's Changed
New Features 🎉
st.chat_input
with file uploader by @sfc-gh-pchiu in https://github.com/streamlit/streamlit/pull/9491theme.roundness
theming option by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10246theme.borderColor
andtheme.showBorderAroundInputs
config options by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10259theme.linkColor
theming config option by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10271theme.baseFontSize
theming config option by @lukasmasuch in https://github.com/streamlit/streamlit/pull/10375st.dataframe
andst.data_editor
by @lukasmasuch in https://github.com/streamlit/streamlit/pull/9549Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.