Skip to content

Commit

Permalink
feat(add rich):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Jan 11, 2025
1 parent 283d01e commit 1dbd89e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 200 deletions.
204 changes: 5 additions & 199 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.4.0"
version = "0.4.1"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
Expand Down Expand Up @@ -46,6 +46,7 @@ numpy = ">=1.24.3,<3.0.0"
jinja2 = "^3.1.4"
python-multipart = "^0.0.20"
tomli = "^2.2.1"
rich = "13.9.4"
# garak = { version = "*", optional = true }


Expand Down

0 comments on commit 1dbd89e

Please sign in to comment.