feat(fix linter):

This commit is contained in:
Alexander Myasoedov
2025-02-20 23:35:12 +02:00
parent ba67dd40ff
commit 1fdc1eb8de
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ def encode_audio_base64_by_url(url: str) -> str:
return "data:audio/mpeg;base64," + encoded_content
class InvalidHTTPSpecError(Exception): ...
class InvalidHTTPSpecError(Exception):
...
class LLMSpec(BaseModel):
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.5.0"
version = "0.5.1"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]