mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
a074d1d68b
Cherry-pick source-only changes from litellm_table_patch, excluding build artifacts from the incident response period. - Remove destructive DROP COLUMN migration (20260311180521_schema_sync) - Remove now-unnecessary restore migration (20260327232350) - Bump litellm-proxy-extras 0.4.60 → 0.4.61 - Add regression test to block future DROP COLUMN migrations - Fix double error handling in getTeamPermissionsCall Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
821 B
TOML
30 lines
821 B
TOML
[tool.poetry]
|
|
name = "litellm-proxy-extras"
|
|
version = "0.4.61"
|
|
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
|
|
authors = ["BerriAI"]
|
|
readme = "README.md"
|
|
|
|
|
|
[tool.poetry.urls]
|
|
homepage = "https://litellm.ai"
|
|
Homepage = "https://litellm.ai"
|
|
repository = "https://github.com/BerriAI/litellm"
|
|
Repository = "https://github.com/BerriAI/litellm"
|
|
documentation = "https://docs.litellm.ai"
|
|
Documentation = "https://docs.litellm.ai"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8.1,<4.0, !=3.9.7"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.commitizen]
|
|
version = "0.4.61"
|
|
version_files = [
|
|
"pyproject.toml:version",
|
|
"../requirements.txt:litellm-proxy-extras==",
|
|
"../pyproject.toml:litellm-proxy-extras = {version = \""
|
|
] |