File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && apt-get -y install git python3 python3-pip python3-venv sq
8
8
WORKDIR /opt/dbt-sqlite
9
9
10
10
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
12
12
13
13
RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/crypto.so
14
14
RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/math.so
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def _get_plugin_version():
46
46
]
47
47
},
48
48
install_requires = [
49
- "dbt-core>=1.3 .0"
49
+ "dbt-core>=1.4 .0"
50
50
],
51
51
classifiers = [
52
52
'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments