explosion / weasel

🦦 weasel: A small and easy workflow system
MIT License
63 stars 8 forks source link

Extend to typer<1.0.0 to match SpaCy #87

Closed aymenkrifa closed 4 months ago

aymenkrifa commented 4 months ago

Description

FastAPI standard (starting from version 0.111.0) added a fastapi-cli package that now only supports the typer package to be typer >= 0.12.3, installing both FastAPI (>=0.111.0) and SpaCy causes a conflict since weasel's Typer version is 0.10.0 -> Extend the Typer version to typer<1.0.0 to match SpaCy's version.

Types of change

Package upgrade

Checklist

svlandeg commented 4 months ago

Thanks! We'll get this fixed.

svlandeg commented 4 months ago

It looks like the CI is failing because of an unrelated issue, I'll look into that separately first.

[EDIT: fixed 🎉]

svlandeg commented 4 months ago

Weasel v0.4.1 is now released!

aymenkrifa commented 4 months ago

Awesome, thank you @svlandeg :tada: