Skip to content

Commit

Permalink
Try updating odbc
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jul 28, 2024
1 parent 8dc6b6e commit 800eba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _get_plugin_version_dict():
package_version = "1.9.0a1"
description = """The Apache Spark adapter plugin for dbt"""

odbc_extras = ["pyodbc~=4.0.39"]
odbc_extras = ["pyodbc~=5.1.0"]
pyhive_extras = [
"PyHive[hive_pure_sasl]~=0.7.0",
"thrift>=0.11.0,<0.17.0",
Expand Down

0 comments on commit 800eba0

Please sign in to comment.