Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pymongo to Ensure Compatibility with MongoDB 6.0 and 7.0 #34586

Closed
nadeemshahzad opened this issue Apr 24, 2024 · 1 comment · Fixed by openedx/edx-lint#463
Closed
Assignees

Comments

@nadeemshahzad
Copy link
Contributor

We are currently using pymongo==3.13.0, our infrastructure plans include upgrading MongoDB to versions 6.0 and then 7.0. To ensure compatibility and full functionality, we need to upgrade pymongo to at least version 4.4, which provides comprehensive support for both MongoDB 6.0 and 7.0 https://www.mongodb.com/docs/drivers/pymongo/#compatibility-table-legend
Please update pymongo to version 4.4 or higher to align with our planned MongoDB upgrades.

@farhan
Copy link
Contributor

farhan commented Jul 31, 2024

@feanil PR is merged, I think we should close the story or remove Aximprovements team tag from it.

@feanil feanil closed this as completed Jul 31, 2024
@github-project-automation github-project-automation bot moved this from Author Team Review to Done in Arbi-BOM Jul 31, 2024
@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in Aximprovements Team Jul 31, 2024
@jristau1984 jristau1984 moved this from Done to Done - Long Term Storage in Arbi-BOM Sep 30, 2024
regisb added a commit to regisb/edx-lint that referenced this issue Nov 9, 2024
The constraint on event tracking is causing packages that depend on event-tracking (such as edx-search) to require pymongo==3.3.13, which is turn breaking other packages, such as openedx/forum. This requirement is no longer necessary since July 31st 2024 when this issue was closed: openedx/edx-platform#34586
Edx-platform now runs pymongo=4.4.0: https://github.com/openedx/edx-platform/blob/master/requirements/edx/base.txt
UsamaSadiq pushed a commit to openedx/edx-lint that referenced this issue Nov 12, 2024
The constraint on event tracking is causing packages that depend on event-tracking (such as edx-search) to require pymongo==3.3.13, which is turn breaking other packages, such as openedx/forum. This requirement is no longer necessary since July 31st 2024 when this issue was closed: openedx/edx-platform#34586
Edx-platform now runs pymongo=4.4.0: https://github.com/openedx/edx-platform/blob/master/requirements/edx/base.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants