Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _get_dbt_core_version():
},
install_requires=[
"dbt-core~={}".format(dbt_version),
"trino==0.321.0",
"trino==0.322.0",
Copy link
Copy Markdown
Contributor Author

@dataders dataders Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdesmet, should this be the following instead? relatedly, i'm interested to know if a 1.0 milestone for the client if coming anytime soon

Suggested change
"trino==0.322.0",
"trino>=0.321.0<1.0.0",

],
zip_safe=False,
classifiers=[
Expand Down