Skip to content

Commit 0a2defb

Browse files
committed
fix: Duplicate statements in Vector
event-routing-backends is upgraded so that it emits each statement only once to this log in 5.5.0, so I'm upgrading it.
1 parent 796f7dd commit 0a2defb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutoraspects/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"OPENEDX_EXTRA_PIP_REQUIREMENTS",
4141
[
4242
"openedx-event-sink-clickhouse==0.1.0",
43-
"edx-event-routing-backends==5.3.1",
43+
"edx-event-routing-backends==5.5.0",
4444
],
4545
),
4646
# ClickHouse xAPI settings

0 commit comments

Comments
 (0)