Skip to content

Commit

Permalink
Pin duckdb <0.10.0 (#19774)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Duckdb 0.10.0 broke some of our tests, adding temporary pin.

## How I Tested These Changes

Existing test suite.
  • Loading branch information
smackesey authored Feb 13, 2024
1 parent 144a6cc commit f6b587c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-duckdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_version() -> str:
packages=find_packages(exclude=["dagster_duckdb_tests*"]),
include_package_data=True,
install_requires=[
"duckdb",
"duckdb<0.10.0",
f"dagster{pin}",
],
extras_require={
Expand Down

0 comments on commit f6b587c

Please sign in to comment.