bump litellm version to 0.1.28

This commit is contained in:
Sameer Kankute 2026-01-15 11:35:49 +05:30
parent dca42047b9
commit 7fa8ef620b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm-enterprise"
version = "0.1.27"
version = "0.1.28"
description = "Package for LiteLLM Enterprise features"
authors = ["BerriAI"]
readme = "README.md"
@ -22,7 +22,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "0.1.27"
version = "0.1.28"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-enterprise==",

View File

@ -69,4 +69,4 @@ openapi-core==0.21.0 # for OpenAPI compliance tests
########################
# LITELLM ENTERPRISE DEPENDENCIES
########################
litellm-enterprise==0.1.27
litellm-enterprise==0.1.28