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
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
Yes, we’ll be doing this and it’s in the roadmap.
cc @cbensimon
That’s great news @osanseviero
It would be great to allow devs to select streamlit versions as well.
Devs can do this by specifying the sdk_version
in the metadata (README file) as documented here.
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
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
Thank you @osanseviero I completely missed the metadata section. All good now
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! enjoy!
Going forward we’ll be shipping the latest versions much more quicker!