diff --git a/lms/envs/common.py b/lms/envs/common.py index 9b1bd23913..59a6790780 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1624,10 +1624,6 @@ OPTIMIZELY_FULLSTACK_SDK_KEY = None ######################## HOTJAR ########################### HOTJAR_SITE_ID = 00000 -######################## ALGOLIA SEARCH ########################### -ALGOLIA_APP_ID = None -ALGOLIA_SEARCH_API_KEY = None - ######################## subdomain specific settings ########################### COURSE_LISTINGS = {} diff --git a/lms/envs/mock.yml b/lms/envs/mock.yml index f105d5de1a..cf99bc94a7 100644 --- a/lms/envs/mock.yml +++ b/lms/envs/mock.yml @@ -27,8 +27,6 @@ ADMIN_PORTAL_MICROFRONTEND_URL: https://admin-portal-deploy_host AFFILIATE_COOKIE_NAME: sandbox.edx.affiliate_id AI_TRANSLATIONS_API_URL: https://ai-translations.localhost/api/v1 AI_TRANSLATIONS_URL_ROOT: https://ai-translations.localhost -ALGOLIA_APP_ID: hello -ALGOLIA_SEARCH_API_KEY: '[encrypted]' ALLOWED_HOSTS: - hello ALLOW_ORPHANED_CONTENT_REMOVAL: true diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 0cdbc8bf17..6e3770634b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -13,13 +13,6 @@ # 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 - - # Date: 2020-02-26 # 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. diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 5f0f586447..ca8c205ce6 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -16,10 +16,6 @@ aiohttp==3.11.13 # openai aiosignal==1.3.2 # via aiohttp -algoliasearch==3.0.0 - # via - # -c requirements/edx/../constraints.txt - # -r requirements/edx/bundled.in amqp==5.3.1 # via kombu analytics-python==1.4.post1 @@ -1047,7 +1043,6 @@ regex==2024.11.6 # via nltk requests==2.32.3 # via - # algoliasearch # analytics-python # cachecontrol # django-oauth-toolkit diff --git a/requirements/edx/bundled.in b/requirements/edx/bundled.in index 90a0c2a2e7..61f0aed9f2 100644 --- a/requirements/edx/bundled.in +++ b/requirements/edx/bundled.in @@ -29,7 +29,6 @@ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3. edx-i18n-tools>=0.4.6 # Commands for developers and translators to extract, compile and validate translations ## Third party integrations -algoliasearch # Algolia’s API client for indexed searching django-ses # Django email backend for Amazon’s Simple Email Service mailsnake # MailChimp API; used for two management commands in the "mailing" djangoapp optimizely-sdk # Optimizely provides A/B testing and other features, used by edx.org diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 9a23ca4b5d..d212de23a1 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -36,11 +36,6 @@ alabaster==1.0.0 # via # -r requirements/edx/doc.txt # sphinx -algoliasearch==3.0.0 - # via - # -c requirements/edx/../constraints.txt - # -r requirements/edx/doc.txt - # -r requirements/edx/testing.txt amqp==5.3.1 # via # -r requirements/edx/doc.txt @@ -1833,7 +1828,6 @@ requests==2.32.3 # via # -r requirements/edx/doc.txt # -r requirements/edx/testing.txt - # algoliasearch # analytics-python # cachecontrol # django-oauth-toolkit diff --git a/requirements/edx/doc.txt b/requirements/edx/doc.txt index e4b32e2f17..5b60e812f0 100644 --- a/requirements/edx/doc.txt +++ b/requirements/edx/doc.txt @@ -25,10 +25,6 @@ aiosignal==1.3.2 # aiohttp alabaster==1.0.0 # via sphinx -algoliasearch==3.0.0 - # via - # -c requirements/edx/../constraints.txt - # -r requirements/edx/base.txt amqp==5.3.1 # via # -r requirements/edx/base.txt @@ -1278,7 +1274,6 @@ regex==2024.11.6 requests==2.32.3 # via # -r requirements/edx/base.txt - # algoliasearch # analytics-python # cachecontrol # django-oauth-toolkit diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 9992a71c84..2478405e10 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -21,10 +21,6 @@ aiosignal==1.3.2 # via # -r requirements/edx/base.txt # aiohttp -algoliasearch==3.0.0 - # via - # -c requirements/edx/../constraints.txt - # -r requirements/edx/base.txt amqp==5.3.1 # via # -r requirements/edx/base.txt @@ -1399,7 +1395,6 @@ regex==2024.11.6 requests==2.32.3 # via # -r requirements/edx/base.txt - # algoliasearch # analytics-python # cachecontrol # django-oauth-toolkit