You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pymongo): use generic arguments for write_command (#3371) (#3372)
Pymongo 4.0.2 released which introduced a breaking change to the method signature of Socket.write_command: mongodb/mongo-python-driver@4.0.1...4.0.2diff-43b0ab0dab45c7b3e339879a4452c7dcb43a659ef6603532348a745e6405afd4R819
The patching attempted to match the signature exactly so the fix is trivial in just accepting args/kwargs and extracting what is needed from them.
(cherry picked from commit da60df9)
Co-authored-by: Kyle Verhoog <[email protected]>
0 commit comments