-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlt patch update (fixing MotherDuck version bump). Patch updates of d…
…ependencies.
- Loading branch information
Erik Oosterop
committed
Oct 17, 2023
1 parent
ab33a63
commit 1f61579
Showing
6 changed files
with
1,203 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ disallow_incomplete_defs = true | |
|
||
[tool.poetry] | ||
name = "ternyxmimosa" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "A minimal modern data stack with working data pipelines in a single Docker container." | ||
authors = ["Erik Oosterop <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -31,7 +31,7 @@ packages = [ { include = "mimosa", from = "src" } ] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
dlt = {extras = ["motherduck"], version = "^0.3.17"} | ||
dlt = {extras = ["cli", "filesystem", "motherduck"], version = "^0.3.21"} | ||
python-dotenv = "^1.0.0" | ||
loguru = "^0.7.2" | ||
pandas = "2.0.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters