Skip to content

Commit

Permalink
Bump oracledb and dbt release version
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghparab1805 committed Feb 9, 2024
1 parent b26fe89 commit 0c77bb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration variables
VERSION=1.6.2
VERSION=1.6.3
PROJ_DIR?=$(shell pwd)
VENV_DIR?=${PROJ_DIR}/.bldenv
BUILD_DIR=${PROJ_DIR}/build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-core~=1.6,<1.7
cx_Oracle==8.3.0
oracledb==1.4.2
oracledb==2.0.1
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dbt-oracle
version = 1.6.2
version = 1.6.3
description = dbt (data build tool) adapter for the Oracle database
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -34,7 +34,7 @@ include_package_data = True
install_requires =
dbt-core~=1.6,<1.7
cx_Oracle==8.3.0
oracledb==1.4.2
oracledb==2.0.1
test_suite=tests
test_requires =
dbt-tests-adapter~=1.6
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
requirements = [
"dbt-core~=1.6,<1.7",
"cx_Oracle==8.3.0",
"oracledb==1.4.2"
"oracledb==2.0.1"
]

test_requirements = [
Expand All @@ -60,7 +60,7 @@

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

VERSION = '1.6.2'
VERSION = '1.6.3'
setup(
author="Oracle",
python_requires='>=3.8',
Expand Down

0 comments on commit 0c77bb9

Please sign in to comment.