Skip to content

Commit c5baa3f

Browse files
authored
Fix dependabot alerts (#214)
fix moderate alerts Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 83f6368 commit c5baa3f

6 files changed

Lines changed: 4257 additions & 4217 deletions

File tree

backend/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"asyncpg>=0.30.0",
9+
"cryptography>=46.0.5",
910
"faiss-cpu==1.12.0",
1011
"fastapi>=0.117.0",
1112
"fastmcp>=2.12.2",
@@ -26,6 +27,7 @@ dependencies = [
2627
"nest-asyncio>=1.6.0",
2728
"nltk==3.9.1",
2829
"openai==1.100.2",
30+
"protobuf>=5.29.6",
2931
"psycopg2-binary>=2.9.11",
3032
"pydantic>=2.11.7",
3133
"pypdf==6.6.2",

backend/uv.lock

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

evaluation/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
"huggingface-hub==0.26.2",
2222
"instructor[vertexai]==1.5.2",
2323
"openai==1.58.1",
24+
"protobuf>=5.29.6",
2425
"pydantic==2.10.4",
2526
"tqdm==4.67.1",
2627
"plotly==5.24.1",

0 commit comments

Comments
 (0)