Skip to content

Commit

Permalink
upgrade to latest version of ibm-db python client (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoninj authored May 17, 2024
1 parent 1819347 commit 09262b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soda/db2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# TODO Add proper description
description = "Soda Core IBM DB2 Package"

requires = [f"soda-core=={package_version}", "ibm-db==3.1.2"]
requires = [f"soda-core=={package_version}", "ibm-db==3.2.3"]
# TODO Fix the params
setup(
name=package_name,
Expand Down

0 comments on commit 09262b0

Please sign in to comment.