diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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" |
