feat(litellm): Add async callbacks#5969
feat(litellm): Add async callbacks#5969alexander-alderman-webb wants to merge 9 commits intowebb/litellm/rate-limit-mockfrom
Conversation
Codecov Results 📊✅ 13 passed | Total: 13 | Pass Rate: 100% | Execution Time: 9.93s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ❌ Patch coverage is 0.00%. Project has 14931 uncovered lines. Files with missing lines (1)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 25.00% 29.75% +4.75%
==========================================
Files 191 191 —
Lines 21241 21254 +13
Branches 6980 6988 +8
==========================================
+ Hits 5310 6323 +1013
- Misses 15931 14931 -1000
- Partials 432 477 +45Generated by Codecov Action |
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Litellm
Other
Bug Fixes 🐛Anthropic
Other
Internal Changes 🔧
Other
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c5063a0. Configure here.

Description
Add asynchronous variants of callbacks to
litellm.input_callbackandlitellm.success_callbackIssues
Reminders
tox -e linters.feat:,fix:,ref:,meta:)