-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Support bokeh 3.0.3 #5858
Copy link
Copy link
Closed
Labels
area:dependenciesRelated to package dependenciesRelated to package dependenciesfeature:st.bokeh_chartRelated to the `st.bokeh_chart` elementRelated to the `st.bokeh_chart` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
Problem
Bokeh is already in version 3.0.3 and there are a few useful changes. It would be great if streamlit could support that version. Currently streamlit raises an exception if bokeh>2.4.3 is used.
Solution
Upgrade bokeh versions supported in streamlit. Is it really necessary to raise an exception if the user tries to use a newer version? Would it be possible to still allow it and let the user deal with potential issues?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:dependenciesRelated to package dependenciesRelated to package dependenciesfeature:st.bokeh_chartRelated to the `st.bokeh_chart` elementRelated to the `st.bokeh_chart` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features