Skip to content

Commit d283004

Browse files
Merge pull request #72 from trustyai-explainability/main
sync upstream -> midstream [relax lls + pin sdg-hub]
2 parents f0eab46 + 27338a0 commit d283004

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama-stack-provider-trustyai-garak"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Out-Of-Tree Llama Stack provider for Garak Red-teaming"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -11,8 +11,8 @@ authors = [
1111
]
1212
keywords = ["llama-stack", "garak", "red-teaming", "security", "ai-safety"]
1313
dependencies = [
14-
"llama-stack-client>=0.5.0,<0.6.0",
15-
"llama-stack-api>=0.5.0,<0.6.0",
14+
"llama-stack-client>=0.5.0",
15+
"llama-stack-api>=0.5.0",
1616
# Remote execution dependencies
1717
"kfp>=2.14.6",
1818
"kfp-kubernetes>=2.14.6",
@@ -49,7 +49,7 @@ inline = [
4949
# For intents, install:
5050
# pip install -r requirements-inline-extra.txt
5151
dev = ["pytest", "pytest-cov", "pytest-asyncio", "black", "isort"]
52-
server = ["llama-stack>=0.5.0,<0.6.0"]
52+
server = ["llama-stack>=0.5.0"]
5353

5454
[tool.pytest.ini_options]
5555
testpaths = ["tests"]

requirements-inline-extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
garak @ git+https://github.com/trustyai-explainability/garak.git@automated-red-teaming
2-
sdg-hub @ git+https://github.com/Red-Hat-AI-Innovation-Team/sdg_hub.git@feat/redteam-promptgen
2+
sdg-hub>=0.8.8

0 commit comments

Comments
 (0)