trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Fix a compatibility issue with SQLAlchemy v1.4.42 #274

Closed hovaesco closed 1 year ago

hovaesco commented 1 year ago

Description

Fix a compatibility issue with SQLAlchemy v1.4.42, resolves https://github.com/trinodb/trino-python-client/issues/273

Non-technical explanation

Release notes

( ) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required, please propose a release note for me. (x) Release notes are required, with the following suggested text:

* Fix a compatibility issue with _rfc_1738_quote in SQLAlchemy v1.4.42 (issue 273)
ebyhr commented 1 year ago

Merged, thanks!