feat(update deps):

This commit is contained in:
Alexander Myasoedov
2024-10-12 15:25:01 +03:00
parent 5f32cededc
commit 12695cb71a
2 changed files with 9 additions and 10 deletions
+2 -3
View File
@@ -27,7 +27,7 @@ agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.115.0"
uvicorn = "^0.31.0"
uvicorn = "^0.31.1"
fire = ">=0.5,<0.7"
loguru = "^0.7.2"
httpx = ">=0.25.1,<0.28.0"
@@ -43,9 +43,8 @@ scikit-optimize = "^0.10.2"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
mypy = "^1.11.2"
httpx = ">=0.25.1,<0.28.0"
pytest = "^8.3.3"
pre-commit = "^3.8.0"
pre-commit = "^4.0.1"
inline-snapshot = "^0.13.3"
langchain-groq = "^0.2.0"
huggingface-hub = "^0.25.1"