Skip to content

api: fix merged version changing on every call

David Caro requested to merge fix_version into main

It turns out that the lru cache is returning the same object, so on every call it's incrementing the version that had used in the previous call.

Signed-off-by: David Caro dcaro@wikimedia.org

Merge request reports