diff --git a/poetry.lock b/poetry.lock index 940c5a656..c89c7a4da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. [[package]] name = "aiofiles" @@ -1917,5 +1917,5 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" -python-versions = "^3.10" -content-hash = "29099842d13dbbf32f4602a8bd74ca0a25d5433b86e5464f24c48a24911dc068" +python-versions = ">=3.10, <3.12" +content-hash = "d92526d3fe63ef7cadc2fbe9bf8853c04ce990f959ffab7fab4fbfeb87a1798e" diff --git a/pyproject.toml b/pyproject.toml index 257a5ebf2..109fa3383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ kpops = "kpops.cli.main:app" [tool.poetry.dependencies] -python = "^3.10" +python = ">=3.10, <3.12" pydantic = "^2.5.3" pydantic-settings = "^2.0.3" rich = "^12.4.4"