trinodb / trino-python-client

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

Support SQLAlchemy 2.x #407

Closed hongbo-miao closed 9 months ago

hongbo-miao commented 9 months ago

Describe the feature

In the readme, it says

trino.sqlalchemy is compatible with the latest 1.3.x and 1.4.x SQLAlchemy versions at the time of release of a particular version of the client.

It would be great to support SQLAlchemy 2.x, thanks! ☺️

Describe alternatives you've considered

No response

Are you willing to submit PR?

hovaesco commented 9 months ago

It's already being tested with SQLAlchemy 2.0.x, I will update the README.

hashhar commented 9 months ago

Fixed in https://github.com/trinodb/trino-python-client/pull/409