feat(Update readme):

feat(bump version):

fix(pyproject):
This commit is contained in:
Alexander Myasoedov
2025-01-09 16:52:17 +02:00
parent 0ea4221688
commit 283d01ee46
2 changed files with 85 additions and 28 deletions
+3 -2
View File
@@ -1,10 +1,12 @@
[tool.poetry]
name = "agentic_security"
version = "0.3.4"
version = "0.4.0"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
repository = "https://github.com/msoedov/agentic_security"
homepage = "https://github.com/msoedov/agentic_security"
documentation = "https://github.com/msoedov/agentic_security/blob/main/README.md"
license = "MIT"
readme = "Readme.md"
keywords = [
@@ -54,7 +56,6 @@ black = "^24.10.0"
mypy = "^1.12.0"
pytest = "^8.3.4"
pre-commit = "^4.0.1"
langchain-groq = "^0.2.0"
huggingface-hub = "^0.25.1"
pytest-httpx = "^0.35.0"
pytest-mock = "^3.14.0"