Skip to content

Commit 0c77bb9

Browse files
Bump oracledb and dbt release version
1 parent b26fe89 commit 0c77bb9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration variables
2-
VERSION=1.6.2
2+
VERSION=1.6.3
33
PROJ_DIR?=$(shell pwd)
44
VENV_DIR?=${PROJ_DIR}/.bldenv
55
BUILD_DIR=${PROJ_DIR}/build

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dbt-core~=1.6,<1.7
22
cx_Oracle==8.3.0
3-
oracledb==1.4.2
3+
oracledb==2.0.1

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dbt-oracle
3-
version = 1.6.2
3+
version = 1.6.3
44
description = dbt (data build tool) adapter for the Oracle database
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -34,7 +34,7 @@ include_package_data = True
3434
install_requires =
3535
dbt-core~=1.6,<1.7
3636
cx_Oracle==8.3.0
37-
oracledb==1.4.2
37+
oracledb==2.0.1
3838
test_suite=tests
3939
test_requires =
4040
dbt-tests-adapter~=1.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
requirements = [
4343
"dbt-core~=1.6,<1.7",
4444
"cx_Oracle==8.3.0",
45-
"oracledb==1.4.2"
45+
"oracledb==2.0.1"
4646
]
4747

4848
test_requirements = [
@@ -60,7 +60,7 @@
6060

6161
url = 'https://github.com/oracle/dbt-oracle'
6262

63-
VERSION = '1.6.2'
63+
VERSION = '1.6.3'
6464
setup(
6565
author="Oracle",
6666
python_requires='>=3.8',

0 commit comments

Comments
 (0)