Skip to content

Commit

Permalink
Pin duckdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Oosterop committed Aug 3, 2024
1 parent 8a5e396 commit b121a75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- insertion marker -->
## [Unreleased]
## [0.5.1] 2024-08-02
### Changed
- Pin duckdb==0.9.2 to avoid breaking changes

## [0.5.0] 2024-08-02
### Changed
Expand Down
36 changes: 1 addition & 35 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disallow_incomplete_defs = true

[tool.poetry]
name = "ternyxmimosa"
version = "0.5.0"
version = "0.5.1"
description = "A minimal modern data stack with working data pipelines in a single Docker container."
authors = ["Erik Oosterop <[email protected]>"]
license = "MIT"
Expand All @@ -37,6 +37,7 @@ pandas = "^2.2.2"
streamlit = "^1.26.0"
dlt = {extras = ["cli", "filesystem", "motherduck", "parquet"], version = "^0.4.4"}
sentry-sdk = "^1.40.6"
duckdb = "0.9.2"

[tool.poetry.group.dev.dependencies]
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit b121a75

Please sign in to comment.