Skip to content

Commit

Permalink
sets dlt core dependency. Don't merge this!
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Jul 8, 2024
1 parent f04de62 commit 9af1836
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
33 changes: 12 additions & 21 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions 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.1", allow-prereleases = true, extras = ["redshift", "bigquery", "postgres", "duckdb"]}
dlt = { git = "https://github.com/dlt-hub/dlt.git", branch = "feat/1495-rename-JSONResponsePaginator", extras = ["redshift", "bigquery", "postgres", "duckdb"]}
graphlib-backport = {version = "*", python = "<3.9"}

[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -107,4 +107,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
include = '.*py$'
include = '.*py$'
2 changes: 1 addition & 1 deletion sources/rest_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dlt>=0.5.0
dlt @ git+https://github.com/dlt-hub/dlt@feat/1495-rename-JSONResponsePaginator

0 comments on commit 9af1836

Please sign in to comment.