diff --git a/setup.py b/setup.py index aa38eb33..1ed532a2 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run(self): packages=find_namespace_packages(include=["dbt", "dbt.*"]), include_package_data=True, install_requires=[ - "pyodbc>=4.0.35,<5.2.0", + "pyodbc>=4.0.35,<5.3.0", "azure-identity>=1.12.0", "dbt-common>=1.0.4,<2.0", "dbt-core>=1.8.0",