mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Fix tests
This commit is contained in:
parent
5223f5cbb3
commit
fbfd8bbe55
2 changed files with 2 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ build-backend = "uv_build"
|
|||
|
||||
[tool.uv]
|
||||
default-groups = ["dev"]
|
||||
required-version = "==0.10.9"
|
||||
required-version = ">=0.10.9"
|
||||
exclude-newer = "3 days"
|
||||
|
||||
[tool.uv.sources]
|
||||
|
|
|
|||
|
|
@ -856,6 +856,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
|
|||
"supports_adaptive_thinking": {"type": "boolean"},
|
||||
"supports_service_tier": {"type": "boolean"},
|
||||
"supports_preset": {"type": "boolean"},
|
||||
"supports_output_config": {"type": "boolean"},
|
||||
"tool_use_system_prompt_tokens": {"type": "number"},
|
||||
"tpm": {"type": "number"},
|
||||
"provider_specific_entry": {"type": "object"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue