upgrade litellm to support gpt5 reasoning (#3218)

This commit is contained in:
Shuchang Zheng
2025-08-17 16:39:37 -07:00
committed by GitHub
parent b342ed74e3
commit c1b676f85e
4 changed files with 22 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ python-multipart = "^0.0.18"
toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
litellm = ">=1.73.6"
litellm = ">=1.75.8"
playwright = [
{version = ">1.46.0", python = ">=3.12,<3.14"},
{version = "=1.46.0", python = ">=3.11,<3.12"}