Skip to content

Commit 24355af

Browse files
authored
feat: bump dbt to 1.10 (#87)
1 parent 961788e commit 24355af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.7"
1+
version = "1.10.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _plugin_version() -> str:
3333
include_package_data=True,
3434
install_requires=[
3535
"dbt-postgres~=1.9.0",
36-
"dbt-core~=1.9.0",
36+
"dbt-core~=1.10.0",
3737
# not sure if these are needed due to inheritance from dbt-postgres
3838
# but doesn't hurt to be explicit I suppose
3939
"dbt-common>=1.0.4,<2.0",

0 commit comments

Comments
 (0)