bump: version 1.100.2

This commit is contained in:
mateo-berri 2026-09-19 12:13:22 -07:00
parent fff43dfc05
commit 1a14aadd03
2 changed files with 3 additions and 3 deletions

View file

@ -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",
]

2
uv.lock generated
View file

@ -4266,7 +4266,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.100.1"
version = "1.100.2"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },