diff --git a/setup.py b/setup.py index 4be474134..53250f46c 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'snowflake-connector-python[pandas]==3.0.4', 'pipelinewise-singer-python==1.*', 'python-pidfile==3.0.0', - 'pymongo==4.7.*', + 'pymongo>=4.7,<4.10', 'tzlocal>=2.0,<4.1', 'slackclient==2.9.4', 'sqlparse==0.4.4',