sbdchd / mongo-types

:fallen_leaf: Type stubs for mongoengine, pymongo, and bson
Apache License 2.0
19 stars 8 forks source link

fix(pymongo): collection method param variance #47

Closed sbdchd closed 3 years ago

sbdchd commented 3 years ago

The params should all be using Mapping and Sequence instead of Dict and List so mutable subtypes are compatible, e.g., SON.

rel: https://github.com/sbdchd/mongo-types/issues/46