Skip to content

Commit

Permalink
add back sqlparams dep that was accidentally dropped during migration…
Browse files Browse the repository at this point in the history
… from setup.py to pyproject.toml
  • Loading branch information
mikealfare committed Dec 9, 2024
1 parent 3cb37d8 commit 2665511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ dependencies = [
"dbt-adapters>=1.7,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
"sqlparams>=3.0.0",
]
[project.optional-dependencies]
ODBC = ["pyodbc~=5.1.0"]

0 comments on commit 2665511

Please sign in to comment.