summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-10 17:21:26 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-10 17:21:26 +0300
commit43618112e45953528cde593275f755881f852d67 (patch)
treed594f2a3264e5beafa6e5910e83a74f02e83af03 /pyproject.toml
parent144aea2ef44271f3cfc773bd3ddfe872c617160e (diff)
Lower the required python version to 3.9, improve verbose logs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e3fa7ed..1d0e1fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ include_trailing_comma = true
krr = "robusta_krr.main:run"
[tool.poetry.dependencies]
-python = ">=3.11,<3.12"
+python = ">=3.9"
typer = {extras = ["all"], version = "^0.7.0"}
pydantic = "1.10.7"
kubernetes = "^26.1.0"