Skip to content

Commit 43f213c

Browse files
committed
Unpin trino-python-client version
1 parent c14ca83 commit 43f213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def _get_dbt_core_version():
6868
},
6969
install_requires=[
7070
"dbt-core~={}".format(dbt_version),
71-
"trino==0.313.0",
71+
"trino~=0.313.0",
7272
],
7373
)

0 commit comments

Comments
 (0)