Skip to content

Commit

Permalink
chore: upgrade oracledb to 2.0 (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger authored Dec 22, 2023
1 parent f53bdbe commit e84d2e0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
78 changes: 38 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ redshift-connector = { version = "^2.0.0", optional = true }
pymysql = { version = "^1.0.0", optional = true }
pg8000 = { version = "^1.29.0", optional = true }
pyodbc = { version = ">=4,<6", optional = true }
oracledb = { version = "^1.0.0", optional = true }
oracledb = { version = ">=1,<3", optional = true }

# Graph
gremlinpython = { version = "^3.6.2", optional = true }
Expand Down

0 comments on commit e84d2e0

Please sign in to comment.