summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-13 11:37:32 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-13 11:37:32 +0300
commitb0222c746d20c0352ab37cfe6527197afaab78a4 (patch)
tree8d01dd35e74eb5eef0380cd59a8c2572a2fc10e7 /pyproject.toml
parent86e05a612ed90e76693ac1159120d7c0b3537e41 (diff)
Make KRR work from inside the cluster
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 7e9eba6..44b6490 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.9"
+python = ">=3.9,<3.12"
typer = {extras = ["all"], version = "^0.7.0"}
pydantic = "1.10.7"
kubernetes = "^26.1.0"