File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 11dbt-core ~= 1.7 ,< 1.8
2- oracledb == 2.1.2
2+ oracledb == 2.2.0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ packages = find_namespace:
3434include_package_data = True
3535install_requires =
3636 dbt-core~=1.7,<1.8
37- oracledb ==2.1.2
37+ oracledb ==2.2.0
3838test_suite =tests
3939test_requires =
4040 dbt-tests-adapter~=1.7,<1.8
Original file line number Diff line number Diff line change 4141
4242requirements = [
4343 "dbt-core~=1.7,<1.8" ,
44- "oracledb==2.1.2 "
44+ "oracledb==2.2.0 "
4545]
4646
4747test_requirements = [
You can’t perform that action at this time.
0 commit comments