diff --git a/stream_app/utils.py b/stream_app/utils.py index 911305c..fc3800c 100644 --- a/stream_app/utils.py +++ b/stream_app/utils.py @@ -13,9 +13,7 @@ from open_notebook.utils import ( def version_sidebar(): with st.sidebar: try: - current_version = get_installed_version( - "open-notebook" - ) # Note the hyphen instead of underscore + current_version = get_installed_version("open-notebook") except Exception: # Fallback to reading directly from pyproject.toml import tomli