From 980e7b69c6199d85b2ea87e6abc794de098309d5 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Tue, 20 Aug 2024 01:48:59 +0300 Subject: [PATCH] fix(pydantic): --- poetry.lock | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e373efd..6eec947 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2680,4 +2680,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "35231f426ff1d3f656136a9c64567790b83a4bb0853ac2910ee35b597262ecbc" +content-hash = "e39fddc2fec3061cdacb0c6494274b8fa6144005e6f97426658319d1713990a7" diff --git a/pyproject.toml b/pyproject.toml index 0a53827..c5ca715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Alexander Miasoiedov "] @@ -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"