Found in #57 comment , SQLAlchemy + pydantic.dataclasses don't play nicely with each other on python37.
This is because the default implementation from pydantic is not hashable.
This will likely go away on its own as we reevaluate the Syncer protocol as a proper inheritance chain, but python3.7 is going to complain for it a bit.
Found in #57 comment , SQLAlchemy +
pydantic.dataclasses
don't play nicely with each other on python37.This is because the default implementation from pydantic is not hashable.
This will likely go away on its own as we reevaluate the
Syncer
protocol as a proper inheritance chain, but python3.7 is going to complain for it a bit.