Error update AlmaLinux 8.6

Hi, Community!
There is a problem with updating in Almalinux 8.6,
when trying to run a dnf update, it complains about conflicting packages libdnf-0.63.0-8.1.el8_6.alma.x86_64 and libdnf-0.63.0-8.el8.alma.x86_64 for the python3-libdnf package

When trying to reinstall the libdnf package, it swears at a non-existent python3-hawkey package, which is not in the system, not in the repository

[Alma ]# dnf remove libdnf
Error:
Problem: package python3-hawkey-0.63.0-8.el8.alma.x86_64 requires libdnf.so.2()(64bit), but none of the providers can be installed
– package python3-hawkey-0.63.0-8.el8.alma.x86_64 requires libdnf(x86-64) = 0.63.0-8.el8.alma, but none of the providers can be installed
– conflicting requests
– problem with installed package python3-hawkey-0.63.0-8.el8.alma.x86_64
(try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)

There is one caveat, earlier Almalinux 8 was obtained through the update of CentOS 7.9 using leapp

Please help me solve this problem

Issue resolved!
The problem was in the yum.conf configuration, python was registered in the exception

Accordingly, when it was removed from the exception, everything was correctly updated
The question can be closed.