From f018b678950c4d8e3511012753bfa3c5aa59faf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:14:08 -0700 Subject: [PATCH] chore(deps-dev): update sqlalchemy-vertica-python requirement from <0.6,>=0.5.9 to >=0.5.9,<0.7 (#39831) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aef07ffac7c..b5db8478ec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,7 +197,7 @@ tdengine = [ ] teradata = ["teradatasql>=16.20.0.23"] thumbnails = [] # deprecated, will be removed in 7.0 -vertica = ["sqlalchemy-vertica-python>=0.5.9, < 0.6"] +vertica = ["sqlalchemy-vertica-python>= 0.5.9, < 0.7"] netezza = ["nzalchemy>=11.0.2"] starrocks = ["starrocks>=1.0.0"] doris = ["pydoris>=1.0.0, <2.0.0"]