Skip to content

Commit

Permalink
Bump deps on common, adapters, core
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed May 14, 2024
1 parent 3aba80e commit 23c1433
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 @@ -27,11 +27,11 @@ dependencies = [
'psycopg2>=2.9,<3.0; platform_system == "Linux"',
# install `psycopg2-binary` on macos/windows (assumed development)
'psycopg2-binary>=2.9,<3.0; platform_system != "Linux"',
"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",
]

Expand Down

0 comments on commit 23c1433

Please sign in to comment.