litellm/enterprise/pyproject.toml
yuneng-jiang 46d2861001
chore(ci): bump deps (#30899)
* bump: version 0.1.42 → 0.1.43

* bump: version 1.89.0 → 1.90.0

* adding uv lock
2026-06-20 15:40:03 -07:00

33 lines
699 B
TOML

[project]
name = "litellm-enterprise"
version = "0.1.43"
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.43"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-enterprise==",
]