chore: Pin algoliasearch to v3

Recently algoliasearch released the new major version v4 of its Python client and it has multiple breaking changes, which will impact one of the edX platform plugins. So we must make that plugin compatible with algoliasearch v4 before upgrading this package.

Changelog: https://algolia.com/doc/libraries/python/v4/upgrade/
This commit is contained in:
Muhammad Soban Javed
2024-08-21 19:17:32 +05:00
parent 860ca3c204
commit a8ee9a6ca8

View File

@@ -12,6 +12,12 @@
# This file contains all common constraints for edx-repos
-c common_constraints.txt
# Date: 2024-08-21
# Description: This is the major upgrade of algoliasearch python client and it will
# break one of the edX' platform plugin, so we need to make that compatible first.
# Ticket: https://github.com/openedx/edx-platform/issues/35334
algoliasearch<4.0.0
# As it is not clarified what exact breaking changes will be introduced as per
# the next major release, ensure the installed version is within boundaries.
celery>=5.2.2,<6.0.0