From 4eecf7a050e7acea105b94a819520d85933c4e7c Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Thu, 30 Jul 2026 12:12:13 -0700 Subject: [PATCH] bump: litellm 1.95.0 -> 1.96.0 (#35254) --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e15bf1351dd..93fb32da464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.95.0" +version = "1.96.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.15" @@ -302,7 +302,7 @@ members = ["enterprise", "litellm-proxy-extras"] profile = "black" [tool.commitizen] -version = "1.95.0" +version = "1.96.0" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 08d10667fb1..d30f2df0a0e 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-07-24T16:43:28.506903Z" +exclude-newer = "2026-07-27T18:40:42.08538Z" exclude-newer-span = "P3D" [manifest] @@ -4116,7 +4116,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.95.0" +version = "1.96.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },