Skip to content

Commit

Permalink
feat: don't pin specific duckdb version (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Nov 13, 2024
1 parent 42c6584 commit e98d3dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/duckdb-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"diskcache",
"duckdb==1.1.1",
"duckdb>=1.1.1",
"pandas",
"pyarrow",
"socketify",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"anywidget>=0.9.0",
"duckdb==1.1.1",
"duckdb>=1.1.1",
"pyarrow"
]

Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

0 comments on commit e98d3dc

Please sign in to comment.