Skip to content

Commit

Permalink
bumps dlt dependency to have renamed JSONLinkPaginator
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Jul 19, 2024
1 parent 7dfe1de commit 495e577
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = { git = "https://github.com/dlt-hub/dlt.git", branch = "feat/1495-rename-JSONResponsePaginator", extras = ["redshift", "bigquery", "postgres", "duckdb"]}
dlt = {version = "0.5.2a1", 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 495e577

Please sign in to comment.