Skip to content

Commit d548e41

Browse files
authored
Update dependencies in package.json and pyproject.toml (#631)
1 parent b1a5bd9 commit d548e41

File tree

4 files changed

+65
-65
lines changed

4 files changed

+65
-65
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
azure-functions = "1.18.0"
14-
streamlit = "1.32.2"
15-
scipy = "1.12.0"
14+
streamlit = "1.33.0"
15+
scipy = "1.13.0"
1616
transformers = "4.39.3"
1717
python-dotenv = "1.0.1"
1818
azure-ai-formrecognizer = "3.3.2"
1919
azure-storage-blob = "12.19.1"
2020
azure-identity = "1.15.0"
21-
flask = "3.0.2"
22-
openai = "1.14.3"
23-
langchain = "0.1.13"
21+
flask = "3.0.3"
22+
openai = "1.16.2"
23+
langchain = "0.1.14"
2424
langchain-community = "0.0.31"
2525
langchain-openai = "0.1.1"
2626
requests = "2.31.0"

0 commit comments

Comments
 (0)