diff --git a/setup.py b/setup.py index 6a534453a..b9c52c246 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'google-cloud-bigquery==3.11.1', 'pipelinewise-singer-python==1.*', 'python-pidfile==3.0.0', - 'pymongo==4.7.*', + 'pymongo>=4.7,<4.9', 'tzlocal>=2.0,<4.1', 'slackclient==2.9.4', 'sqlparse==0.4.4',