File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4848 - name : Install dbt-oracle with core dependencies
4949 run : |
5050 python -m pip install --upgrade pip
51- pip install pytest dbt-tests-adapter== 1.5.3
51+ pip install pytest dbt-tests-adapter~= 1.5
5252 pip install -r requirements.txt
5353 pip install -e .
5454
Original file line number Diff line number Diff line change 1- dbt-core == 1.5.3
1+ dbt-core ~= 1.5
22cx_Oracle == 8.3.0
3- oracledb == 1.3.2
3+ oracledb == 1.4.1
44
Original file line number Diff line number Diff line change 66coverage
77twine
88pytest
9- dbt-tests-adapter== 1.5.3
9+ dbt-tests-adapter~= 1.5
Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ project_urls =
2424 Documentation = https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile
2525 Source = https://github.com/oracle/dbt-oracle
2626 Bug Tracker = https://github.com/oracle/dbt-oracle/issues
27- CI: https://github.com/oracle/dbt-oracle/actions
28- Release Notes: https://github.com/oracle/dbt-oracle/releases
27+ CI = https://github.com/oracle/dbt-oracle/actions
28+ Release Notes = https://github.com/oracle/dbt-oracle/releases
2929
3030[options]
3131python_requires = >=3.7.2
3232zip_safe = False
3333packages = find:
3434include_package_data = True
3535install_requires =
36- dbt-core == 1.5.3
36+ dbt-core~= 1.5
3737 cx_Oracle ==8.3.0
38- oracledb ==1.3.2
38+ oracledb ==1.4.1
3939test_suite =tests
4040test_requires =
41- dbt-tests-adapter == 1.5.3
41+ dbt-tests-adapter~= 1.5
4242 pytest
4343scripts =
4444 bin/create-pem-from-p12
Original file line number Diff line number Diff line change 3232
3333
3434requirements = [
35- "dbt-core== 1.5.3 " ,
35+ "dbt-core~= 1.5" ,
3636 "cx_Oracle==8.3.0" ,
37- "oracledb==1.3.2 "
37+ "oracledb==1.4.1 "
3838]
3939
4040test_requirements = [
41- "dbt-tests-adapter== 1.5.3 " ,
41+ "dbt-tests-adapter~= 1.5" ,
4242 "pytest"
4343]
4444
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ passenv =
1515
1616deps =
1717 -rrequirements.txt
18- dbt-tests-adapter == 1.5.3
18+ dbt-tests-adapter~= 1.5
1919 pytest
2020
2121commands = pytest
You can’t perform that action at this time.
0 commit comments