File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,4 @@ tests/oracle_1TLS.dbtspec
138
138
doc /.docenv
139
139
doc /build.gitbak
140
140
.gitbak /
141
+ .venvpy37
Original file line number Diff line number Diff line change 1
1
dbt-core == 0.21.1 ; python_version < '3.7'
2
- dbt-core == 1.0.6 ; python_version >= '3.7'
2
+ dbt-core == 1.0.7 ; python_version >= '3.7'
3
3
dataclasses ; python_version < '3.7'
4
4
cx_Oracle == 8.3.0
5
5
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dbt-oracle
3
- version = 1.0.1
3
+ version = 1.0.2
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
@@ -31,7 +31,7 @@ packages = find:
31
31
include_package_data = True
32
32
install_requires =
33
33
dbt-core ==0.21.1; python_version < '3.7'
34
- dbt-core ==1.0.6 ; python_version >= '3.7'
34
+ dbt-core ==1.0.7 ; python_version >= '3.7'
35
35
cx_Oracle ==8.3.0
36
36
dataclasses; python_version < '3.7'
37
37
test_suite =tests
Original file line number Diff line number Diff line change 24
24
25
25
requirements = [
26
26
"dbt-core==0.21.1; python_version < '3.7'" ,
27
- "dbt-core==1.0.6 ; python_version >= '3.7'" ,
27
+ "dbt-core==1.0.7 ; python_version >= '3.7'" ,
28
28
"cx_Oracle==8.3.0" ,
29
29
"dataclasses; python_version < '3.7'"
30
30
]
43
43
44
44
url = 'https://github.com/oracle/dbt-oracle'
45
45
46
- VERSION = '1.0.1 '
46
+ VERSION = '1.0.2 '
47
47
setup (
48
48
author = "Oracle" ,
49
49
python_requires = '>=3.6' ,
You can’t perform that action at this time.
0 commit comments