-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support psycopg3 #26
Comments
@di I've run into the same issue and I've been struggling for a while to solve it but I can't. How to deal with this? |
Native support for CITEXT was added in SQLAlchemy 2.0.7 and bug-fixed in 2.0.19. https://docs.sqlalchemy.org/en/20/dialects/postgresql.html#sqlalchemy.dialects.postgresql.CITEXT |
@gordthompson Thank you, I supposed it to be imported from sqlalchemy as
|
This library currently expects
psycopg2
to be co-installed, butpsycopg3
has since been released, which is currently incompatible:Dockerfile
:Result:
The text was updated successfully, but these errors were encountered: