alexandermalyga commented on issue #27674: URL: https://github.com/apache/airflow/issues/27674#issuecomment-1317595566
@potiuk Provider [trino: 4.2.0rc1](https://pypi.org/project/apache-airflow-providers-trino/4.2.0rc1) https://github.com/apache/airflow/pull/27168 **This particular issue is fixed in `4.2.0rc1`.** But, when I tried with `4.1.0` to check that the issue was still in the old version, it wasn't anymore. I guess this is because the dependency was specified as `trino>=0.301.0` in `4.1.0` and it dowloaded `0.319.0` when I installed (which fixes the underlying issue). This seems a little weird to me because the fix for the issue was to bump the dependency to `trino>=0.318.0` in the first place, so is there any point in PRs that just bump some dependency version, if these versions are getting downloaded into old releases anyway? -- 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]
