litellm/enterprise/pyproject.toml
yuneng-jiang 2ed354f62b
bump: litellm-enterprise 0.1.56 -> 0.1.57, litellm-proxy-extras 0.4.86 -> 0.4.87, litellm 1.98.0 -> 1.99.0 (#37395)
enterprise/ and litellm-proxy-extras/ both changed between main and staging, so each gets a PATCH bump. The 1.98.0 line already graduated with v1.98.0-rc.1, so this promotion opens the 1.99.0 line and litellm takes its MINOR bump.

uv.lock re-resolved against the three new versions; the exclude-newer timestamp moves because the lock uses a rolling P3D window
2026-08-18 18:14:31 -07:00

33 lines
699 B
TOML

[project]
name = "litellm-enterprise"
version = "0.1.57"
description = "Package for LiteLLM Enterprise features"
readme = "README.md"
requires-python = ">=3.9"
license = "LicenseRef-Proprietary"
license-files = ["LICENSE.md"]
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.11.8"]
build-backend = "uv_build"
[tool.uv]
required-version = ">=0.10.9"
[tool.uv.build-backend]
module-root = ""
[tool.commitizen]
version = "0.1.57"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-enterprise==",
]