Skip to content

Commit f2c3167

Browse files
committed
Upgraded oracledb_driver to 2.2.0
1 parent 3f40473 commit f2c3167

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.7.13"
17+
version = "1.7.14"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dbt-core~=1.7,<1.8
2-
oracledb==2.1.2
2+
oracledb==2.2.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = find_namespace:
3434
include_package_data = True
3535
install_requires =
3636
dbt-core~=1.7,<1.8
37-
oracledb==2.1.2
37+
oracledb==2.2.0
3838
test_suite=tests
3939
test_requires =
4040
dbt-tests-adapter~=1.7,<1.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
requirements = [
4343
"dbt-core~=1.7,<1.8",
44-
"oracledb==2.1.2"
44+
"oracledb==2.2.0"
4545
]
4646

4747
test_requirements = [

0 commit comments

Comments
 (0)