feat(Deprecate py310):

This commit is contained in:
Alexander Myasoedov
2024-11-29 23:57:13 +02:00
parent fa27f8e70e
commit 107181fae2
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ packages = [{ include = "agentic_security", from = "." }]
agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
fastapi = "^0.115.2"
uvicorn = "^0.32.0"
fire = "0.7.0"