ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.41k stars 235 forks source link

chore(deps): update dependency streamlit to v0.89.0 - autoclosed #240

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
streamlit (source, changelog) ==0.18.1 -> ==0.89.0 age adoption passing confidence

Release Notes

streamlit/streamlit ### [`v0.89.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.89.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.88.0...0.89.0) *Release date: Sep 22, 2021* **Highlights** - πŸ’° Introducing `st.experimental_memo` and `experimental_singleton`, a new primitive for caching! See [our blog post](https://blog.streamlit.io/new-experimental-primitives-for-caching/) - πŸ” Streamlit allows developers to configure their hamburger menu to be more user-centric **Notable Changes** - πŸ’… We updated our UI to a more polished look with a new font. - 🎨 We now support `theme.base` in the theme object when it's sent to custom components. - 🧠 We've modified session state to reset widgets if any of their arguments changed even if they provide a key. - Some widget behavior may have changed, but we believe this change makes the most sense. We have added a section to [our documentation](https://docs.streamlit.io/en/0.89.0/advanced_widget_behavior.html) describing how they behave. **Other Changes** - 🐞 Bug fixes: Support svgs from a URL ([#​3809](https://togithub.com/streamlit/streamlit/pull/3809)) and that do not start with `` tag ([#​3789](https://togithub.com/streamlit/streamlit/pull/3789)) ### [`v0.88.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.88.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.87.0...0.88.0) *Release date: Sep 2, 2021* **Highlights** - ⬇️ Introducing `st.download_button`, a new button widget for easily downloading files **Notable Changes** - πŸ›‘ We made changes to improve the redacted exception experience on Streamlit Cloud. When `client.showErrorDetails=true` exceptions display the Error Type and the Traceback, but redact the actual error text to prevent data leaks. ### [`v0.87.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.87.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.86.0...0.87.0) *Release date: Aug 19, 2021* **Highlights** - πŸ”’ Introducing `st.metric`, an API for displaying KPIs. Check out the [demo app](https://share.streamlit.io/streamlit/release-demos/0.87/0.87) showcasing the functionality **Other Changes** - 🐞 **Bug Fixes**: File uploader retains state upon expander closing ([#​3557](https://togithub.com/streamlit/streamlit/issues/3557)), setIn Error with `st.empty` ([#​3659](https://togithub.com/streamlit/streamlit/issues/3659)), Missing IFrame embeds in docs ([#​3706](https://togithub.com/streamlit/streamlit/issues/3706)), Fix error writing certain PNG files ([#​3597](https://togithub.com/streamlit/streamlit/issues/3597)) ### [`v0.86.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.86.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.85.1...0.86.0) *Release date: Aug 5, 2021* **Highlights** - πŸŽ“ Our layout primitives are graduating from beta! You can now use `st.columns`, `st.container` and `st.expander` without the `beta_` prefix. **Notable Changes** - πŸ“± When using `st.columns`, columns will stack vertically when viewport size <640px so that column layout on smaller viewports is consistent and cleaner. ([#​3594](https://togithub.com/streamlit/streamlit/issues/3594)) **Other Changes** - 🐞 **Bug fixes**: Fixed `st.date_input` crashes if its empty ([#​3194](https://togithub.com/streamlit/streamlit/issues/3194)), Opening files with utf-8([#​3022](https://togithub.com/streamlit/streamlit/issues/3022)), `st.select_slider` resets its state upon interaction ([#​3600](https://togithub.com/streamlit/streamlit/issues/3600)) ### [`v0.85.1`](https://togithub.com/streamlit/streamlit/compare/0.85.0...0.85.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.85.0...0.85.1) ### [`v0.85.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.85.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.84.2...0.85.0) *Release Date: Jul 22, 2021* **Highlights** - Streamlit now uses [Apache Arrow](https://arrow.apache.org) for serializing data frames when they are sent from Streamlit server to the front end. See our [blog post](https://blog.streamlit.io/all-in-on-apache-arrow/) - (Users who wish to continue using the legacy data frame serialization can do so by setting the `dataFrameSerialization` config option to `"legacy"` in their `config.toml`) **Other Changes** - Bug fixes: Unresponsive pydeck example ([#​3395](https://togithub.com/streamlit/streamlit/issues/3395)), JSON parse error message ([#​2324](https://togithub.com/streamlit/streamlit/issues/2324)), Tooltips rendering ([#​3300](https://togithub.com/streamlit/streamlit/issues/3300)), Colorpicker not working on Streamlit Sharing ([#​2689](https://togithub.com/streamlit/streamlit/issues/2689)) ### [`v0.84.2`](https://togithub.com/streamlit/streamlit/compare/0.84.1...0.84.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.84.1...0.84.2) ### [`v0.84.1`](https://togithub.com/streamlit/streamlit/compare/0.84.0...0.84.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.84.0...0.84.1) ### [`v0.84.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.84.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.83.0...0.84.0) *Release date: Jul 1, 2021* **Highlights** - 🧠 Introducing `st.session_state` and widget callbacks to allow you to add statefulness to your apps. Check out the [blog post](http://blog.streamlit.io/session-state-for-streamlit/) **Notable Changes** - πŸͺ„ `st.text_input` now has an `autocomplete` parameter to allow password managers to be used **Other Changes** - Using st.set_page_config to assign the page title no longer appends β€œStreamlit” to that title ([#​3467](https://togithub.com/streamlit/streamlit/pull/3467)) - NumberInput: disable plus/minus buttons when the widget is already at its max (or min) value ([#​3493](https://togithub.com/streamlit/streamlit/pull/3493)) ### [`v0.83.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.83.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.82.0...0.83.0) *Release date: Jun 17, 2021* **Highlights** - πŸ›£οΈ Updates to Streamlit docs to include step-by-step guides which demonstrate how to [connect Streamlit apps to various databases](https://docs.streamlit.io/en/0.83.0/tutorial/databases.html) & APIs **Notable Changes** - πŸ“„ st.form now has a clear_on_submit parameter which β€œresets” all the form’s widgets when the form is submitted. **Other Changes** - Fixed bugs regarding file encodings ([#​3320](https://togithub.com/streamlit/streamlit/issues/3320), [#​3108](https://togithub.com/streamlit/streamlit/issues/3108), [#​2731](https://togithub.com/streamlit/streamlit/issues/2731)) ### [`v0.82.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.82.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.81.1...0.82.0) *Release date: May 13, 2021* **Notable Changes** - ♻️ Improvements to memory management by forcing garbage collection between script runs. ### [`v0.81.1`](https://togithub.com/streamlit/streamlit/compare/0.81.0...0.81.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.81.0...0.81.1) ### [`v0.81.0`](https://togithub.com/streamlit/streamlit/compare/0.80.0...0.81.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.80.0...0.81.0) ### [`v0.80.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.80.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.79.0...0.80.0) *Release date: Apr 8, 2021* **Highlights** - πŸ” Streamlit now support Secrets management for apps deployed to Streamlit Sharing! - βš“οΈ Titles and headers now come with automatically generated anchor links. Just hover over any title and click the πŸ”— to get the link! **Other changes** - Added `allow-downloads` capability to custom components ([#​3040](https://togithub.com/streamlit/streamlit/issues/3040)) - Fixed a markdown tables in dark theme ([#​3020](https://togithub.com/streamlit/streamlit/issues/3020)) - Improved color picker widget in the Custom Theme dialog ([#​2970](https://togithub.com/streamlit/streamlit/issues/2970)) ### [`v0.79.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.79.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.78.0...0.79.0) *Release date: Mar 18, 2021* **Highlights** - 🌈 Introducing support for custom themes. Check out our [blog post](http://blog.streamlit.io/introducing-theming/) - 🌚 This release also introduces dark mode! - πŸ› οΈ Support for tooltips on all input widgets **Other changes** - Fixed bugs regarding file encodings ([#​1936](https://togithub.com/streamlit/streamlit/issues/1936), [#​2606](https://togithub.com/streamlit/streamlit/issues/2606)) and caching functions ([#​2728](https://togithub.com/streamlit/streamlit/issues/2728)) ### [`v0.78.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.78.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.77.0...0.78.0) *Release date: Mar 4, 2021* **Features** - If you're in the Streamlit for Teams beta, we made a few updates to how secrets work. Check the beta docs for more info! - Dataframes now displays timezones for all DateTime and Time columns, and shows the time with the timezone applied, rather than in UTC **Notable Bug Fixes** - Various improvement to column alignment in `st.beta_columns` - Removed the long-deprecated `format` param from `st.image`, and replaced with `output_format`. ### [`v0.77.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.77.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.76.0...0.77.0) *Release date: Feb 23, 2021* **Features** - Added a new config option `client.showErrorDetails` allowing the developer to control the granularity of error messages. This is useful for when you deploy an app, and want to conceal from your users potentially-sensitive information contained in tracebacks. **Notable bug fixes** - Fixed [bug](https://togithub.com/streamlit/streamlit/issues/1957) where `st.image` wasn't rendering certain kinds of SVGs correctly. - Fixed [regression](https://togithub.com/streamlit/streamlit/issues/2699) where the current value of an `st.slider` was only shown on hover. ### [`v0.76.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.76.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.75.0...0.76.0) *Release date: February 4, 2021* **Notable Changes** - 🎨 [`st.color_picker`](https://docs.streamlit.io/en/0.76.0/api.html#streamlit.color_picker) is now out of beta. This means the old beta_color_picker function, which was marked as deprecated for the past 3 months, has now been replaced with color_picker. - 🐍 Display a warning when a Streamlit script is run directly as `python script.py`. - [`st.image`](https://docs.streamlit.io/en/0.76.0/api.html#streamlit.image)'s `use_column_width` now defaults to an `auto` option which will resize the image to the column width if the image exceeds the column width. - βœ‚οΈ Fixed bugs ([2437](https://togithub.com/streamlit/streamlit/issues/2437) and [2247](https://togithub.com/streamlit/streamlit/issues/2247)) with content getting cut off within a [`st.beta_expander`](https://docs.streamlit.io/en/0.76.0/api.html#streamlit.beta_expander) - πŸ“œ Fixed a [bug](https://togithub.com/streamlit/streamlit/issues/2543) in [`st.dataframe`](https://docs.streamlit.io/en/0.76.0/api.html#streamlit.dataframe) where the scrollbar overlapped with the contents in the last column. - πŸ’Ύ Fixed a [bug](https://togithub.com/streamlit/streamlit/issues/2561) for [`st.file_uploader`](https://docs.streamlit.io/en/0.76.0/api.html#streamlit.file_uploader) where file data returned was not the most recently uploaded file. - βž• Fixed bugs ([2086](https://togithub.com/streamlit/streamlit/issues/2086) and [2556](https://togithub.com/streamlit/streamlit/issues/2556)) where some LaTeX commands were not rendering correctly. ### [`v0.75.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.75.0): Version 0.75.0 [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.74.1...0.75.0) *Release date: January 21, 2021* **Notable Changes** - πŸ•³ [`st.empty`](https://docs.streamlit.io/en/0.75.0/api.html#streamlit.empty) previously would clear the component at the end of the script. It has now been updated to clear the component instantly. - πŸ›Ή Previously in wide mode, we had thin margins around the webpage. This has now been increased to provide a better visual experience. ### [`v0.74.1`](https://togithub.com/streamlit/streamlit/releases/tag/0.74.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.74.0...0.74.1) - Fixed regression in url markdown. [#​2564](https://togithub.com/streamlit/streamlit/issues/2564) - Fixed regression with hotkeys. [#​2566](https://togithub.com/streamlit/streamlit/issues/2566) ### [`v0.74.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.74.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.73.1...0.74.0) *Release date: January 6, 2021* **Notable Changes** - πŸ’Ύ [`st.file_uploader`](https://docs.streamlit.io/en/0.74.0/api.html#streamlit.file_uploader). has been stabilized and the deprecation warning and associated configuration option (`deprecation.showfileUploaderEncoding`) has been removed. - πŸ“Š [`st.bokeh_chart`](https://docs.streamlit.io/en/0.74.0/api.html#streamlit.bokeh_chart) is no longer duplicated when the page loads. - 🎈 Fixed page icon to support emojis with variants (i.e. πŸ€¦β€β™€οΈ vs πŸ€¦πŸΌβ€β™€οΈ) or dashes (i.e πŸŒ™ - crescent-moon). ### [`v0.73.1`](https://togithub.com/streamlit/streamlit/releases/tag/0.73.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.73.0...0.73.1) Patch Streamlit when running in an environment without Git. ### [`v0.73.0`](https://togithub.com/streamlit/streamlit/releases/tag/0.73.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.72.0...0.73.0) Release date: December 17, 2020 **Notable Changes** 🐍 Streamlit can now be installed on Python 3.9. Streamlit components are not yet compatible with Python 3.9 and must use version 3.8 or earlier. 🧱 Streamlit Components now allows same origin, enabling features provided by the browser such as a webcam component. πŸ™ Fix Streamlit Share deploy experience for users running on Git versions 2.7.0 or earlier. 🧰 Handle unexpected closing of uploaded files for st.file_uploader. ### [`v0.72.0`](https://togithub.com/streamlit/streamlit/compare/0.71.0...0.72.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.71.0...0.72.0) ### [`v0.71.0`](https://togithub.com/streamlit/streamlit/compare/0.70.0...0.71.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.70.0...0.71.0) ### [`v0.70.0`](https://togithub.com/streamlit/streamlit/compare/0.69.2...0.70.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.69.2...0.70.0) ### [`v0.69.2`](https://togithub.com/streamlit/streamlit/compare/0.69.1...0.69.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.69.1...0.69.2) ### [`v0.69.1`](https://togithub.com/streamlit/streamlit/compare/0.69.0...0.69.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.69.0...0.69.1) ### [`v0.69.0`](https://togithub.com/streamlit/streamlit/compare/0.68.1...0.69.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.68.1...0.69.0) ### [`v0.68.1`](https://togithub.com/streamlit/streamlit/compare/0.68.0...0.68.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.68.0...0.68.1) ### [`v0.68.0`](https://togithub.com/streamlit/streamlit/compare/0.67.1...0.68.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.67.1...0.68.0) ### [`v0.67.1`](https://togithub.com/streamlit/streamlit/compare/0.67.0...0.67.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.67.0...0.67.1) ### [`v0.67.0`](https://togithub.com/streamlit/streamlit/compare/0.66.0...0.67.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.66.0...0.67.0) ### [`v0.66.0`](https://togithub.com/streamlit/streamlit/compare/0.65.2...0.66.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.65.2...0.66.0) ### [`v0.65.2`](https://togithub.com/streamlit/streamlit/compare/0.65.1...0.65.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.65.1...0.65.2) ### [`v0.65.1`](https://togithub.com/streamlit/streamlit/compare/0.65.0...0.65.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.65.0...0.65.1) ### [`v0.65.0`](https://togithub.com/streamlit/streamlit/compare/0.64.0...0.65.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.64.0...0.65.0) ### [`v0.64.0`](https://togithub.com/streamlit/streamlit/compare/0.63.1...0.64.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.63.1...0.64.0) ### [`v0.63.1`](https://togithub.com/streamlit/streamlit/compare/0.63.0...0.63.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.63.0...0.63.1) ### [`v0.63.0`](https://togithub.com/streamlit/streamlit/compare/0.62.1...0.63.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.62.1...0.63.0) ### [`v0.62.1`](https://togithub.com/streamlit/streamlit/compare/0.62.0...0.62.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.62.0...0.62.1) ### [`v0.62.0`](https://togithub.com/streamlit/streamlit/compare/0.61.0...0.62.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.61.0...0.62.0) ### [`v0.61.0`](https://togithub.com/streamlit/streamlit/compare/0.60.0...0.61.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.60.0...0.61.0) ### [`v0.60.0`](https://togithub.com/streamlit/streamlit/compare/0.59.0...0.60.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.59.0...0.60.0) ### [`v0.59.0`](https://togithub.com/streamlit/streamlit/compare/0.58.0...0.59.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.58.0...0.59.0) ### [`v0.58.0`](https://togithub.com/streamlit/streamlit/compare/0.57.3...0.58.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.57.3...0.58.0) ### [`v0.57.3`](https://togithub.com/streamlit/streamlit/compare/0.57.2...0.57.3) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.57.2...0.57.3) ### [`v0.57.2`](https://togithub.com/streamlit/streamlit/compare/0.57.1...0.57.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.57.1...0.57.2) ### [`v0.57.1`](https://togithub.com/streamlit/streamlit/compare/0.57.0...0.57.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.57.0...0.57.1) ### [`v0.57.0`](https://togithub.com/streamlit/streamlit/compare/0.56.0...0.57.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.56.0...0.57.0) ### [`v0.56.0`](https://togithub.com/streamlit/streamlit/compare/0.55.2...0.56.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.55.2...0.56.0) ### [`v0.55.2`](https://togithub.com/streamlit/streamlit/compare/0.55.0...0.55.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.55.0...0.55.2) ### [`v0.55.0`](https://togithub.com/streamlit/streamlit/compare/0.54.0...0.55.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.54.0...0.55.0) ### [`v0.54.0`](https://togithub.com/streamlit/streamlit/compare/0.53.0...0.54.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.53.0...0.54.0) ### [`v0.53.0`](https://togithub.com/streamlit/streamlit/compare/0.52.2...0.53.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.52.2...0.53.0) ### [`v0.52.0`](https://togithub.com/streamlit/streamlit/compare/0.51.0...0.52.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.51.0...0.52.0) ### [`v0.51.0`](https://togithub.com/streamlit/streamlit/compare/0.50.2...0.51.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.50.2...0.51.0) ### [`v0.50.2`](https://togithub.com/streamlit/streamlit/compare/0.50.1...0.50.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.50.1...0.50.2) ### [`v0.50.1`](https://togithub.com/streamlit/streamlit/compare/0.50.0...0.50.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.50.0...0.50.1) ### [`v0.50.0`](https://togithub.com/streamlit/streamlit/compare/0.49.0...0.50.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.49.0...0.50.0) ### [`v0.48.0`](https://togithub.com/streamlit/streamlit/compare/0.47.4...0.48.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.47.4...0.48.0) ### [`v0.47.4`](https://togithub.com/streamlit/streamlit/compare/0.47.3...0.47.4) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.47.3...0.47.4) ### [`v0.47.1`](https://togithub.com/streamlit/streamlit/compare/0.47.0...0.47.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.47.0...0.47.1) ### [`v0.47.0`](https://togithub.com/streamlit/streamlit/compare/0.46.0...0.47.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.46.0...0.47.0) ### [`v0.46.0`](https://togithub.com/streamlit/streamlit/compare/0.45.0...0.46.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.45.0...0.46.0) ### [`v0.45.0`](https://togithub.com/streamlit/streamlit/compare/0.44.0...0.45.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.44.0...0.45.0) ### [`v0.44.0`](https://togithub.com/streamlit/streamlit/compare/0.43.2...0.44.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.43.2...0.44.0) ### [`v0.43.2`](https://togithub.com/streamlit/streamlit/compare/0.43.1...0.43.2) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.43.1...0.43.2) ### [`v0.43.1`](https://togithub.com/streamlit/streamlit/compare/0.43.0...0.43.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.43.0...0.43.1) ### [`v0.43.0`](https://togithub.com/streamlit/streamlit/compare/0.42.0...0.43.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.42.0...0.43.0) ### [`v0.42.0`](https://togithub.com/streamlit/streamlit/compare/0.41.0...0.42.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.41.0...0.42.0) ### [`v0.41.0`](https://togithub.com/streamlit/streamlit/compare/0.40.1...0.41.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.40.1...0.41.0) ### [`v0.40.1`](https://togithub.com/streamlit/streamlit/compare/0.40.0...0.40.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.40.0...0.40.1) ### [`v0.40.0`](https://togithub.com/streamlit/streamlit/compare/0.37.0...0.40.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.37.0...0.40.0) ### [`v0.37.0`](https://togithub.com/streamlit/streamlit/compare/0.36.0...0.37.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.36.0...0.37.0) ### [`v0.36.0`](https://togithub.com/streamlit/streamlit/compare/0.35.0...0.36.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.35.0...0.36.0) ### [`v0.35.0`](https://togithub.com/streamlit/streamlit/compare/0.34.0...0.35.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.34.0...0.35.0) ### [`v0.34.0`](https://togithub.com/streamlit/streamlit/compare/0.33.0...0.34.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.33.0...0.34.0) ### [`v0.33.0`](https://togithub.com/streamlit/streamlit/compare/0.32.0...0.33.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.32.0...0.33.0) ### [`v0.32.0`](https://togithub.com/streamlit/streamlit/compare/0.31.0...0.32.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.31.0...0.32.0) ### [`v0.31.0`](https://togithub.com/streamlit/streamlit/compare/0.30.0...0.31.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.30.0...0.31.0) ### [`v0.28.0`](https://togithub.com/streamlit/streamlit/compare/0.27.0...0.28.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.27.0...0.28.0) ### [`v0.27.0`](https://togithub.com/streamlit/streamlit/compare/0.26.1...0.27.0) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.26.1...0.27.0) ### [`v0.19.1`](https://togithub.com/streamlit/streamlit/compare/0.19.0...0.19.1) [Compare Source](https://togithub.com/streamlit/streamlit/compare/0.19.0...0.19.1)

Configuration

πŸ“… Schedule: Branch creation - "after 9am and before 1pm every weekday" (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 has been generated by Mend Renovate. View repository job log here.