Skip to content
Closed
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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ annotated-doc==0.0.4
# typer
annotated-types==0.7.0
# via pydantic
anthropic==0.86.0
anthropic==0.87.0
# via
# opentelemetry-instrumentation-bedrock
# pydantic-ai-slim
Expand Down Expand Up @@ -277,7 +277,7 @@ fastavro==1.12.1
# 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 @@ -1152,7 +1152,7 @@ peft==0.18.1
# via pixelated (pyproject.toml)
pexpect==4.9.0
# via hatch
pillow==12.1.1
pillow==12.2.0
# via
# pixelated (pyproject.toml)
# imageio
Expand Down Expand Up @@ -1428,7 +1428,7 @@ regex==2026.2.28
# nltk
# tiktoken
# transformers
requests==2.33.0
requests==2.33.1
# via
# pixelated (pyproject.toml)
# cohere
Expand Down
4 changes: 2 additions & 2 deletions src/lib/ai/bias-detection/python-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pandas==3.0.0
# evaluate
# fairlearn
# shap
pillow==12.1.1
pillow==12.2.0
# via
# imageio
# matplotlib
Expand Down 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
4 changes: 2 additions & 2 deletions src/lib/ai/bias-detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ pexpect==4.9.0
# via
# -r requirements.txt
# ipython
pillow==12.1.1
pillow==12.2.0
# via
# -r requirements.txt
# imageio
Expand Down 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
166 changes: 83 additions & 83 deletions src/lib/ai/multimodal-bias-detection/python-service/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/lib/ai/training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ pathspec==1.0.3 # via
# black
# mypy
peft==0.18.1 # via -r src/lib/ai/training/requirements.txt
pillow==12.1.1 # via
pillow==12.2.0 # via
# matplotlib
# tensorboard
# torchvision
Expand Down 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
120 changes: 60 additions & 60 deletions uv.lock

Large diffs are not rendered by default.

Loading