Skip to content

Commit

Permalink
Update duckdb from 0.10.0 to 0.10.3 (#2859)
Browse files Browse the repository at this point in the history
* Update duckdb from 0.10.0 to 0.10.3

* Update poetry lock files

* Fix test with a explicit duckdb connection
  • Loading branch information
albertvillanova authored May 28, 2024
1 parent 07d24bd commit 2c66fad
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 156 deletions.
98 changes: 49 additions & 49 deletions front/admin_ui/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 front/admin_ui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Quentin Lhoest <[email protected]>"]

[tool.poetry.dependencies]
python = "3.9.18"
duckdb = "^0.10.0"
duckdb = "^0.10.3"
gradio = "^4.19.2"
libcommon = { path = "../../libs/libcommon", develop=true }
matplotlib = "^3.7.0"
Expand Down
Loading

0 comments on commit 2c66fad

Please sign in to comment.