We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14ca83 commit 43f213cCopy full SHA for 43f213c
setup.py
@@ -68,6 +68,6 @@ def _get_dbt_core_version():
68
},
69
install_requires=[
70
"dbt-core~={}".format(dbt_version),
71
- "trino==0.313.0",
+ "trino~=0.313.0",
72
],
73
)
0 commit comments