Skip to content

Commit bad7a39

Browse files
committed
changing to python-oracledb library, as it supports async
1 parent 04a09b6 commit bad7a39

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
@@ -53,7 +53,7 @@ dependencies = [
5353
[project.optional-dependencies]
5454
postgres = ["asyncpg>=0.21.0", "sqlalchemy>=2.0.10,<2.0.99"]
5555
sqlite = ["aiosqlite>=0.17.0", "sqlalchemy>=2.0.10,<2.0.99"]
56-
oracle = ["cx_Oracle>=8.0.0", "sqlalchemy>=2.0.10,<2.0.99"]
56+
oracle = ["oracledb>=2.4.1,<2.5.0", "sqlalchemy>=2.0.10,<2.0.99"]
5757
mssql = ["aioodbc>=0.4.1", "sqlalchemy>=2.0.10,<2.0.99"]
5858
fastapi = ["fastapi>=0.100.0", "pydantic[email]>=2.0"]
5959
all = [

0 commit comments

Comments
 (0)