diff --git a/setup.py b/setup.py index 7c8718c1..a7874b4b 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def _get_package_version() -> str: "pyathena>=2.25,<4.0", "mmh3>=4.0.1,<4.2.0", "pydantic>=1.10,<3.0", - "tenacity~=8.2", + "tenacity>=8.2,<10.0", ], classifiers=[ "Development Status :: 5 - Production/Stable",