Skip to content

Commit 0ef3d76

Browse files
Merge pull request #92 from trustyai-explainability/main
sync upstream to midstream
2 parents 099edc6 + 7175ca7 commit 0ef3d76

File tree

3 files changed

+286
-85
lines changed

3 files changed

+286
-85
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"kfp-server-api>=2.14.6",
2020
"boto3>=1.35.88",
2121
# eval-hub integration
22-
"eval-hub-sdk[adapter]>=0.1.2",
22+
"eval-hub-sdk[adapter]>=0.1.4",
2323
"pandas>=2.3.3",
2424
"Jinja2>=3.1.6",
2525
]
@@ -45,7 +45,7 @@ sdg = [
4545
]
4646
inline = [
4747
"llama-stack-provider-trustyai-garak[sdg]",
48-
"garak==0.14.1+rhaiv.6",
48+
"garak==0.14.1+rhaiv.7",
4949
]
5050
test = ["pytest", "pytest-cov", "pytest-asyncio"]
5151
dev = ["llama-stack-provider-trustyai-garak[test]", "ruff", "pre-commit"]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ durationpy==0.10
102102
# via kubernetes
103103
ecoji==0.1.1
104104
# via garak
105-
eval-hub-sdk==0.1.2
105+
eval-hub-sdk==0.1.4
106106
# via llama-stack-provider-trustyai-garak (pyproject.toml)
107107
eval-type-backport==0.3.1
108108
# via mistralai
@@ -128,7 +128,7 @@ fsspec==2026.2.0
128128
# torch
129129
ftfy==6.3.1
130130
# via garak
131-
garak==0.14.1+rhaiv.6
131+
garak==0.14.1+rhaiv.7
132132
# via llama-stack-provider-trustyai-garak (pyproject.toml)
133133
google-api-core==2.30.0
134134
# via

0 commit comments

Comments
 (0)