litellm/litellm-rust/crates/python-bridge/src
Yujong Lee 8d2476465f fix(rust): honor environment proxies by default and name the cause in transport errors
Python's aiohttp transport reads HTTP(S)_PROXY on every request unless disable_aiohttp_trust_env is set, so the Rust clients now do the same instead of requiring aiohttp_trust_env. Transport error messages include reqwest's source chain, so a rejected certificate or refused connection is no longer reported as just 'error sending request'
2026-09-18 17:58:07 -07:00
..
routes fix(rust): match Python proxy, ssl_verify and client expiry behavior in the http pool 2026-09-18 17:37:08 -07:00
credentials.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
diagnostics.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
errors.rs refactor(rust): move OCR provider code into litellm-llms and delete core/src/llms 2026-09-17 22:29:08 -07:00
http.rs fix(rust): honor environment proxies by default and name the cause in transport errors 2026-09-18 17:58:07 -07:00
lib.rs refactor(rust): read litellm HTTP globals through one Python shim and tighten the http pool 2026-09-18 17:23:26 -07:00
marshal.rs add streaming message 2026-09-18 15:45:08 -07:00
python_settings.rs fix(rust): match Python proxy, ssl_verify and client expiry behavior in the http pool 2026-09-18 17:37:08 -07:00
token_counter.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00