Skip to content

Commit 1dbd89e

Browse files
committed
feat(add rich):
1 parent 283d01e commit 1dbd89e

File tree

2 files changed

+7
-200
lines changed

2 files changed

+7
-200
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "agentic_security"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Agentic LLM vulnerability scanner"
55
authors = ["Alexander Miasoiedov <[email protected]>"]
66
maintainers = ["Alexander Miasoiedov <[email protected]>"]
@@ -46,6 +46,7 @@ numpy = ">=1.24.3,<3.0.0"
4646
jinja2 = "^3.1.4"
4747
python-multipart = "^0.0.20"
4848
tomli = "^2.2.1"
49+
rich = "13.9.4"
4950
# garak = { version = "*", optional = true }
5051

5152

0 commit comments

Comments
 (0)