Skip to content

Bugfix/rzp 260009:Make MongoDB (pymongo) Optional via Poetry Extras#10

Open
Heisenberg208 wants to merge 3 commits intomainfrom
bugfix/RZP-260009
Open

Bugfix/rzp 260009:Make MongoDB (pymongo) Optional via Poetry Extras#10
Heisenberg208 wants to merge 3 commits intomainfrom
bugfix/RZP-260009

Conversation

@Heisenberg208
Copy link
Collaborator

Description

This PR makes pymongo an optional dependency instead of a required one.
MongoDB support is now enabled via a Poetry extra (mongo) and the application gracefully handles cases where MongoDB is not installed or unavailable

Fixes #9 (issue)

Type of change

Please delete options that are not relevant.

  • [✅ ] Bug fix (non-breaking change which fixes an issue)
  • [ ✅ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • [ ✅ ] My code follows the style guidelines of this project
  • [ ✅ ] I have performed a self-review of my own code
  • [ ✅ ] I have commented my code, particularly in hard-to-understand areas
  • [ ✅ ] I have made corresponding changes to the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛: [RZP-260009]: MongoDB dependency should be optional

1 participant

Comments