Skip to content

Commit c875b90

Browse files
committed
basic compatibility with dbt-core>=1.10.0
1 parent 5b8c4e1 commit c875b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY dbt ./dbt
2020

2121
RUN pip install .
2222

23-
RUN python3 -m pip install pytest pytest-dotenv dbt-tests-adapter~=1.10.4
23+
RUN python3 -m pip install pytest pytest-dotenv dbt-tests-adapter~=1.16.0
2424

2525
COPY run_tests.sh .
2626
COPY pytest.ini .

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def _get_plugin_version():
4646
]
4747
},
4848
install_requires=[
49-
"dbt-core>=1.9.0",
49+
"dbt-core>=1.10.0",
5050
"dbt-core<2",
51-
"dbt-adapters~=1.13.1"
51+
"dbt-adapters~=1.16.0"
5252
],
5353
classifiers=[
5454
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)