File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration variables
2
- VERSION =1.9.2
2
+ VERSION =1.9.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 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
"""
17
- version = "1.9.1 "
17
+ version = "1.9.3 "
Original file line number Diff line number Diff line change 1
1
dbt-common >= 1.1.0 ,< 2.0
2
2
dbt-adapters >= 1.2.1 ,< 2.0
3
- dbt-core >= 1.9.1 ,< 2.0
4
- oracledb == 3.1.1
3
+ dbt-core >= 1.9.3 ,< 2.0
4
+ oracledb == 3.2.0
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dbt-oracle
3
- version = 1.9.2
3
+ version = 1.9.3
4
4
description = dbt (data build tool) adapter for Oracle Autonomous Database
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
@@ -35,7 +35,7 @@ install_requires =
35
35
dbt-common>=1.1.0,<2.0
36
36
dbt-adapters>=1.2.1,<2.0
37
37
dbt-core~=1.9,<1.10
38
- oracledb ==3.1.1
38
+ oracledb ==3.2.0
39
39
test_suite =tests
40
40
test_requires =
41
41
dbt-tests-adapter~=1.10,<1.11
Original file line number Diff line number Diff line change 43
43
"dbt-common>=1.1.0,<2.0" ,
44
44
"dbt-adapters>=1.2.1,<2.0" ,
45
45
"dbt-core~=1.9,<1.10" ,
46
- "oracledb==3.1.1 "
46
+ "oracledb==3.2.0 "
47
47
]
48
48
49
49
test_requirements = [
61
61
62
62
url = 'https://github.com/oracle/dbt-oracle'
63
63
64
- VERSION = '1.9.2 '
64
+ VERSION = '1.9.3 '
65
65
setup (
66
66
author = "Oracle" ,
67
67
python_requires = '>=3.9' ,
You can’t perform that action at this time.
0 commit comments