mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 03:06:05 +02:00
fix(pydantic):
This commit is contained in:
Generated
+1
-1
@@ -2680,4 +2680,4 @@ multidict = ">=4.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "35231f426ff1d3f656136a9c64567790b83a4bb0853ac2910ee35b597262ecbc"
|
content-hash = "e39fddc2fec3061cdacb0c6494274b8fa6144005e6f97426658319d1713990a7"
|
||||||
|
|||||||
+2
-1
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "agentic_security"
|
name = "agentic_security"
|
||||||
version = "0.1.9"
|
version = "0.1.10"
|
||||||
description = "Agentic LLM vulnerability scanner"
|
description = "Agentic LLM vulnerability scanner"
|
||||||
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||||
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||||
@@ -37,6 +37,7 @@ datasets = "^1.14.0"
|
|||||||
tabulate = ">=0.8.9,<0.10.0"
|
tabulate = ">=0.8.9,<0.10.0"
|
||||||
colorama = "^0.4.4"
|
colorama = "^0.4.4"
|
||||||
matplotlib = "^3.9.2"
|
matplotlib = "^3.9.2"
|
||||||
|
pydantic = "2.8.2"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^24.8.0"
|
black = "^24.8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user