Skip to content

Remove typer constraint - #4424

Open
stevegrubb wants to merge 1 commit into
openvinotoolkit:mainfrom
stevegrubb:remove-typer-constraint
Open

Remove typer constraint#4424
stevegrubb wants to merge 1 commit into
openvinotoolkit:mainfrom
stevegrubb:remove-typer-constraint

Conversation

@stevegrubb

Copy link
Copy Markdown
Contributor

Hugging Face Hub 1.21 requires Typer >=0.20, while the OVMS Kokoro requirements want Typer <0.12. These cannot coexist.

The prior commit message says:
"spaCy imports typer.main, which was removed in Typer 0.12."

Typer 0.12.0 did have a packaging bug that could leave module files missing while upgrading from an older Typer. It was fixed in Typer 0.12.1. It was not an intentional removal of typer.main. Typer issue #790 (fastapi/typer#790)

Hugging Face Hub 1.21 requires Typer >=0.20, while the OVMS Kokoro
requirements want Typer <0.12. These cannot coexist.

The prior commit message says:
"spaCy imports typer.main, which was removed in Typer 0.12."

Typer 0.12.0 did have a packaging bug that could leave module files missing
while upgrading from an older Typer. It was fixed in Typer 0.12.1. It was
not an intentional removal of typer.main. Typer issue openvinotoolkit#790
(fastapi/typer#790)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant