Skip to content

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

Merged
recursivezero merged 3 commits intomainfrom
bugfix/RZP-260009
Feb 26, 2026
Merged

Bugfix/rzp 260009:Make MongoDB (pymongo) Optional via Poetry Extras#10
recursivezero merged 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

@recursivezero recursivezero merged commit 5285259 into main Feb 26, 2026
2 checks passed
@recursivezero recursivezero deleted the bugfix/RZP-260009 branch February 26, 2026 14:55
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

2 participants