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", 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"