Skip to content

Commit 1fdc1eb

Browse files
committed
feat(fix linter):
1 parent ba67dd4 commit 1fdc1eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

agentic_security/http_spec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def encode_audio_base64_by_url(url: str) -> str:
2727
return "data:audio/mpeg;base64," + encoded_content
2828

2929

30-
class InvalidHTTPSpecError(Exception): ...
30+
class InvalidHTTPSpecError(Exception):
31+
...
3132

3233

3334
class LLMSpec(BaseModel):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "agentic_security"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Agentic LLM vulnerability scanner"
55
authors = ["Alexander Miasoiedov <[email protected]>"]
66
maintainers = ["Alexander Miasoiedov <[email protected]>"]

0 commit comments

Comments
 (0)