Skip to content

Commit

Permalink
Dependencies: Update to "dbt-postgres>=1.9.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 21, 2024
1 parent c6f3a95 commit e5d0802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"dbt-postgres>=1.9.0.b1",
"dbt-core>=1.9.0",
"dbt-postgres>=1.9.0",
"sqlparse<0.6",
"sql-metadata<3",
]
Expand Down

0 comments on commit e5d0802

Please sign in to comment.