feat(Update deps):

This commit is contained in:
Alexander Myasoedov
2024-08-16 20:29:06 +03:00
parent ee5834547c
commit 364d5789fc
2 changed files with 293 additions and 668 deletions
Generated
+287 -662
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -26,8 +26,8 @@ agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.109.1,<0.112.0"
uvicorn = ">=0.23.2,<0.30.0"
fastapi = "^0.112.1"
uvicorn = "^0.30.6"
fire = ">=0.5,<0.7"
loguru = "^0.7.2"
httpx = ">=0.25.1,<0.28.0"
@@ -39,13 +39,13 @@ colorama = "^0.4.4"
matplotlib = "^3.4.3"
[tool.poetry.group.dev.dependencies]
black = ">=23.10.1,<25.0.0"
black = "^24.8.0"
mypy = "^1.6.1"
httpx = ">=0.25.1,<0.28.0"
pytest = ">=7.4.3,<9.0.0"
pre-commit = "^3.5.0"
pytest = "^8.3.2"
pre-commit = "^3.8.0"
inline-snapshot = ">=0.8,<0.10"
langchain-groq = "^0.1.3"
langchain-groq = "^0.1.9"
[tool.ruff]
line-length = 120