Skip to content

Commit 7ea50ae

Browse files
committed
Update versions to avoid securuty issues
1 parent 88cf8e2 commit 7ea50ae

2 files changed

Lines changed: 122 additions & 106 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ dependencies = [
2828
"python-dotenv",
2929
"arize-phoenix-otel",
3030
"openinference-instrumentation-litellm",
31+
# make sure to avoid indirect dependencies with security issues
32+
"python-multipart>=0.0.22",
33+
"urllib3>=2.6.3",
34+
"protobuf>=6.33.5",
35+
"aiohttp>=3.13.3",
36+
"filelock>=3.20.3",
3137
]
3238

3339
[project.optional-dependencies]

0 commit comments

Comments
 (0)