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

Make sure SQLAlchemy can handle the loaded dialect #3463

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

lonvia
Copy link
Member

@lonvia lonvia commented Jul 2, 2024

The psycopg dialect was only added in SQLAlchemy 2.0. To avoid loading errors when SQLAlchemy 1.4 is installed together with psycopg3, check that the dialect is really available.

Should fix issues like #3297.

The psycopg dialect was only added in SQLAlchemy 2.0. To avoid loading
errors when SQLAlchemy 1.4 is installed together with psycopg3,
check that the dialect is really available.
@lonvia lonvia merged commit b636338 into osm-search:master Jul 2, 2024
11 checks passed
@lonvia lonvia deleted the sqlalchemy14-with-psycopg branch July 2, 2024 16:43
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

Successfully merging this pull request may close these issues.

1 participant