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
138138doc /.docenv
139139doc /build.gitbak
140140.gitbak /
141+ .venvpy37
Original file line number Diff line number Diff line change 11dbt-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'
33dataclasses ; python_version < '3.7'
44cx_Oracle == 8.3.0
55
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.0.1
3+ version = 1.0.2
44description = dbt (data build tool) adapter for the Oracle database
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -31,7 +31,7 @@ packages = find:
3131include_package_data = True
3232install_requires =
3333 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'
3535 cx_Oracle ==8.3.0
3636 dataclasses; python_version < '3.7'
3737test_suite =tests
Original file line number Diff line number Diff line change 2424
2525requirements = [
2626 "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'" ,
2828 "cx_Oracle==8.3.0" ,
2929 "dataclasses; python_version < '3.7'"
3030]
4343
4444url = 'https://github.com/oracle/dbt-oracle'
4545
46- VERSION = '1.0.1 '
46+ VERSION = '1.0.2 '
4747setup (
4848 author = "Oracle" ,
4949 python_requires = '>=3.6' ,
You can’t perform that action at this time.
0 commit comments