Skip to content

chore(deps): update trino requirement from >=0.328.0 to >=0.338.0 in /schema-service#215

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/schema-service/trino-gte-0.338.0
Open

chore(deps): update trino requirement from >=0.328.0 to >=0.338.0 in /schema-service#215
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/schema-service/trino-gte-0.338.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on trino to permit the latest version.

Release notes

Sourced from trino's releases.

0.338.0

What's Changed

New Contributors

Full Changelog: trinodb/trino-python-client@0.337.0...0.338.0

Changelog

Sourced from trino's changelog.

Release 0.338.0

  • Lazily load spooled result set segments to keep memory usage constant. (#597)
  • Send heartbeats in a separate thread while downloading spooled segments. (#604)
  • Add support for the NUMBER type. (#610)
  • Fix spurious warnings and bogus index when reflecting Iceberg tables. (#520)
  • Fix columns property to handle lazy spooled result segments. (#599)

Release 0.337.0

  • Make this package PEP-561 compatible by adding a py.typed marker. (#514)
  • Ignore primary key, foreign key and unique constraints for table DDL generation. (#541)
  • Fix SQLAlchemy function compilation for first_value, last_value, nth_value, lead, and lag. (#586)
  • Make lz4 and zstandard optional dependencies. The client now gracefully handles missing or broken compression libraries by disabling the corresponding encoding. (#585)

Release 0.336.0

  • Fix user impersonation support. (#568)
  • Fix importing get_localzone_name for old tzlocal versions. (#574)
  • Use faster JSON implementation (orjson) for compatible Python runtimes. (#576)

Release 0.335.0

  • Fix connection scheme being incorrectly inferred as HTTP. (#557)

Release 0.334.0

  • Allow authentication over insecure channel. (#530)
  • Add support for with statement with Cursor class. (#537)
  • Fix KeyError when accessing missing error_location in TrinoQueryError. (#535).
  • Add support for SET AUTHORIZATION and RESET AUTHORIZATION statements. (#551)

... (truncated)

Commits
  • 94c3e1c Bump version to 0.338.0
  • ef1b6c7 Add 0.338.0 release notes
  • 771c0ab Add NUMBER support
  • 426b992 Replace EOL PyPy 3.9/3.10 with PyPy 3.11 in CI matrix
  • 60443ac Implement heartbeat requests in a separate thread
  • 9cfaa16 Fix columns property to handle lazy SegmentIterator
  • a2a1001 Lazily load spooled result set segments
  • 87b5d6c Add integration tests for get_indexes on Iceberg and Hive tables
  • 5570ffd Fix spurious warnings and bogus index when reflecting Iceberg tables
  • 25693ec Bump version to 0.337.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [trino](https://github.com/trinodb/trino-python-client) to permit the latest version.
- [Release notes](https://github.com/trinodb/trino-python-client/releases)
- [Changelog](https://github.com/trinodb/trino-python-client/blob/master/CHANGES.md)
- [Commits](trinodb/trino-python-client@0.328.0...0.338.0)

---
updated-dependencies:
- dependency-name: trino
  dependency-version: 0.338.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/schema-service dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant