mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Some checks are pending
Unit Tests: Proxy DB Operations / proxy-db (auth-checks, tests/proxy_unit_tests/test_auth_checks.py tests/proxy_unit_tests/test_user_api_key_auth.py, 20, 8) (push) Waiting to run
Unit Tests: Proxy DB Operations / proxy-db (key-generation, tests/proxy_unit_tests/test_key_generate_prisma.py, 30, 0) (push) Waiting to run
Unit Tests: Proxy DB Operations / proxy-db (remaining, tests/proxy_unit_tests --ignore=tests/proxy_unit_tests/test_key_generate_prisma.py --ignore=tests/proxy_unit_tests/test_auth_checks.py --ignore=tests/proxy_unit_tests/test_user_api_key_auth.py, 30, 8) (push) Waiting to run
Unit Tests: Security / security (push) Waiting to run
* bump litellm-proxy-extras version to 0.4.67 * bump litellm-proxy-extras pin to 0.4.67 in litellm pyproject * regenerate uv.lock for litellm-proxy-extras 0.4.67 * bump litellm-enterprise version to 0.1.38 * bump litellm-enterprise pin to 0.1.38 in litellm pyproject * regenerate uv.lock for litellm-enterprise 0.1.38
32 lines
711 B
TOML
32 lines
711 B
TOML
[project]
|
|
name = "litellm-proxy-extras"
|
|
version = "0.4.67"
|
|
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
license-files = ["LICENSE"]
|
|
authors = [
|
|
{ name = "BerriAI" },
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://litellm.ai"
|
|
Repository = "https://github.com/BerriAI/litellm"
|
|
Documentation = "https://docs.litellm.ai"
|
|
|
|
[build-system]
|
|
requires = ["uv_build==0.10.7"]
|
|
build-backend = "uv_build"
|
|
|
|
[tool.uv]
|
|
required-version = "==0.10.9"
|
|
|
|
[tool.uv.build-backend]
|
|
module-root = ""
|
|
|
|
[tool.commitizen]
|
|
version = "0.4.67"
|
|
version_files = [
|
|
"pyproject.toml:^version",
|
|
"../pyproject.toml:litellm-proxy-extras==",
|
|
]
|