GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
25 stars 6 forks source link

chore: install asyncio version of SQLAlchemy for tests #312

Closed jackwotherspoon closed 2 months ago

jackwotherspoon commented 2 months ago

To guarantee macOS environments will work for the async SQLAlchemy engines (asyncpg usage) we should be installing the sqlalchemy[asyncio] extra dependencies.

Ref: https://docs.sqlalchemy.org/en/20/orm/extensions/asyncio.html#asyncio-platform-installation-notes-including-apple-m1