litellm/docs/my-website/docs/tutorials
stuxf a6c30b30bf
build: migrate packaging, CI, and Docker from Poetry to uv (#25007)
* build: migrate packaging metadata to uv

* ci: move automation and local tooling to uv

* docker: migrate image builds and runtime setup to uv

* docs: update install and deployment guidance for uv

* chore: align auxiliary scripts and tests with uv

* test: harden test_litellm isolation

* fix: keep release and health check images self-contained

* build: pin uv tooling and health check deps

* test: isolate bedrock image request formatting from suite state

* test: cover sandbox executor requirements flow

* ci: fix circleci no-op command steps

* ci: fix circleci publish workflow parsing

* fix: stabilize remaining uv migration CI checks

* ci: increase matrix test timeout headroom

* fix: restore published docker and license coverage

* fix: restore proxy runtime build parity

* fix: restore proxy extras parity and venv migrations

* ci: persist uv path across circleci steps

* fix: keep psycopg binary in default test env

* docker: preserve prisma cache across stages

* test: run local proxy checks through uv python

* build: restore runtime deps moved into ci

* build: refresh uv lock after upstream merge

* fix: restore module import in test_check_migration after merge

The conflict resolution imported only the function but the test body
references check_migration as a module throughout.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: revert dependency promotions, remove nodejs-wheel-binaries, fix Docker layer caching

- Move google-generativeai, Pillow, tenacity back to ci group (they are
  lazily imported and bloat the base SDK install needlessly)
- Remove nodejs-wheel-binaries from extra_proxy and proxy-dev (redundant
  in Docker where system Node.js is already installed via apk)
- Remove all nodejs-wheel node replacement and venv npm patching blocks
  from Dockerfiles since the wheel is no longer installed
- Add --no-default-groups to CodSpeed benchmark workflow so the benchmark
  environment matches the old minimal pip install footprint
- Apply standard uv two-phase Docker pattern: copy metadata first, install
  deps (cached layer), then copy source and install project
- Replace CircleCI enterprise no-op with proper uv sync command

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: regenerate uv.lock after removing nodejs-wheel-binaries

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): use cache/restore instead of cache to prevent cache poisoning

The old workflow used actions/cache/restore (read-only). The uv migration
changed it to actions/cache (read-write), which zizmor flags as a cache
poisoning risk. Restore the safer read-only variant.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): disable setup-uv built-in cache to silence cache-poisoning alert

The setup-uv action enables caching by default, which zizmor flags as a
cache poisoning risk. Disable it since we already use a read-only
cache/restore step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): disable setup-uv cache in publish workflow

Silences zizmor cache-poisoning alert. Publishing workflow runs
infrequently on protected branches so caching adds no real benefit.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(test): remove duplicate verbose_logger mock in test_check_migration

The logger was patched twice — first via mocker.patch() then via
mocker.patch.object(autospec=True). The second call fails because
autospec cannot inspect an already-mocked attribute. Remove the
redundant first patch.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ci): free disk space before Docker build in test-server-root-path

The Dockerfile.non_root build ran out of disk on the CI runner. Remove
Android SDK, .NET, Boost, and GHC toolchains (~12GB) to free space.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 11:46:23 -07:00
..
litellm_Test_Multiple_Providers_files updates to docs 2023-08-27 22:26:17 -07:00
anthropic_file_usage.md Litellm doc fixes 05 31 2025 (#11305) 2025-06-01 00:53:56 -07:00
azure_openai.md update docs 2023-09-14 10:47:40 -07:00
claude_agent_sdk.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
claude_code_beta_headers.md Add support sync with remote URL for beta headers 2026-02-13 15:49:42 +05:30
claude_code_byok.md feat(proxy): client-side provider API key precedence for Anthropic /v1/messages 2026-03-06 18:20:46 +05:30
claude_code_customer_tracking.md [Docs Guide] Litellm claude code end user tracking (#19176) 2026-01-15 18:32:58 -08:00
claude_code_max_subscription.md Litellm cc docs max (#19466) 2026-01-20 20:08:36 -08:00
claude_code_plugin_marketplace.md Litellm ishaan march 20 (#24303) 2026-03-21 12:40:11 -07:00
claude_code_prompt_cache_routing.md feat: add support for anthropic_messages call type in prompt caching (#19233) 2026-02-07 22:51:06 -08:00
claude_code_skills.md docs: add Claude Code skills page for litellm-skills (#23642) 2026-03-14 13:24:16 -07:00
claude_code_websearch.md add img to doc 2026-01-17 18:05:16 -08:00
claude_mcp.md docs: fix Claude Code MCP tutorial with correct config and URL patterns (#21145) 2026-02-13 12:12:38 -08:00
claude_non_anthropic_models.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
claude_responses_api.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
compare_llms.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
compare_llms_2.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
copilotkit_sdk.md Apply suggestion from @greptile-apps[bot] 2026-02-04 11:56:17 +05:30
cost_tracking_coding.md docs fix 2025-08-02 16:47:44 -07:00
cursor_integration.md docs: add cursor with mcp 2026-01-18 06:51:09 +09:00
default_team_self_serve.md (Tutorial) Onboard Users for AI Exploration (#11955) 2025-06-21 16:54:23 -07:00
elasticsearch_logging.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
eval_suites.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
fallbacks.md Update docs/my-website/docs/tutorials/fallbacks.md 2026-03-02 16:03:55 -05:00
file_search_responses_api.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
finetuned_chat_gpt.md Table format fix and Typo 2024-06-06 22:29:59 +09:30
first_playground.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
gemini_realtime_with_audio.md LiteLLM Stable release notes (#10919) 2025-05-17 17:54:25 -07:00
github_copilot_integration.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
google_adk.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
google_genai_sdk.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
gradio_integration.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
huggingface_codellama.md update docs 2023-09-28 22:39:48 -07:00
huggingface_tutorial.md docs: add languages to code blocks 2023-09-12 15:02:11 -05:00
index.md docs: sidebar updates, letta resources links, Google GenAI SDK, cost tracking order 2026-03-18 04:28:06 +05:30
installation.md Refactor documentation structure and enhance content 2026-03-17 02:40:46 +05:30
instructor.md Update instructor.md (#10549) 2025-05-05 21:15:53 -07:00
litellm_gemini_cli.md Litellm fix update bedrock models (#24947) 2026-04-01 19:22:54 -07:00
litellm_proxy_aporia.md Use the -d flag in docs instead of -D (#12179) 2025-06-30 15:25:42 -07:00
litellm_qwen_code_cli.md Litellm fix update bedrock models (#24947) 2026-04-01 19:22:54 -07:00
litellm_Test_Multiple_Providers.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
livekit_xai_realtime.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
lm_evaluation_harness.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
mock_completion.md docs 2023-09-15 12:35:16 -07:00
model_config_proxy.md docs(proxy_server.md): add logs, save keys, model fallbacks, config file template to proxy server docs 2023-10-14 10:52:01 -07:00
model_fallbacks.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
msft_sso.md docs: clarify that models sub-field only applies to SSO auto-created teams 2026-04-02 16:00:20 -07:00
oobabooga.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
openai_agents_sdk.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
openai_codex.md docs: replace ghcr link with docker.litellm.ai 2025-12-16 08:35:45 +05:30
openclaw_integration.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
opencode_integration.md Fix docs 2026-03-24 09:44:04 +05:30
openweb_ui.md Docs update on user header mapping (#14527) 2025-09-13 16:58:10 -07:00
presidio_pii_masking.md fix(guardrails): prevent presidio crash on non-json responses 2026-02-25 16:11:24 +05:30
prompt_caching.md [Fix] Anthropic cache_control incorrectly applied to all content items instead of last item only (#15699) 2025-10-18 15:18:08 -07:00
provider_specific_params.md docs(completion-docs): adds more details on provider-specific params 2023-10-07 13:49:30 -07:00
retool_assist.md Add Retool Assist tutorial with LiteLLM Proxy to docs (#21952) 2026-03-11 13:17:08 -07:00
scim_litellm.md Scim docs updated with user removal behavior 2025-09-08 09:20:00 -07:00
tag_management.md [Docs] v1.66.0-stable fixes (#9953) 2025-04-12 16:57:25 -07:00
text_completion.md add text_completion 2023-08-28 08:20:20 -07:00
TogetherAI_liteLLM.md build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
vertex_ai_pay_go.md Fix greptile review 2026-03-18 18:07:25 +05:30