mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 16:19:45 +00:00
* fix(logging): preserve proxy key-auth metadata on /v1/messages Langfuse traces update_from_kwargs() overwrites proxy metadata (user_api_key_hash, etc.) with Anthropic's native metadata when both exist. Merge instead of replace. * fix(test): update stale assertion for new metadata merge semantics * test: add explicit conflict-resolution test for metadata merge