Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed May 6, 2024
1 parent 843117f commit bb5218e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-tests-adapter~=1.8.0b1
dbt-tests-adapter~=1.8.0rc1
mypy==1.8.0 # patch updates have historically introduced breaking changes
pre-commit~=3.6
pytest~=7.4
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ def _dbt_trino_version():
]
},
install_requires=[
"dbt-common>=1.0.1,<2.0",
"dbt-adapters>=1.1.0rc1,<2.0",
"dbt-common>=1.0.3,<2.0",
"dbt-adapters>=1.1.0,<2.0",
"trino~=0.326",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0b3",
"dbt-core>=1.8.0rc1",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit bb5218e

Please sign in to comment.