File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 48
48
- name : Install dbt-oracle with core dependencies
49
49
run : |
50
50
python -m pip install --upgrade pip
51
- pip install pytest dbt-tests-adapter==1.4.1
51
+ pip install pytest dbt-tests-adapter==1.4.4
52
52
pip install -r requirements.txt
53
53
pip install -e .
54
54
Original file line number Diff line number Diff line change 1
1
# Configuration variables
2
- VERSION =1.3.2
2
+ VERSION =1.4.1
3
3
PROJ_DIR? =$(shell pwd)
4
4
VENV_DIR? =${PROJ_DIR}/.bldenv
5
5
BUILD_DIR =${PROJ_DIR}/build
Original file line number Diff line number Diff line change 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
"""
17
- version = "1.4.1 "
17
+ version = "1.4.4 "
Original file line number Diff line number Diff line change 1
- dbt-core == 1.4.1
1
+ dbt-core == 1.4.4
2
2
cx_Oracle == 8.3.0
3
3
oracledb == 1.2.2
4
4
Original file line number Diff line number Diff line change 6
6
coverage
7
7
twine
8
8
pytest
9
- dbt-tests-adapter==1.4.1
9
+ dbt-tests-adapter==1.4.4
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dbt-oracle
3
- version = 1.4.0
3
+ version = 1.4.1
4
4
description = dbt (data build tool) adapter for the Oracle database
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
@@ -33,12 +33,12 @@ zip_safe = False
33
33
packages = find:
34
34
include_package_data = True
35
35
install_requires =
36
- dbt-core ==1.4.1
36
+ dbt-core ==1.4.4
37
37
cx_Oracle ==8.3.0
38
38
oracledb ==1.2.2
39
39
test_suite =tests
40
40
test_requires =
41
- dbt-tests-adapter ==1.4.1
41
+ dbt-tests-adapter ==1.4.4
42
42
pytest
43
43
scripts =
44
44
bin/create-pem-from-p12
Original file line number Diff line number Diff line change 32
32
33
33
34
34
requirements = [
35
- "dbt-core==1.4.1 " ,
35
+ "dbt-core==1.4.4 " ,
36
36
"cx_Oracle==8.3.0" ,
37
37
"oracledb==1.2.2"
38
38
]
39
39
40
40
test_requirements = [
41
- "dbt-tests-adapter==1.4.1 " ,
41
+ "dbt-tests-adapter==1.4.4 " ,
42
42
"pytest"
43
43
]
44
44
52
52
53
53
url = 'https://github.com/oracle/dbt-oracle'
54
54
55
- VERSION = '1.4.0 '
55
+ VERSION = '1.4.1 '
56
56
setup (
57
57
author = "Oracle" ,
58
58
python_requires = '>=3.7.2' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ passenv =
15
15
16
16
deps =
17
17
-rrequirements.txt
18
- dbt-tests-adapter ==1.4.1
18
+ dbt-tests-adapter ==1.4.4
19
19
pytest
20
20
21
21
commands = pytest
You can’t perform that action at this time.
0 commit comments