Skip to content

Commit

Permalink
Update pyproject.toml to handle psycopg2 build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Oct 16, 2024
1 parent ed94c0d commit ba9153b
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 @@ -24,7 +24,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"psycopg2-binary>=2.9,<3.0; 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 ba9153b

Please sign in to comment.