mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-12 12:40:19 +02:00
fix(tests):
This commit is contained in:
+4
-4
@@ -26,11 +26,11 @@ agentic_security = "agentic_security.__main__:entrypoint"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.115.2"
|
||||
fastapi = "^0.115.6"
|
||||
uvicorn = "^0.32.0"
|
||||
fire = "0.7.0"
|
||||
loguru = "^0.7.2"
|
||||
httpx = ">=0.25.1,<0.28.0"
|
||||
loguru = "^0.7.3"
|
||||
httpx = "^0.28.1"
|
||||
cache-to-disk = "^2.0.0"
|
||||
pandas = ">=1.4,<3.0"
|
||||
datasets = ">=1.14,<4.0"
|
||||
@@ -46,7 +46,7 @@ jinja2 = "^3.1.4"
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.10.0"
|
||||
mypy = "^1.12.0"
|
||||
pytest = "^8.3.3"
|
||||
pytest = "^8.3.4"
|
||||
pre-commit = "^4.0.1"
|
||||
inline-snapshot = "^0.13.3"
|
||||
langchain-groq = "^0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user