diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index a069bd81eca..282c54962c4 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-enterprise" -version = "0.1.54" +version = "0.1.55" 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.54" +version = "0.1.55" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-enterprise==", diff --git a/litellm-proxy-extras/pyproject.toml b/litellm-proxy-extras/pyproject.toml index fc58ff68b4d..7e3e0932109 100644 --- a/litellm-proxy-extras/pyproject.toml +++ b/litellm-proxy-extras/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-proxy-extras" -version = "0.4.84" +version = "0.4.85" description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package." readme = "README.md" requires-python = ">=3.9" @@ -26,7 +26,7 @@ required-version = ">=0.10.9" module-root = "" [tool.commitizen] -version = "0.4.84" +version = "0.4.85" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-proxy-extras==", diff --git a/pyproject.toml b/pyproject.toml index f127e9d64af..1275f2d8053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.97.0" +version = "1.98.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.15" @@ -67,8 +67,8 @@ proxy = [ "azure-identity>=1.25.2,<2.0", "azure-storage-blob>=12.28.0,<13.0", "mcp>=1.28.1,<2.0", - "litellm-proxy-extras==0.4.84", - "litellm-enterprise==0.1.54", + "litellm-proxy-extras==0.4.85", + "litellm-enterprise==0.1.55", "RestrictedPython>=8.1,<9.0", "rich>=13.9.4,<14.0", "InquirerPy>=0.3.4,<1.0", @@ -306,7 +306,7 @@ members = ["enterprise", "litellm-proxy-extras"] profile = "black" [tool.commitizen] -version = "1.97.0" +version = "1.98.0" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 365d6afaebd..918eeb2b32e 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-08-08T19:31:43.729157Z" +exclude-newer = "2026-08-08T22:14:09.01009Z" exclude-newer-span = "P3D" [manifest] @@ -4194,7 +4194,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.97.0" +version = "1.98.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -4585,12 +4585,12 @@ proxy-dev = [ [[package]] name = "litellm-enterprise" -version = "0.1.54" +version = "0.1.55" source = { editable = "enterprise" } [[package]] name = "litellm-proxy-extras" -version = "0.4.84" +version = "0.4.85" source = { editable = "litellm-proxy-extras" } [[package]]