Description
Remove the version restriction for mongoengine dependency: 'mongoengine>=0.29.0,<0.30.0' to allow newer versions.
Context
Requirements
- This change requires careful testing to ensure compatibility with newer versions of mongoengine
- Test with the latest version of mongoengine
- Verify all mongoengine features used in the codebase work correctly
- Run the full test suite with different mongoengine versions
Tasks
Description
Remove the version restriction for mongoengine dependency:
'mongoengine>=0.29.0,<0.30.0'to allow newer versions.Context
Requirements
Tasks