Skip to content

Commit

Permalink
MINOR: Update DB2 dependencies to fix issue about not having ibm-db i…
Browse files Browse the repository at this point in the history
…nstalled (#18192)

* Update DB2 dependencies to fix issue about not having ibm-db installed

* Fix checkstyle
  • Loading branch information
IceS2 authored and harshach committed Oct 19, 2024
1 parent 55d719f commit f4a6eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
VERSIONS["azure-storage-blob"],
VERSIONS["azure-identity"],
},
"db2": {"ibm-db-sa~=0.3"},
"db2": {"ibm-db-sa~=0.4.1", "ibm-db>=2.0.0"},
"db2-ibmi": {"sqlalchemy-ibmi~=0.9.3"},
"databricks": {
VERSIONS["sqlalchemy-databricks"],
Expand Down

0 comments on commit f4a6eee

Please sign in to comment.