bump: version 0.1.38 → 0.1.39

This commit is contained in:
Yuneng Jiang 2026-04-25 19:31:49 -07:00
parent 67628a60c3
commit 92c1e9b63c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "litellm-enterprise"
version = "0.1.38"
version = "0.1.39"
description = "Package for LiteLLM Enterprise features"
readme = "README.md"
requires-python = ">=3.9"
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
module-root = ""
[tool.commitizen]
version = "0.1.38"
version = "0.1.39"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-enterprise==",

View File

@ -53,7 +53,7 @@ proxy = [
"azure-storage-blob==12.28.0",
"mcp==1.26.0",
"litellm-proxy-extras==0.4.69",
"litellm-enterprise==0.1.38",
"litellm-enterprise==0.1.39",
"RestrictedPython==8.1",
"rich==13.9.4",
"polars==1.38.1",