mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
The Claude Code Compatibility Matrix PR gate booted the proxy with only Anthropic + Bedrock credentials, so every Vertex AI and Azure cell (12 out of 30) failed at startup because test_config.yaml resolves VERTEXAI_CREDENTIALS, AZURE_FOUNDRY_API_KEY, and AZURE_FOUNDRY_API_BASE from the environment. Forward those three env vars from the CircleCI context so the proxy has working routes for all five providers. Also drop the leftover debug prints in basic_messaging_non_streaming/test_anthropic.py that wrote the proxy api_key to stdout (and from there to JUnit XML / CI logs). |
||
|---|---|---|
| .. | ||
| _builder_unit_tests | ||
| _driver_unit_tests | ||
| _pr_gate_unit_tests | ||
| basic_messaging_non_streaming | ||
| basic_messaging_streaming | ||
| cron_vm | ||
| extended_thinking | ||
| prompt_caching_5m | ||
| tool_use | ||
| vision | ||
| __init__.py | ||
| cli_driver.py | ||
| conftest.py | ||
| manifest.yaml | ||
| matrix_builder.py | ||
| pr_gate_version_resolver.py | ||
| sample_compatibility-matrix.json | ||
| test_config.yaml | ||