Chainlit / literalai-typescript

https://docs.literalai.com
Apache License 2.0
4 stars 0 forks source link

fix(deps): require correct minor versions #39

Closed Dam-Buty closed 2 months ago

Dam-Buty commented 2 months ago

The change i made earlier introduced some dependency hell that basically affects all of our cookbook projects.

The symptom is that if you try to update the literalai/client dependency on any of the projects, you will get an error where it either will refuse to install (because of incompatible peer deps), or gets installed but then crashes on runtime.

I've tested on all typescript cookbooks, and while upgrading to v0.508 doesn't work, upgrading to this version directly works.