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

AttributeError: module 'sqlalchemy.types' has no attribute 'Binary' #13

Closed
pathnames opened this issue Aug 13, 2021 · 1 comment
Closed

Comments

@pathnames
Copy link

pathnames commented Aug 13, 2021

With the latest update to SQLAlchemy (1.4.22), the class Binary has been removed and replaced with LargeBinary. This change needs to be made in __init__.py.

Source: Official documentation

@blakev
Copy link
Owner

blakev commented Aug 19, 2021

ACK

Thanks for the find!

@blakev blakev closed this as completed Aug 19, 2021
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