diff --git a/unified-search-app/pyproject.toml b/unified-search-app/pyproject.toml index 4dc2cf6519..3b57ea4d59 100644 --- a/unified-search-app/pyproject.toml +++ b/unified-search-app/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.10,<3.12" dependencies = [ - "streamlit==1.43.0", + "streamlit==1.54.0", "azure-search-documents>=11.4.0", "azure-storage-blob>=12.20.0", "azure-identity>=1.16.0", diff --git a/unified-search-app/uv.lock b/unified-search-app/uv.lock index 0fdb3dbf47..b2da4680a7 100644 --- a/unified-search-app/uv.lock +++ b/unified-search-app/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.10, <3.12" resolution-markers = [ "python_full_version >= '3.11'", @@ -2588,7 +2588,7 @@ wheels = [ [[package]] name = "streamlit" -version = "1.43.0" +version = "1.54.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "altair" }, @@ -2610,9 +2610,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "watchdog", marker = "sys_platform != 'darwin'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/02/05/7b0a78beb4589fa056435fdf2243bc28ba3b320f4bc54b2cbf7680d7848b/streamlit-1.43.0.tar.gz", hash = "sha256:c10c09f9d1251fa7f975dd360572f03cabc82b174f080e323bf7e556103c22e0", size = 9344982, upload-time = "2025-03-04T20:28:23.127Z" } +sdist = { url = "https://files.pythonhosted.org/packages/be/66/d887ee80ea85f035baee607c60af024994e17ae9b921277fca9675e76ecf/streamlit-1.54.0.tar.gz", hash = "sha256:09965e6ae7eb0357091725de1ce2a3f7e4be155c2464c505c40a3da77ab69dd8", size = 8662292, upload-time = "2026-02-04T16:37:54.734Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e9/37/6ae099cf3029990fb2b35420296e3066c649a9dc5c286fa74643b1d7074f/streamlit-1.43.0-py2.py3-none-any.whl", hash = "sha256:cf94b1e9f1de75e4e383df53745230feaac4ac7a7e1f14a3ea362df134db8510", size = 9734392, upload-time = "2025-03-04T20:28:19.189Z" }, + { url = "https://files.pythonhosted.org/packages/48/1d/40de1819374b4f0507411a60f4d2de0d620a9b10c817de5925799132b6c9/streamlit-1.54.0-py3-none-any.whl", hash = "sha256:a7b67d6293a9f5f6b4d4c7acdbc4980d7d9f049e78e404125022ecb1712f79fc", size = 9119730, upload-time = "2026-02-04T16:37:52.199Z" }, ] [[package]] @@ -2883,7 +2883,7 @@ requires-dist = [ { name = "ruff", marker = "extra == 'dev'", specifier = ">=0.4.7" }, { name = "spacy", specifier = ">=3.8.4,<4.0.0" }, { name = "st-tabs", specifier = ">=0.1.1" }, - { name = "streamlit", specifier = "==1.43.0" }, + { name = "streamlit", specifier = "==1.54.0" }, { name = "streamlit-agraph", specifier = ">=0.0.45" }, ] provides-extras = ["dev"]