mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
The first commit imported ReadOnly from typing, which only exists on Python 3.13 and up. CircleCI runs this suite on 3.12, so the module failed at import and the job stopped at collection before any of its tests ran. ReadOnly and TypedDict now come from typing_extensions, like the rest of the repo A new test resolves the Vertex deployment's location from the suite's config with VERTEXAI_LOCATION set to a region, and fails if the vertex_location line is removed The expected minimum backoff is now derived from litellm's INITIAL_RETRY_DELAY and MAX_RETRY_DELAY, so the test holds when those are overridden through the environment |
||
|---|---|---|
| .. | ||
| base_google_genai_proxy_sdk_test.py | ||
| base_google_test.py | ||
| base_interactions_test.py | ||
| conftest.py | ||
| google_genai_proxy_test_config.yaml | ||
| test_gemini_interactions.py | ||
| test_google_ai_studio.py | ||
| test_google_genai_proxy_test_config.py | ||
| test_litellm_responses_bridge.py | ||
| test_vertex_ai_native.py | ||
| test_vertex_anthropic.py | ||
| vertex_key.json | ||