litellm-proxy-extras


Namelitellm-proxy-extras JSON
Version 0.2.10 PyPI version JSON
download
home_pageNone
SummaryAdditional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
upload_time2025-07-12 05:08:26
maintainerNone
docs_urlNone
authorBerriAI
requires_python!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements anyio httpx openai fastapi backoff pyyaml uvicorn gunicorn uvloop boto3 redis prisma mangum pynacl google-cloud-aiplatform google-genai anthropic mcp google-generativeai async_generator langfuse prometheus_client ddtrace orjson apscheduler fastapi-sso pyjwt python-multipart Pillow azure-ai-contentsafety azure-identity azure-storage-file-datalake opentelemetry-api opentelemetry-sdk opentelemetry-exporter-otlp sentry_sdk detect-secrets cryptography tzdata litellm-proxy-extras python-dotenv tiktoken importlib-metadata tokenizers click rich jinja2 aiohttp aioboto3 tenacity pydantic jsonschema websockets litellm-enterprise
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
pip install litellm-proxy-extras
```
OR 

```bash
pip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies
```

To use the migrations, run:

```bash
litellm --use_prisma_migrate
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "litellm-proxy-extras",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "BerriAI",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ce/01/c04c4ba6302c55ee02dc88d12f4886faaa4c5b35651f97083f00573c0449/litellm_proxy_extras-0.2.10.tar.gz",
    "platform": null,
    "description": "Additional files for the proxy. Reduces the size of the main litellm package.\n\nCurrently, only stores the migration.sql files for litellm-proxy.\n\nTo install, run:\n\n```bash\npip install litellm-proxy-extras\n```\nOR \n\n```bash\npip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies\n```\n\nTo use the migrations, run:\n\n```bash\nlitellm --use_prisma_migrate\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.",
    "version": "0.2.10",
    "project_urls": {
        "Documentation": "https://docs.litellm.ai",
        "Homepage": "https://litellm.ai",
        "Repository": "https://github.com/BerriAI/litellm",
        "documentation": "https://docs.litellm.ai",
        "repository": "https://github.com/BerriAI/litellm"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce01c04c4ba6302c55ee02dc88d12f4886faaa4c5b35651f97083f00573c0449",
                "md5": "fa9a7f480e44af7a186aa6961031d92a",
                "sha256": "4c4e2f733425459099c560e3b08f71d047a4df21f96d88d17b6ceb161540eaed"
            },
            "downloads": -1,
            "filename": "litellm_proxy_extras-0.2.10.tar.gz",
            "has_sig": false,
            "md5_digest": "fa9a7f480e44af7a186aa6961031d92a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8",
            "size": 14625,
            "upload_time": "2025-07-12T05:08:26",
            "upload_time_iso_8601": "2025-07-12T05:08:26.339808Z",
            "url": "https://files.pythonhosted.org/packages/ce/01/c04c4ba6302c55ee02dc88d12f4886faaa4c5b35651f97083f00573c0449/litellm_proxy_extras-0.2.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 05:08:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BerriAI",
    "github_project": "litellm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [
        {
            "name": "anyio",
            "specs": [
                [
                    "==",
                    "4.8.0"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "==",
                    "0.28.1"
                ]
            ]
        },
        {
            "name": "openai",
            "specs": [
                [
                    "==",
                    "1.81.0"
                ]
            ]
        },
        {
            "name": "fastapi",
            "specs": [
                [
                    "==",
                    "0.115.5"
                ]
            ]
        },
        {
            "name": "backoff",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0.2"
                ]
            ]
        },
        {
            "name": "uvicorn",
            "specs": [
                [
                    "==",
                    "0.29.0"
                ]
            ]
        },
        {
            "name": "gunicorn",
            "specs": [
                [
                    "==",
                    "23.0.0"
                ]
            ]
        },
        {
            "name": "uvloop",
            "specs": [
                [
                    "==",
                    "0.21.0"
                ]
            ]
        },
        {
            "name": "boto3",
            "specs": [
                [
                    "==",
                    "1.34.34"
                ]
            ]
        },
        {
            "name": "redis",
            "specs": [
                [
                    "==",
                    "5.2.1"
                ]
            ]
        },
        {
            "name": "prisma",
            "specs": [
                [
                    "==",
                    "0.11.0"
                ]
            ]
        },
        {
            "name": "mangum",
            "specs": [
                [
                    "==",
                    "0.17.0"
                ]
            ]
        },
        {
            "name": "pynacl",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "google-cloud-aiplatform",
            "specs": [
                [
                    "==",
                    "1.47.0"
                ]
            ]
        },
        {
            "name": "google-genai",
            "specs": [
                [
                    "==",
                    "1.22.0"
                ]
            ]
        },
        {
            "name": "anthropic",
            "specs": [
                [
                    "==",
                    "0.54.0"
                ]
            ]
        },
        {
            "name": "mcp",
            "specs": [
                [
                    "==",
                    "1.10.1"
                ]
            ]
        },
        {
            "name": "google-generativeai",
            "specs": [
                [
                    "==",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "async_generator",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "langfuse",
            "specs": [
                [
                    "==",
                    "2.59.7"
                ]
            ]
        },
        {
            "name": "prometheus_client",
            "specs": [
                [
                    "==",
                    "0.20.0"
                ]
            ]
        },
        {
            "name": "ddtrace",
            "specs": [
                [
                    "==",
                    "2.19.0"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    "==",
                    "3.10.12"
                ]
            ]
        },
        {
            "name": "apscheduler",
            "specs": [
                [
                    "==",
                    "3.10.4"
                ]
            ]
        },
        {
            "name": "fastapi-sso",
            "specs": [
                [
                    "==",
                    "0.16.0"
                ]
            ]
        },
        {
            "name": "pyjwt",
            "specs": [
                [
                    "==",
                    "2.9.0"
                ]
            ]
        },
        {
            "name": "python-multipart",
            "specs": [
                [
                    "==",
                    "0.0.18"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "11.0.0"
                ]
            ]
        },
        {
            "name": "azure-ai-contentsafety",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "azure-identity",
            "specs": [
                [
                    "==",
                    "1.16.1"
                ]
            ]
        },
        {
            "name": "azure-storage-file-datalake",
            "specs": [
                [
                    "==",
                    "12.20.0"
                ]
            ]
        },
        {
            "name": "opentelemetry-api",
            "specs": [
                [
                    "==",
                    "1.25.0"
                ]
            ]
        },
        {
            "name": "opentelemetry-sdk",
            "specs": [
                [
                    "==",
                    "1.25.0"
                ]
            ]
        },
        {
            "name": "opentelemetry-exporter-otlp",
            "specs": [
                [
                    "==",
                    "1.25.0"
                ]
            ]
        },
        {
            "name": "sentry_sdk",
            "specs": [
                [
                    "==",
                    "2.21.0"
                ]
            ]
        },
        {
            "name": "detect-secrets",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "43.0.1"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2025.1"
                ]
            ]
        },
        {
            "name": "litellm-proxy-extras",
            "specs": [
                [
                    "==",
                    "0.2.10"
                ]
            ]
        },
        {
            "name": "python-dotenv",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "tiktoken",
            "specs": [
                [
                    "==",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "6.8.0"
                ]
            ]
        },
        {
            "name": "tokenizers",
            "specs": [
                [
                    "==",
                    "0.20.2"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.7.1"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "3.1.6"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.10.2"
                ]
            ]
        },
        {
            "name": "aioboto3",
            "specs": [
                [
                    "==",
                    "12.3.0"
                ]
            ]
        },
        {
            "name": "tenacity",
            "specs": [
                [
                    "==",
                    "8.2.3"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.10.2"
                ]
            ]
        },
        {
            "name": "jsonschema",
            "specs": [
                [
                    "==",
                    "4.22.0"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    "==",
                    "13.1.0"
                ]
            ]
        },
        {
            "name": "litellm-enterprise",
            "specs": [
                [
                    "==",
                    "0.1.12"
                ]
            ]
        }
    ],
    "lcname": "litellm-proxy-extras"
}
        
Elapsed time: 0.76302s