From 1a14aadd0387413a7278d2bf74ebf7bf30e80f63 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:13:22 -0700 Subject: [PATCH] bump: version 1.100.2 --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1046e00b77f..51a60f8fa7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.100.1" +version = "1.100.2" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.15" @@ -311,7 +311,7 @@ members = ["enterprise", "litellm-proxy-extras"] profile = "black" [tool.commitizen] -version = "1.100.1" +version = "1.100.2" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 8ecd86e018b..84b9d1f6426 100644 --- a/uv.lock +++ b/uv.lock @@ -4266,7 +4266,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.100.1" +version = "1.100.2" source = { editable = "." } dependencies = [ { name = "aiohttp" },