dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

overlaps keyword is not included in typing checks #252

Open justin-hu-dev opened 1 year ago

justin-hu-dev commented 1 year 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.