Skip to content

Commit

Permalink
bump dlt version to test if CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jul 30, 2024
1 parent 970b61c commit c58c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{include = "sources"}]

[tool.poetry.dependencies]
python = ">=3.8.1,<3.13"
dlt = {version = "0.5.2a1", allow-prereleases = true, extras = ["redshift", "bigquery", "postgres", "duckdb"]}
dlt = {version = "0.5.2a2", allow-prereleases = true, extras = ["redshift", "bigquery", "postgres", "duckdb"]}
graphlib-backport = {version = "*", python = "<3.9"}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit c58c384

Please sign in to comment.