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
88WORKDIR /opt/dbt-sqlite
99
1010RUN 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
1313RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/crypto.so
1414RUN 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():
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' ,
You can’t perform that action at this time.
0 commit comments