deepsearch-toolkit
deepsearch-toolkit copied to clipboard
feat: relax `typer` requirement constraints
The enforced typer constraints typer<0.5.0 and >=0.4.0 seem a bit restrictive and don't allow installing it i.c.m. argilla.
Thanks @davidberenstein1957 we will have a look. I don't remember the exact reason, but if it is minor we will for sure relax it. We only have to be careful with pydantic updates, because they involve a few components.
I was just looking it up, we have already typer=^0.9.0, https://github.com/DS4SD/deepsearch-toolkit/blob/main/pyproject.toml#L43
@davidberenstein1957 is this still an issue?
It is not at the moment but if there are no major differences setting typer to something like typer>=0.7.0,typer<1 might give some bandwidth when installing with other packages.