13 views

compare

-/https://github.com/berriai/litellm/issues/10177
GitHub · issue

#10177 [Feature]: Dark Mode

  • State: open
  • Author: @MrMrProgrammer
  • Labels: enhancement

### The Feature

Please add a dark theme to the UI panel. I'm going blind.

### Motivation, pitch

On the way to improving the admin panel.

### Are you a ML Ops Team?

No

### Twitter / LinkedIn details

_No response_

vs
-/https://github.com/berriai/litellm/issues/11484
GitHub · issue

#11484 [Bug]: uvicorn dependency version too low

  • State: open
  • Author: @zhiruiwang
  • Labels: bug

### What happened?

Similar to this https://github.com/BerriAI/litellm/issues/7768 issue, the new releases of litellm specifies the `uvicorn` poetry dependency as: `uvicorn = {version = "^0.29.0", optional = true}`, which is `>=0.29.0 <0.30.0` (https://github.com/conda-forge/litellm-feedstock/issues/305)

This causes dependency conflicts in projects that use `google-adk`, because `google-adk` requires `uvicorn>=0.34.0`, while litellm enforces `uvicorn<0.30.0`.

Could you please review and publish a new release with higher `uvicorn` dependency? This would greatly help avoid installation issues for downstream projects.

Thank you in advance! Let me know if there's anything else I can do to assist.

### Relevant log output

```shell The following packages are incompatible ├─ google-adk =* * is installable and it requires │ └─ uvicorn >=0.34.0 * with the potential options │ ├─ uvicorn [0.34.0|0.34.1|0.34.2|0.34.3], which can be installed; │ └─ uvicorn [0.34.0|0.34.1|0.34.2|0.34.3] would require │ └─ __win =* *, which is missing on the system; └─ litellm =* * is not installable because there are no viable options ├─ litellm [1.34.0|1.34.1|...|1.63.0] would require …

next pair

no votes on this pair in this scope yet

you’ll log in, then return to this pair to cast your vote.