Is python3-perf a leaf package or not?

Is python3-perf a leaf package or not?

python3-perf is required by tuned

# rpm -q --whatrequires python3-perf
tuned-2.24.1-1.fc41.noarch

dnf-repoquery says that python3-perf is a leaf package

# dnf repoquery --upgrades --leaves | grep perf
Updating and loading repositories:
Repositories loaded.
python3-perf-0:6.12.4-200.fc41.aarch64

dnf-leaves says that python3-perf is not a leaf package

# dnf leaves | grep -i perf
(empty)

I wonder if specifying both --upgrades and --leaves makes dnf ignor the --leaves part.