diff --git a/setup.cfg b/setup.cfg index 04011f04..b1cbfa47 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<2.1.0,>=1.4.0 ; Keep in sync with extras dependency snowflake-connector-python<4.0.0 include_package_data = True