We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961788e commit 24355afCopy full SHA for 24355af
dbt/adapters/risingwave/__version__.py
@@ -1 +1 @@
1
-version = "1.9.7"
+version = "1.10.0"
setup.py
@@ -33,7 +33,7 @@ def _plugin_version() -> str:
33
include_package_data=True,
34
install_requires=[
35
"dbt-postgres~=1.9.0",
36
- "dbt-core~=1.9.0",
+ "dbt-core~=1.10.0",
37
# not sure if these are needed due to inheritance from dbt-postgres
38
# but doesn't hurt to be explicit I suppose
39
"dbt-common>=1.0.4,<2.0",
0 commit comments