Metadata-Version: 2.4
Name: litellm-proxy-extras
Version: 0.4.72
Summary: Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
Author: BerriAI
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Project-URL: Homepage, https://litellm.ai
Project-URL: Repository, https://github.com/BerriAI/litellm
Project-URL: Documentation, https://docs.litellm.ai
Description-Content-Type: text/markdown

Additional files for the proxy. Reduces the size of the main litellm package.

Currently, only stores the migration.sql files for litellm-proxy.

To install, run:

```bash
uv add litellm-proxy-extras
```
OR 

```bash
uv tool install 'litellm[proxy]' # installs litellm-proxy-extras and other proxy dependencies
```

To use the migrations, run:

```bash
litellm --use_prisma_migrate
```
