Version 0.73.0

Version 0.73.0

Release date: December 17, 2020

Notable Changes

  • :snake: 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.
  • :brick: Streamlit Components now allows same origin, enabling features provided by the browser such as a webcam component.
  • :octopus: Fix Streamlit Share deploy experience for users running on Git versions 2.7.0 or earlier.
  • :toolbox: Handle unexpected closing of uploaded files for st.file_uploader.

Check out our release app for more details!

Special Thanks

Thanks to nicolaskruchten for the contribution!

3 Likes

@karriebear RE webcam it is now possible to connect to a webcam (e.g. via openCV) and display the feed live in streamlit?

1 Like

@robmarkcole check this

1 Like