From 5a3733d6b7b53d4c358163bfcc073bd5edcd70cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 07:05:26 +0000 Subject: [PATCH] chore(deps-dev): update teradatasql requirement Updates the requirements on [teradatasql](https://github.com/Teradata/python-driver) to permit the latest version. - [Commits](https://github.com/Teradata/python-driver/commits) --- updated-dependencies: - dependency-name: teradatasql dependency-version: 20.0.0.64 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e1468db60e7..6c6ea94e1a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -262,7 +262,7 @@ tdengine = [ "taospy>=2.8.10", "taos-ws-py>=0.7.0" ] -teradata = ["teradatasql>=20.0.0.63"] +teradata = ["teradatasql>=20.0.0.64"] thumbnails = [] # deprecated, will be removed in 7.0 vertica = ["sqlalchemy-vertica-python>= 0.6.3, < 0.7"] netezza = ["nzalchemy>= 11.1.2, < 11.2"]