bump: version 1.90.6 → 1.90.7

This commit is contained in:
Yuneng Jiang 2026-08-08 01:15:44 -07:00
parent 61b856a7e2
commit bb3624c428
No known key found for this signature in database

View file

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