From ffcbb128ef336eac74b7ab99f249b28f6cdc684f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Wed, 22 Dec 2021 10:19:36 +0100 Subject: [PATCH] Update setup.py Co-authored-by: Zohar Malamant --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a56e92ddfab..1d5798997ad 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def package_files(directory): "ansicolors==1.1.8", "async-exit-stack; python_version < '3.7'", "async-generator", - "beartype >= 0.9.1", + "beartype >= 0.9.1, < 0.10.0", "cloudevents", "cloudpickle", "tqdm>=4.62.0",