Skip to content

Commit

Permalink
requirements: unpin boto3 and tenacity to avoid conflicts with MWAA
Browse files Browse the repository at this point in the history
  • Loading branch information
chronitis committed Feb 16, 2022
1 parent 4fb5d3b commit e5166fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core==1.0.*
pyathena==2.2.0
boto3==1.18.12
tenacity==6.3.1
boto3
tenacity
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _dbt_athena_version() -> str:
install_requires=[
"dbt-core~=1.0.0",
"pyathena==2.2.0",
"boto3==1.18.12",
"tenacity==6.3.1",
"boto3",
"tenacity",
]
)

0 comments on commit e5166fc

Please sign in to comment.