Skip to content

Commit

Permalink
Update pyodbc requirement from ~=5.1.0 to >=5.1,<5.3 in /dbt-spark
Browse files Browse the repository at this point in the history
Updates the requirements on [pyodbc](https://github.com/mkleehammer/pyodbc) to permit the latest version.
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: pyodbc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 5de8679 commit 7331eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt-spark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ dependencies = [
"sqlparams>=3.0.0",
]
[project.optional-dependencies]
ODBC = ["pyodbc~=5.1.0"]
ODBC = ["pyodbc>=5.1,<5.3"]
PyHive = [
"PyHive[hive_pure_sasl]~=0.7.0",
"thrift>=0.11.0,<0.17.0",
]
session = ["pyspark>=3.0.0,<4.0.0"]
all = [
"pyodbc~=5.1.0",
"pyodbc>=5.1,<5.3",
"PyHive[hive_pure_sasl]~=0.7.0",
"thrift>=0.11.0,<0.17.0",
"pyspark>=3.0.0,<4.0.0",
Expand Down

0 comments on commit 7331eae

Please sign in to comment.