diff --git a/ui/pyproject.toml b/ui/pyproject.toml index 9a782d0..d04591b 100644 --- a/ui/pyproject.toml +++ b/ui/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ #"streamlit >= 1.9.0, < 2", - "streamlit == 1.11.1", + "streamlit == 1.30.0", "st-annotated-text >= 2.0.0, < 3", "markdown >= 3.3.4, < 4" ]