Skip to content

Commit 72b7cc7

Browse files
Update pyodbc requirement from ~=5.1.0 to >=5.1,<5.3 in /dbt-spark (#515)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea9f6f9 commit 72b7cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbt-spark/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ dependencies = [
3030
"sqlparams>=3.0.0",
3131
]
3232
[project.optional-dependencies]
33-
ODBC = ["pyodbc~=5.1.0"]
33+
ODBC = ["pyodbc>=5.1,<5.3"]
3434
PyHive = [
3535
"PyHive[hive_pure_sasl]~=0.7.0",
3636
"thrift>=0.11.0,<0.17.0",
3737
]
3838
session = ["pyspark>=3.0.0,<4.0.0"]
3939
all = [
40-
"pyodbc~=5.1.0",
40+
"pyodbc>=5.1,<5.3",
4141
"PyHive[hive_pure_sasl]~=0.7.0",
4242
"thrift>=0.11.0,<0.17.0",
4343
"pyspark>=3.0.0,<4.0.0",

0 commit comments

Comments
 (0)