Getting error whenever opening Discover after Fedora 43 upgrade

I just upgraded from Fedora 42 to 43, and now whenever I open the Discover app I get the following error:

Could not depsolve transaction; 1 problem detected:
 Problem: The operation would result in removing the following protected packages: systemd, systemd-udev

Does anyone know how to resolve this?

Thanks,

I am wondering what happens if you try doing manual updates from the command line. Will you get the same message? I did Google “Could not depsolve transaction” and there were lots of hits for it… Maybe give that a try.

I tried doing dnf update and dnf upgrade, but there are no updates available. No error message though.

I believe using “update” or “upgrade” are the same thing. You can always try sudo dnf --refresh update as well…

In my own case, Gnome Software showed upgrades while DNF did not.

But with “dnf check-upgrades” I got the same upgrades as Gnome Software and after that “dnf upgrade” found them.

So now I always do both commands.