fix(tests):

This commit is contained in:
Alexander Myasoedov
2024-12-15 19:28:26 +02:00
parent 68620b7fdc
commit c01a84e45d
3 changed files with 21 additions and 22 deletions
+4 -4
View File
@@ -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"