Change8

Migrating to Streamlit 1.55.0

Version 1.55.0 introduces 1 breaking change. This guide details how to update your code.

Released: 3/3/2026

1
Breaking Changes
0
Migration Steps
27
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

SnowparkConnectionsprintfSettingsDialogst.pillsst.segmented_controlst.markdownst.checkboxst.togglest.text_inputst.text_areast.Pagest.tablest.radiost.selectboxst.number_inputst.multiselectst.sliderst.select_sliderst.date_inputst.datetime_inputst.time_inputst.metricst.tabsst.imagest.data_editorst.plotly_chartSqlConnection

Breaking Changes

Issue #1

Added a deprecation warning to SnowparkConnection. Users should check for usage of SnowparkConnection and prepare for its removal or replacement based on future updates.

Release Summary

This release introduces extensive features for binding widgets to query parameters and enhances Dynamic Containers with callbacks and improved styling across various components. It also includes important security fixes and dependency updates.

Need More Details?

View the full release notes and all changes for Streamlit 1.55.0.

View Full Changelog