ephraimbuddy commented on a change in pull request #18724:
URL: https://github.com/apache/airflow/pull/18724#discussion_r763952998



##########
File path: setup.py
##########
@@ -490,7 +490,7 @@ def write_version(filename: str = os.path.join(*[my_dir, 
"airflow", "git_version
     'python-telegram-bot~=13.0',
 ]
 trino = [
-    'trino>=0.301.0',
+    'trino>=0.301.0,<0.307.0',

Review comment:
       Yes. the trino provider tests were failing but I guess if I didn't add 
`deprecated` lib it won't surface. I will remove it and instead make a separate 
PR if it still occurs again




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to