guardrails-ai / guardrails

Adding guardrails to large language models.
https://www.guardrailsai.com/docs
Apache License 2.0
3.6k stars 259 forks source link

[feat] Test wider version support of typer #853

Open CalebCourier opened 1 week ago

CalebCourier commented 1 week ago

Description Some users encounter dependency version conflicts with typer: the library we use to facilitate the cli. We should test the cli with the newer versions and expand our version range if possible.

Why is this needed Users using other libraries like fastapi-cli may encounter version mismatch errors from pip.

Implementation details Update to the various minor versions of typer and regression test cli.

End result Wider range of typer versions supported.