We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8c4e1 commit c875b90Copy full SHA for c875b90
Dockerfile
@@ -20,7 +20,7 @@ COPY dbt ./dbt
20
21
RUN pip install .
22
23
-RUN python3 -m pip install pytest pytest-dotenv dbt-tests-adapter~=1.10.4
+RUN python3 -m pip install pytest pytest-dotenv dbt-tests-adapter~=1.16.0
24
25
COPY run_tests.sh .
26
COPY pytest.ini .
setup.py
@@ -46,9 +46,9 @@ def _get_plugin_version():
46
]
47
},
48
install_requires=[
49
- "dbt-core>=1.9.0",
+ "dbt-core>=1.10.0",
50
"dbt-core<2",
51
- "dbt-adapters~=1.13.1"
+ "dbt-adapters~=1.16.0"
52
],
53
classifiers=[
54
'Development Status :: 4 - Beta',
0 commit comments