Skip to content

Commit

Permalink
Loosening duckdb dependency to less than 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tombaeyens committed Sep 12, 2024
1 parent 2c8c5bd commit b354291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soda/duckdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package_version = "3.3.22"
description = "Soda Core Duckdb Package"

requires = [f"soda-core=={package_version}", "duckdb==1.0.0"]
requires = [f"soda-core=={package_version}", "duckdb<1.1.0"]

setup(
name=package_name,
Expand Down

0 comments on commit b354291

Please sign in to comment.