Skip to content

Commit

Permalink
Bump deps on common, adapters, core (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
jtcohen6 and mikealfare authored Jul 17, 2024
1 parent 1a04eb9 commit 89d89d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ classifiers = [
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-adapters>=1.1.1,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
"dbt-core>=1.8.0",
# installed via dbt-adapters but used directly
"dbt-common>=0.1.0a1,<2.0",
"dbt-common>=1.0.4,<2.0",
"agate>=1.0,<2.0",
]
[project.urls]
Expand Down

0 comments on commit 89d89d3

Please sign in to comment.