chore(trino): Bump Trino version to address an IANA time zone issue#24069
Conversation
f225049 to
62db170
Compare
Codecov Report
@@ Coverage Diff @@
## master #24069 +/- ##
=======================================
Coverage 68.22% 68.22%
=======================================
Files 1942 1942
Lines 75215 75215
Branches 8145 8145
=======================================
Hits 51318 51318
Misses 21812 21812
Partials 2085 2085
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| greenlet==2.0.2 | ||
| # via sqlalchemy |
There was a problem hiding this comment.
We'd really need to add linting to these requirements to make sure they're up to date. The python lint workflow would be perfect for this.
| statsd==4.0.1 | ||
| # via -r requirements/testing.in | ||
| trino==0.323.0 | ||
| trino==0.324.0 |
michael-s-molina
left a comment
There was a problem hiding this comment.
Congrats on your Trino fix @john-bodley!
Oh nice, I hadn't noticed the author of said fix - congrats! 🎉 |
…pache#24069) (cherry picked from commit 58e1bcd)
SUMMARY
This PR bumps the minimal requirement for the
python-trino-clientas, per the 0.324.0 release notes, the latest release includes a vital fix to address an IANA time zone issue.Note as part of this change I rebuilt the frozen requirements via:
which, in addition to bumping the
trinopackage, removed some legacy requirement which likely were removed in previous PRs without refreezing the requirements.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION