You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In the doc https://www.starlette.io/database/ , you explain we can use GINO as an async ORM solution with sqlalchemy, but it seems databases requires sqlalchemy>=2.0.7 and gino requires sqlalchemy < 1.4
pip install gino
Collecting gino
Downloading gino-1.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting SQLAlchemy<1.4,>=1.2.16 (from gino)
[...]
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
databases 0.9.0 requires sqlalchemy>=2.0.7, but you have sqlalchemy 1.3.24 which is incompatible.
Hi,
In the doc https://www.starlette.io/database/ , you explain we can use GINO as an async ORM solution with sqlalchemy, but it seems databases requires sqlalchemy>=2.0.7 and gino requires sqlalchemy < 1.4
I also try https://github.com/encode/orm but does not seem to enjoy sqlalchemy >= 2 too encode/orm#168
do you have some advice about SQLAlchemy ORM Asyncsio https://docs.sqlalchemy.org/en/20/orm/examples.html ?
thanks
The text was updated successfully, but these errors were encountered: