diff --git a/pyproject.toml b/pyproject.toml index 04261a6..c9b60c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ ] [project.optional-dependencies] airflow = ["apache-airflow"] -test = ["testcontainers>=3.7,<4.9", "apache-airflow", "pylint", "dlt[duckdb]"] +test = ["testcontainers>=3.7,<4.10", "apache-airflow", "pylint", "dlt[duckdb]"] [tool.setuptools] include-package-data = true