Skip to content

Commit d4e6aba

Browse files
fix: Downgrade streamlit - The value of a text_area within a form does not update or propagate correctly. (#1501)
Co-authored-by: Pavan Kumar <v-kupavan.microsoft.com>
1 parent 060bcfd commit d4e6aba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
azure-functions = "1.21.0"
14-
streamlit = "1.40.0"
14+
streamlit = "1.39.0"
1515
python-dotenv = "1.0.1"
1616
azure-ai-formrecognizer = "3.3.3"
1717
azure-storage-blob = "12.20.0"

0 commit comments

Comments
 (0)