feat(Bump version):

This commit is contained in:
Alexander Myasoedov
2024-04-26 21:35:54 +03:00
parent e1e3fa8712
commit ff3a46c99e
2 changed files with 189 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.0.4"
version = "0.1.1"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
@@ -42,7 +42,7 @@ httpx = ">=0.25.1,<0.28.0"
pytest = ">=7.4.3,<9.0.0"
pre-commit = "^3.5.0"
inline-snapshot = "^0.8.0"
langchain-groq = "^0.1.3"
[tool.ruff]
line-length = 120