googleapis / langchain-google-alloydb-pg-python

Apache License 2.0
13 stars 9 forks source link

fix: update required dependencies to use SQLAlchemy[asyncio] #116

Closed jackwotherspoon closed 5 months ago

jackwotherspoon commented 5 months ago

This library uses only async SQLAlchemy connection pool engines. Thus, it should be depending on sqlalchemy[asyncio] and not regular sqlalchemy.

This will fix required deps on macOS: https://docs.sqlalchemy.org/en/20/orm/extensions/asyncio.html#asyncio-platform-installation-notes-including-apple-m1

Fixes #115