refactor(auth_v2): move module under litellm/proxy/auth_v2

The module imports FastAPI and is proxy-only, so it belongs under litellm/proxy
beside the legacy litellm/proxy/auth rather than at the top level. git mv
preserves history; the package is self-contained so the relative imports are
unchanged, and the scim2-models mypy override is path-independent.
This commit is contained in:
Yassin Kortam 2026-06-10 18:28:14 -07:00
parent 55a332bb91
commit 104a5e1443
12 changed files with 0 additions and 0 deletions