Skip to content

Commit

Permalink
Temporarily suppress psycopg2 to see if this is a main dependency issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 27, 2024
1 parent da5224c commit 83bf03e
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 @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
# "psycopg2-binary>=2.9,<3.0",
"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 83bf03e

Please sign in to comment.