Skip to content

Commit

Permalink
Set upper bound on psycopg2 for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Oct 17, 2024
1 parent 61cd9d3 commit a498788
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.11",
]
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>=0.1.0a1,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
Expand Down

0 comments on commit a498788

Please sign in to comment.