diff --git a/setup.py b/setup.py index 5d9d882e0..481dce759 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def _get_plugin_version_dict(): package_version = "1.8.0" description = """The Apache Spark adapter plugin for dbt""" -odbc_extras = ["pyodbc~=4.0.39"] +odbc_extras = ["pyodbc>=4.0.39,<5.3"] pyhive_extras = [ "PyHive[hive_pure_sasl]~=0.7.0", "thrift>=0.11.0,<0.17.0",