bump: version 1.90.4

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
mateo 2026-07-07 20:42:35 +00:00
parent afc2435a6d
commit 327d0fb4a3
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.90.3"
version = "1.90.4"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -272,7 +272,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.90.3"
version = "1.90.4"
version_files = [
"pyproject.toml:^version",
]

2
uv.lock generated
View file

@ -3245,7 +3245,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.90.3"
version = "1.90.4"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },