#11484 [Bug]: uvicorn dependency version too low
### 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 โฆ