Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svdimchenko committed Sep 6, 2023
1 parent fd5dc04 commit 4ea4464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _get_package_version() -> str:
# In order to control dbt-core version and package version
"boto3~=1.26",
"boto3-stubs[athena,glue,lakeformation,sts]~=1.26",
"dbt-core>=1.5.0,<1.7.0",
"dbt-core~=1.6.0",
"pyathena>=2.25,<4.0",
"pydantic>=1.10,<3.0",
"tenacity~=8.2",
Expand Down

0 comments on commit 4ea4464

Please sign in to comment.