Skip to content

Commit

Permalink
Run this against 0.9.2 to ensure everything works
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills committed May 2, 2024
1 parent e324828 commit 5888692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
py_modules=["target_duckdb"],
install_requires=[
"jsonschema>=3.2.0",
"duckdb>=0.7.0",
"duckdb==0.9.2",
],
extras_require={
"test": [
Expand Down

0 comments on commit 5888692

Please sign in to comment.