From c5ba02aabf8db8eeb858aa50e7171f28ea821c53 Mon Sep 17 00:00:00 2001 From: djudjuu Date: Tue, 6 May 2025 15:38:08 +0200 Subject: [PATCH 1/2] exception moved --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index be845765b..db7c68978 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -26,7 +26,7 @@ from dlt.common.schema.typing import TTableSchema from dlt.common.utils import set_working_dir -from dlt.pipeline.exceptions import SqlClientNotAvailable +from dlt.common.destination.exceptions import SqlClientNotAvailable TEST_STORAGE_ROOT = "_storage" From 42af137502dc0e6256706ac5f3dd255247567a8f Mon Sep 17 00:00:00 2001 From: djudjuu Date: Tue, 6 May 2025 16:00:48 +0200 Subject: [PATCH 2/2] bump dltpure dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1b6f1517..5be781448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ ] [dependency-groups] -dltpure = ["dlt>=1.7.0"] +dltpure = ["dlt>=1.10.0"] pytest = [ "pytest>=7.2.0,<8", "pytest-mock>=3.12.0,<4",