From f80a30cdb569617aeed24c0454028c8d88509809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 02:05:07 +0000 Subject: [PATCH] Update sqlalchemy requirement from <2.0.0,>=1.4.0 to >=1.4.0,<3.0.0 Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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