Skip to content

Remove Literalai dependency #2863

@KoenDesplenter

Description

@KoenDesplenter

Describe the bug
A clear and concise description of what the bug is.
Chainlit still depends on the literalai dependecy which has become non updatable and so it needs to be removed. Subdependencies of literalai are stale and prevent newer versions of langchain of being installed.

The following packages are incompatible
├─ chainlit 2.10.1** is installable and it requires
│ └─ literalai 0.1.201.* , which requires
│ └─ traceloop-sdk >=0.33.12 , which requires
│ └─ opentelemetry-instrumentation-langchain [0.38.8 |0.39.1 |...|0.53.3.* ], which requires
│ └─ langchain >=0.3.15,<0.4.0 , which can be installed;
└─ langchain 1.2.7** is not installable because it conflicts with any installable versions previously reported.

To Reproduce
Steps to reproduce the behavior:
Install the packages with the version as shown above.

Expected behavior
A clear and concise description of what you expected to happen.
The installation of chainlit and langchain to succeed.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendPertains to the Python backend.bugSomething isn't workingneeds-triage

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions