-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Comments
Merged
@feanil PR is merged, I think we should close the story or remove |
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
6 tasks
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
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-legendPlease update pymongo to version 4.4 or higher to align with our planned MongoDB upgrades.
The text was updated successfully, but these errors were encountered: