Skip to content
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

Hard psycopg2 dependency is still breaking pypy #27

Open
fake-name opened this issue Feb 24, 2022 · 1 comment
Open

Hard psycopg2 dependency is still breaking pypy #27

fake-name opened this issue Feb 24, 2022 · 1 comment

Comments

@fake-name
Copy link

fake-name commented Feb 24, 2022

Effectively the issue as commented in #19 (comment) This package is broken for environments that use alternative postgres DB adapters (psycopg2cffi, pg8000).

I'm rolling updates to my requirements for various project, and this is still happening.

@fake-name fake-name changed the title Hard psycopg2 dependency breaks pypy Hard psycopg2 dependency is still breaking pypy Feb 24, 2022
@bchopson
Copy link

If you can upgrade to SQLAlchemy 2.0.7, CITEXT has been added to the postgresql dialect:
https://docs.sqlalchemy.org/en/20/dialects/postgresql.html#sqlalchemy.dialects.postgresql.CITEXT

I can't speak to the compatibility with other adapters/pypy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants