fix(pydantic):

This commit is contained in:
Alexander Myasoedov
2024-08-20 01:48:59 +03:00
parent bd3a507662
commit 980e7b69c6
2 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -2680,4 +2680,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "35231f426ff1d3f656136a9c64567790b83a4bb0853ac2910ee35b597262ecbc"
content-hash = "e39fddc2fec3061cdacb0c6494274b8fa6144005e6f97426658319d1713990a7"
+2 -1
View File
@@ -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>"]
@@ -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"