diff --git a/pyproject.toml b/pyproject.toml index 1aa1e3b1..ca552956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.8" +python = ">=3.8, <3.12" grpcio = "^1.37.0" pyarrow = ">=7.0.0" protobuf = ">=3.20.1"