rasa icon indicating copy to clipboard operation
rasa copied to clipboard

Update py mongo to version 4.0

Open SamuelNoB opened this issue 2 years ago • 4 comments

Proposed changes:

  • update package PyMongo to version 4.0 so that it can run with MongoDB 5
  • closes #10539

Status (please check what you already did):

  • [ ] updated the documentation
  • [ ] updated the changelog (please check changelog for instructions)
  • [x] reformat files using black (please check Readme for instructions)

SamuelNoB avatar Feb 19 '22 18:02 SamuelNoB

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 19 '22 18:02 CLAassistant

@SamuelNoB the PR contains merge conflicts. do you mind resolving them first before we review it?

tmbo avatar Apr 08 '22 13:04 tmbo

@tmbo sure! I will resolve it as soon as possible

SamuelNoB avatar Apr 11 '22 12:04 SamuelNoB

There seem to be a lot of breaking changes between PyMongo 3 and 4. As this commit only updates the dependency version number, have all the functionality been tested to work with the newer version?

lahdekorpi avatar Jun 10 '22 14:06 lahdekorpi