Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dependency on typer, which is no longer supported/updated #65

Closed
mborsetti opened this issue Aug 20, 2021 · 3 comments
Closed

Comments

@mborsetti
Copy link

Typer is creating dependency conflict hell, and turns out "It’s not clear if this project will be maintained in a sustainable way in the future or not." If there's a way to use some other package or built-in functionality it would be welcomed.

fastapi/typer#313:

A nontrivial patch is required (#280, #278) since this library depends heavily on click 7.x internals.

The project is maintained solely by @tiangolo.

It’s not clear if this project will be maintained in a sustainable way in the future or not.

@tiangolo
Copy link
Contributor

I just released Typer 0.4.0, which is compatible with both Click 7 and Click 8. 🎉

Upgrading Typer would handle it.

@justindujardin
Copy link
Owner

@mborsetti can you confirm if you still have problems after the 0.4.0 release of typer?

Pathy uses a >=0.3.0,<1.0.0 range for typer, so hopefully we shouldn't need to update anything. 🤞

@mborsetti
Copy link
Author

@justindujardin Thanks! No problems with Pathy, works like a charm. Really appreciate your meaningful contribution to reducing dependency gridlock!

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

No branches or pull requests

3 participants