bump: version 1.98.1

This commit is contained in:
mateo-berri 2026-09-19 12:20:58 -07:00
parent 79960073b1
commit c32db1b512
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.98.0"
version = "1.98.1"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.15"
@ -306,7 +306,7 @@ members = ["enterprise", "litellm-proxy-extras"]
profile = "black"
[tool.commitizen]
version = "1.98.0"
version = "1.98.1"
version_files = [
"pyproject.toml:^version",
]

2
uv.lock generated
View file

@ -4194,7 +4194,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.98.0"
version = "1.98.1"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },