File tree Expand file tree Collapse file tree 9 files changed +13
-12
lines changed Expand file tree Collapse file tree 9 files changed +13
-12
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.2.2
51+ pip install pytest dbt-tests-adapter==1.3.0
5252 pip install -r requirements.txt
5353 pip install -e .
5454
Original file line number Diff line number Diff line change @@ -143,3 +143,4 @@ doc/build.gitbak
143143.venv
144144.bldenv
145145.venv1.2 /
146+ .venv1.3 /
Original file line number Diff line number Diff line change 11# Configuration variables
2- VERSION =1.2 .0
2+ VERSION =1.3 .0
33PROJ_DIR? =$(shell pwd)
44VENV_DIR? =${PROJ_DIR}/.bldenv
55BUILD_DIR =${PROJ_DIR}/build
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616"""
17- version = "1.2.2 "
17+ version = "1.3.0 "
Original file line number Diff line number Diff line change 1- dbt-core == 1.2.2
1+ dbt-core == 1.3.0
22cx_Oracle == 8.3.0
33oracledb == 1.1.1
44
Original file line number Diff line number Diff line change 66coverage
77twine
88pytest
9- dbt-tests-adapter==1.2.2
9+ dbt-tests-adapter==1.3.0
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.2.1
3+ version = 1.3.0
44description = dbt (data build tool) adapter for the Oracle database
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -32,12 +32,12 @@ zip_safe = False
3232packages = find:
3333include_package_data = True
3434install_requires =
35- dbt-core ==1.2.2
35+ dbt-core ==1.3.0
3636 cx_Oracle ==8.3.0
3737 oracledb ==1.1.1
3838test_suite =tests
3939test_requires =
40- dbt-tests-adapter ==1.2.2
40+ dbt-tests-adapter ==1.3.0
4141 pytest
4242scripts =
4343 bin/create-pem-from-p12
Original file line number Diff line number Diff line change 3232
3333
3434requirements = [
35- "dbt-core==1.2.2 " ,
35+ "dbt-core==1.3.0 " ,
3636 "cx_Oracle==8.3.0" ,
3737 "oracledb==1.1.1"
3838]
3939
4040test_requirements = [
41- "dbt-tests-adapter==1.2.2 " ,
41+ "dbt-tests-adapter==1.3.0 " ,
4242 "pytest"
4343]
4444
5252
5353url = 'https://github.com/oracle/dbt-oracle'
5454
55- VERSION = '1.2.1 '
55+ VERSION = '1.3.0 '
5656setup (
5757 author = "Oracle" ,
5858 python_requires = '>=3.7.2' ,
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.2.2
18+ dbt-tests-adapter ==1.3.0
1919 pytest
2020
2121commands = pytest
You can’t perform that action at this time.
0 commit comments