Fedora Account System
Red Hat Associate
Red Hat Customer
Hello, Please note that this comment was generated automatically by https://forge.fedoraproject.org/releng/tooling/src/branch/main/release-process/bug-filing/follow-policy/follow_policy.py If you feel that this output has mistakes, please open an issue at https://forge.fedoraproject.org/releng/tickets/issues Your package (python-huggingface-hub) Fails To Install in Fedora 45: can't install python3-huggingface-hub: - nothing provides (python3.15dist(typer) < 0.26~~ with python3.15dist(typer) >= 0.20) needed by python3-huggingface-hub-1.18.0-1.fc45.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-45-x86_64 --config-opts mirrored=False install python3-huggingface-hub P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
The command above works for me. And I see python-typer build in koji.
python-typer was updated to 0.26.7
*** Bug 2487022 has been marked as a duplicate of this bug. ***
$ mock -r fedora-45-x86_64 --config-opts mirrored=False install python3-huggingface-hub ... Failed to resolve the transaction: Problem: conflicting requests - nothing provides (python3.15dist(typer) < 0.26~~ with python3.15dist(typer) >= 0.20) needed by python3-huggingface-hub-1.18.0-1.fc45.noarch You can try to add to command line: --skip-broken to skip uninstallable packages
Ouch, this is a problem. It really needs the old version due to https://github.com/huggingface/huggingface_hub/pull/4272 This will likely take a few days to fix.
Hmm, at the time I shipped typer 0.26 and backported https://github.com/huggingface/huggingface_hub/pull/4270, the typer dependency was not upper-bounded, and based on the text of the backported PR, upstream appeared to believe that adding the direct dependency on click was sufficient. I guess they don’t have any tests for their CLI.
This is fixed with https://bodhi.fedoraproject.org/updates/FEDORA-2026-5321824390 due excelent cooperation of upstream.