Skip to content

validate: loggable: fix Callable import

Mathieu Duponchelle requested to merge meh/gstreamer:validate-fix-callable into main

Since 3.3 importing Callable from collections is deprecated, it should be imported from collections.abc .

Since 3.10 the alias has been removed altogether.

Merge request reports