Skip to content

Commit 3e9be00

Browse files
committed
use dbt-core 1.4.0
1 parent 10c7969 commit 3e9be00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get -y install git python3 python3-pip python3-venv sq
88
WORKDIR /opt/dbt-sqlite
99

1010
RUN python3 -m pip install --upgrade pip \
11-
&& python3 -m pip install pytest pytest-dotenv dbt-core~=1.3.0 dbt-tests-adapter~=1.3.0
11+
&& python3 -m pip install pytest pytest-dotenv dbt-core~=1.4.0 dbt-tests-adapter~=1.4.0
1212

1313
RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/crypto.so
1414
RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/math.so

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _get_plugin_version():
4646
]
4747
},
4848
install_requires=[
49-
"dbt-core>=1.3.0"
49+
"dbt-core>=1.4.0"
5050
],
5151
classifiers=[
5252
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)