Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai-services/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pydantic==2.12.5
cryptography==46.0.6
python-dateutil==2.9.0
pyyaml==6.0.3
requests==2.33.0
requests==2.33.1
tqdm==4.67.3
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
# via cohere
faster-whisper==1.2.1
# via pixelated (pyproject.toml)
fastmcp==3.1.1
fastmcp==3.2.0
# via
# pixelated (pyproject.toml)
# pydantic-ai-slim
Expand Down Expand Up @@ -788,7 +788,7 @@
# via torch
oauthlib==3.3.1
# via requests-oauthlib
onnx==1.20.1
onnx==1.21.0rc1

Check failure

Code scanning / Trivy

onnx Vulnerable to Path Traversal via Symlink High

Package: onnx
Installed Version: 1.21.0rc1
Vulnerability CVE-2026-27489
Severity: HIGH
Fixed Version: 1.21.0
Link: CVE-2026-27489
# via
# pixelated (pyproject.toml)
# onnx-ir
Expand Down Expand Up @@ -1428,7 +1428,7 @@
# nltk
# tiktoken
# transformers
requests==2.33.0
requests==2.33.1
# via
# pixelated (pyproject.toml)
# cohere
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ai/bias-detection/python-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ regex==2026.1.15
# via
# nltk
# transformers
requests==2.33.0
requests==2.33.1
# via
# datasets
# evaluate
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ai/bias-detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ regex==2026.1.15
# -r requirements.txt
# nltk
# transformers
requests==2.33.0
requests==2.33.1
# via
# -r requirements.txt
# dash
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ai/training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ redis==7.1.0 # via -r src/lib/ai/training/requirements.txt
regex==2026.1.15 # via
# nltk
# transformers
requests==2.33.0 # via
requests==2.33.1 # via
# -r src/lib/ai/training/requirements.txt
# databricks-sdk
# datasets
Expand Down
41 changes: 17 additions & 24 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading