Skip to content

Commit d849941

Browse files
committed
Changes for version 1.9.3 and oracledb upgrade to 3.2.0
1 parent 013930d commit d849941

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.9.2
2+
VERSION=1.9.3
33
PROJ_DIR?=$(shell pwd)
44
VENV_DIR?=${PROJ_DIR}/.bldenv
55
BUILD_DIR=${PROJ_DIR}/build

dbt/adapters/oracle/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
"""
17-
version = "1.9.1"
17+
version = "1.9.3"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dbt-common>=1.1.0,<2.0
22
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

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.9.2
3+
version = 1.9.3
44
description = dbt (data build tool) adapter for Oracle Autonomous Database
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -35,7 +35,7 @@ install_requires =
3535
dbt-common>=1.1.0,<2.0
3636
dbt-adapters>=1.2.1,<2.0
3737
dbt-core~=1.9,<1.10
38-
oracledb==3.1.1
38+
oracledb==3.2.0
3939
test_suite=tests
4040
test_requires =
4141
dbt-tests-adapter~=1.10,<1.11

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dbt-common>=1.1.0,<2.0",
4444
"dbt-adapters>=1.2.1,<2.0",
4545
"dbt-core~=1.9,<1.10",
46-
"oracledb==3.1.1"
46+
"oracledb==3.2.0"
4747
]
4848

4949
test_requirements = [
@@ -61,7 +61,7 @@
6161

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

64-
VERSION = '1.9.2'
64+
VERSION = '1.9.3'
6565
setup(
6666
author="Oracle",
6767
python_requires='>=3.9',

0 commit comments

Comments
 (0)