Latest Streamlit Version

Hey Everyone!

Thanks for the great application!

I was wondering, are there plans to upgrade the streamlit library to a more recent verison e.g. 1.4?

Many thanks

1 Like

Yes, we’ll be doing this and it’s in the roadmap.

cc @cbensimon

1 Like

That’s great news @osanseviero
It would be great to allow devs to select streamlit versions as well.

1 Like

Devs can do this by specifying the sdk_version in the metadata (README file) as documented here.

1 Like

I am curious what the challenges are to automatically support the latest version of Streamlit.

Hey @osanseviero,

The sdk_version seems to be ignored. Streamlit 1.10.0 (latest) get installed regardless. I can see in the logs that the STREAMLIT_VERSION docker container argument is used. See logs here

Any way to use older versions? The current version breaks my space :frowning:

Hi there! The sdk_version should be set in the metadata, which is at the top. You should add a key in README.md · lfqa/lfqa at main to specify the version

2 Likes

Thank you @osanseviero I completely missed the metadata section. All good now

1 Like

The sdk_version in metadata still doesnt allow to select the latest version above 1.10.0, only older version are supported. Any other way to upgrade the streamlit version?

Hey all! You can now use versions up to 1.15.2! :fire: enjoy!

Going forward we’ll be shipping the latest versions much more quicker!

2 Likes