diff --git a/setup.cfg b/setup.cfg index 099120f0..be9b09d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ python_requires = >=3.7 packages = find_namespace: install_requires = importlib-metadata;python_version<"3.8" - sqlalchemy<2.0.0,>=1.4.0 + sqlalchemy>=1.4.0,<3.0.0 ; Keep in sync with extras dependency snowflake-connector-python<3.0.0 include_package_data = True