From a31cbbfe5d93281f3c7357350aa944b46c9ceca9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 9 Feb 2024 10:59:41 +1100 Subject: [PATCH] Use dlt from feature branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e117d1d69..e06472c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [{include = "sources"}] [tool.poetry.dependencies] python = ">=3.8.1,<3.13" -dlt = {version = "0.4.3a0", allow-prereleases = true, extras = ["redshift", "bigquery", "postgres", "duckdb", "s3", "gs"]} +dlt = {git = "https://github.com/deanja/dlt.git", branch = "add-git-to-filesystem-source-301", extras = ["redshift", "bigquery", "postgres", "duckdb", "s3", "gs"]} [tool.poetry.group.dev.dependencies] mypy = "1.6.1"