Skip to content

Commit

Permalink
update dependencies for 1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 27, 2024
1 parent b62d222 commit 55d0fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"dbt-adapters<2.0.0a1",
"dbt-adapters>=0.1.0a1,<2.0",
"psycopg2>=2.9,<3.0",
# installed via dbt-adapters but used directly
"dbt-common<2.0.0a1",
"dbt-common>=0.1.0a1,<2.0",
"agate>=1.0,<2.0",
]
[project.urls]
Expand Down

0 comments on commit 55d0fca

Please sign in to comment.