Skip to content

Commit

Permalink
Upgraded oracledb_driver to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed May 13, 2024
1 parent 3f40473 commit f2c3167
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/oracle/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
version = "1.7.13"
version = "1.7.14"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-core~=1.7,<1.8
oracledb==2.1.2
oracledb==2.2.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packages = find_namespace:
include_package_data = True
install_requires =
dbt-core~=1.7,<1.8
oracledb==2.1.2
oracledb==2.2.0
test_suite=tests
test_requires =
dbt-tests-adapter~=1.7,<1.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

requirements = [
"dbt-core~=1.7,<1.8",
"oracledb==2.1.2"
"oracledb==2.2.0"
]

test_requirements = [
Expand Down

0 comments on commit f2c3167

Please sign in to comment.