Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Oct 16, 2024
1 parent ba9153b commit f791dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"psycopg2-binary>=2.9,<3.0; python_version > '3.8'",
"psycopg2-binary>=2.9.0,<2.9.10; python_version <= '3.8',
"psycopg2-binary>=2.9.0,<2.9.10; python_version <= '3.8'",
"dbt-adapters>=1.7.0,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
Expand Down

0 comments on commit f791dc2

Please sign in to comment.