fix: update proxy_server.py (+1 more)#11
Open
aproorg-repo-reader[bot] wants to merge 1 commit into
Open
Conversation
Author
|
The |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Comment on lines
+707
to
+709
| from litellm.llms.custom_httpx.async_client_cleanup import ( | ||
| close_litellm_async_clients, | ||
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change was prepared automatically by the autofixer in response to a reported bug.
Best-effort fix — not fully verified. The harness reproduced the bug and this is the agent's complete fix, but it did not pass every check the harness generated (a hard, multi-part bug). Review carefully before merging; not auto-deployed.
Changed files
litellm/proxy/proxy_server.py(+6/-0)tests/test_litellm/proxy/proxy_server/test_lifecycle.py(+32/-0)2 file(s), +38/-0 (full patch omitted — see the diff)
The harness reproduced the bug (3 round(s), 1 witness(es)); this fix did not pass every generated check (see the note above).
Auto-applied to
apro-dev— review and merge to promote to prod.