dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
572 stars 102 forks source link

overlaps keyword is not included in typing checks #252

Open justin-hu-ai opened 2 years ago

justin-hu-ai commented 2 years ago
error: Unexpected keyword argument
"overlaps" for "RelationshipProperty"  [call-arg]

I get this error when running typing on code that includes the overlaps keyword on a relationship.