File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration variables
2
- VERSION =1.6.2
2
+ VERSION =1.6.3
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 1
1
dbt-core ~= 1.6 ,< 1.7
2
2
cx_Oracle == 8.3.0
3
- oracledb == 1.4.2
3
+ oracledb == 2.0.1
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dbt-oracle
3
- version = 1.6.2
3
+ version = 1.6.3
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
@@ -34,7 +34,7 @@ include_package_data = True
34
34
install_requires =
35
35
dbt-core~=1.6,<1.7
36
36
cx_Oracle ==8.3.0
37
- oracledb ==1.4.2
37
+ oracledb ==2.0.1
38
38
test_suite =tests
39
39
test_requires =
40
40
dbt-tests-adapter~=1.6
Original file line number Diff line number Diff line change 42
42
requirements = [
43
43
"dbt-core~=1.6,<1.7" ,
44
44
"cx_Oracle==8.3.0" ,
45
- "oracledb==1.4.2 "
45
+ "oracledb==2.0.1 "
46
46
]
47
47
48
48
test_requirements = [
60
60
61
61
url = 'https://github.com/oracle/dbt-oracle'
62
62
63
- VERSION = '1.6.2 '
63
+ VERSION = '1.6.3 '
64
64
setup (
65
65
author = "Oracle" ,
66
66
python_requires = '>=3.8' ,
You can’t perform that action at this time.
0 commit comments