#27746 [Bug]: Uvicorn version is too old again
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Uvicorn was pinned to >=0.32.1, <1.0.0 between versions [1.81.14-stable](https://github.com/BerriAI/litellm/blob/v1.81.14-stable/pyproject.toml#L37) and 1.83.0-nightly . Starting from [1.83.1-nightly](https://github.com/BerriAI/litellm/blob/v1.83.3-stable/pyproject.toml#L39) onward, it was reverted to 0.33, which causes incompatibility issues with Google ADK and other libraries.
### Steps to Reproduce
1. Install litellm 1.81.14 version with proxy 2. Try to install Google ADK 3. Everything is ok 4. Install litellm last version with proxy 5. Try to install Google ADK 6. Fails
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
Proxy
### What LiteLLM version are you on ?
v1.83.14
### Twitter / LinkedIn details
_No response_