Skip to content

Commit

Permalink
fix(pydantic):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Aug 19, 2024
1 parent bd3a507 commit 980e7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1.9"
version = "0.1.10"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
Expand Down Expand Up @@ -37,6 +37,7 @@ datasets = "^1.14.0"
tabulate = ">=0.8.9,<0.10.0"
colorama = "^0.4.4"
matplotlib = "^3.9.2"
pydantic = "2.8.2"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand Down

0 comments on commit 980e7b6

Please sign in to comment.