Skip to content

Commit

Permalink
update trino version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Oct 14, 2022
1 parent b78df21 commit 2808122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def get_long_description():
}

trino = {
# The upper bound was added because of a breaking change in the Trino dialect.
# Trino 0.317 broke compatibility with SQLAlchemy 1.3.24.
# See https://github.com/trinodb/trino-python-client/issues/250.
"trino[sqlalchemy]>=0.308, <0.317",
"trino[sqlalchemy]>=0.308, !=0.317",
}

microsoft_common = {"msal==1.16.0"}
Expand Down

0 comments on commit 2808122

Please sign in to comment.