Skip to content

Commit

Permalink
Merge pull request #138 from malloydata/maden/update-dependencies
Browse files Browse the repository at this point in the history
Relax upper bound on duckdb version.
  • Loading branch information
gmaden authored Sep 18, 2024
2 parents da50810 + 3698732 commit 95bf8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
keywords = ["malloy"]
dependencies = [
"duckdb>=0.8.0, <1.0.0",
"duckdb>=0.8.0",
"google-cloud-bigquery",
"snowflake-connector-python>=3.6.0",
"absl-py",
Expand Down

0 comments on commit 95bf8bf

Please sign in to comment.