diff --git a/tutoraspects/patches/openedx-common-settings b/tutoraspects/patches/openedx-common-settings index 6fecc7997..8591f2d3c 100644 --- a/tutoraspects/patches/openedx-common-settings +++ b/tutoraspects/patches/openedx-common-settings @@ -7,7 +7,6 @@ EVENT_SINK_CLICKHOUSE_BACKEND_CONFIG = { "timeout_secs": {{ ASPECTS_EVENT_SINK_CLICKHOUSE_TIMEOUT_SECS }} } SUPERSET_CONFIG = { - "internal_service_url": "http://superset:{{ SUPERSET_PORT }}/", "service_url": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ SUPERSET_HOST }}", "username": "{{ SUPERSET_LMS_USERNAME }}", "password": "{{ SUPERSET_LMS_PASSWORD }}", diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 85231c588..ac698de45 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -41,7 +41,7 @@ ( "OPENEDX_EXTRA_PIP_REQUIREMENTS", [ - "platform-plugin-aspects==0.3.0", + "platform-plugin-aspects==0.3.1", "edx-event-routing-backends==v8.1.1", ], ),