Skip to content

Commit a1797ee

Browse files
committed
removing cx-oracle and replacing with oracledb
1 parent f484cb6 commit a1797ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ all = [
6060
"asyncpg>=0.21.0",
6161
"sqlalchemy>=2.0.10,<2.0.99",
6262
"aiosqlite>=0.17.0",
63-
"cx_Oracle>=8.0.0",
63+
"oracledb>=2.4.1,<2.5.0",
6464
"fastapi>=0.100.0",
6565
"pydantic[email]>=2.0",
6666
"aioodbc>=0.4.1",

0 commit comments

Comments
 (0)