Skip to content

Commit c7eab4f

Browse files
authored
fix: update dependancies for security (#2320)
1 parent 3c3eb00 commit c7eab4f

File tree

7 files changed

+120
-132
lines changed

7 files changed

+120
-132
lines changed

python/examples/llama-index/backend/poetry.lock

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

python/examples/llama-index/backend/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ h11 = ">0.14.0"
1919
starlette = ">=0.47.2"
2020
aiohttp = ">=3.12.14"
2121
pypdf = ">=6.0.0"
22+
protobuf = ">=5.29.5"
23+
urllib3 = ">=2.5.0"
24+
requests = ">=2.32.4"
2225

2326
[tool.poetry.dependencies.uvicorn]
2427
extras = [ "standard" ]

0 commit comments

Comments
 (0)