feat(Update deps):

This commit is contained in:
Alexander Myasoedov
2024-09-28 11:53:06 +03:00
parent 8b77239666
commit 5f32cededc
2 changed files with 188 additions and 184 deletions
+10 -11
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.2.0"
version = "0.2.1"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
@@ -26,8 +26,8 @@ agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.112.1"
uvicorn = "^0.30.6"
fastapi = "^0.115.0"
uvicorn = "^0.31.0"
fire = ">=0.5,<0.7"
loguru = "^0.7.2"
httpx = ">=0.25.1,<0.28.0"
@@ -37,19 +37,18 @@ datasets = "^1.14.0"
tabulate = ">=0.8.9,<0.10.0"
colorama = "^0.4.4"
matplotlib = "^3.9.2"
pydantic = "2.8.2"
scikit-optimize = "^0.9.0"
pydantic = "2.9.2"
scikit-optimize = "^0.10.2"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
mypy = "^1.6.1"
mypy = "^1.11.2"
httpx = ">=0.25.1,<0.28.0"
pytest = "^8.3.2"
pytest = "^8.3.3"
pre-commit = "^3.8.0"
inline-snapshot = "^0.12.1"
langchain-groq = "^0.1.9"
# Optional dependencies
huggingface-hub = "^0.23.2"
inline-snapshot = "^0.13.3"
langchain-groq = "^0.2.0"
huggingface-hub = "^0.25.1"
# garak = "*"
[tool.ruff]