Broken 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

# dnf update
Last metadata expiration check: 0:46:22 ago on Wed 17 Aug 2022 09:01:30 AM UTC.
Error: 
 Problem: package python3-libdnf-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
  - cannot install both libdnf-0.63.0-8.1.el8_6.alma.x86_64 and libdnf-0.63.0-8.el8.alma.x86_64
  - cannot install both libdnf-0.63.0-8.el8.alma.x86_64 and libdnf-0.63.0-8.1.el8_6.alma.x86_64
  - cannot install the best update candidate for package libdnf-0.63.0-8.el8.alma.x86_64
  - problem with installed package python3-libdnf-0.63.0-8.el8.alma.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

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

# 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)

Please help me solve this problem