From 3c564d065f2282eeddd592ed0349c94fbe3c67a1 Mon Sep 17 00:00:00 2001 From: Rohini-Microsoft <168007985+Rohini-Microsoft@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:41:33 +0530 Subject: [PATCH] fix: streamlit version changed to 1.36 (#1202) Co-authored-by: Roopan P M --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4eeea0794..4603a1c10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6007,13 +6007,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "streamlit" -version = "1.37.0" +version = "1.36.0" description = "A faster way to build and share data apps" optional = false python-versions = "!=3.9.7,>=3.8" files = [ - {file = "streamlit-1.37.0-py2.py3-none-any.whl", hash = "sha256:d17e2d32b075a270a97f134ab5d22bbb98b4e474fa261ff49dc4a2b380386c84"}, - {file = "streamlit-1.37.0.tar.gz", hash = "sha256:463ef728ba21e74e05122e3704e8af644a7bdbb5822e281b8daf4a0a48761879"}, + {file = "streamlit-1.36.0-py2.py3-none-any.whl", hash = "sha256:3399a33ea5faa26c05dd433d142eefe68ade67e9189a9e1d47a1731ae30a1c42"}, + {file = "streamlit-1.36.0.tar.gz", hash = "sha256:a12af9f0eb61ab5832f438336257b1ec20eb29d8e0e0c6b40a79116ba939bc9c"}, ] [package.dependencies] @@ -7058,4 +7058,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b1509ed0905041a198322f221356a9f421072dae4f4ee070a0ec34c0921dc24f" +content-hash = "4d9ddb512baee418ce6d5f5e155aa199646e8777ffba14f629e043ee81757155" diff --git a/pyproject.toml b/pyproject.toml index 9cba5d6f9..2ecc3fe76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" azure-functions = "1.20.0" -streamlit = "1.37.0" +streamlit = "1.36.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3" azure-storage-blob = "12.20.0"