-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Litellm dev 01 10 2025 p2 #7679
Merged
Merged
Conversation
This file contains 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
…are marked as extras on poetry Fixes #7677
…membership on ui allows updating user role to admin on ui
…utton on member clicked
…ia api endpoints allows team member to become admin post-add
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…thon 3.13 testing)
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
rajatvig
pushed a commit
to rajatvig/litellm
that referenced
this pull request
Jan 16, 2025
* test(test_basic_python_version.py): assert all optional dependencies are marked as extras on poetry Fixes BerriAI#7677 * docs(secret.md): clarify 'read_and_write' secret manager usage on aws * docs(secret.md): fix doc * build(ui/teams.tsx): add edit/delete button for updating user / team membership on ui allows updating user role to admin on ui * build(ui/teams.tsx): display edit member component on ui, when edit button on member clicked * feat(team_endpoints.py): support updating team member role to admin via api endpoints allows team member to become admin post-add * build(ui/user_dashboard.tsx): if team admin - show all team keys Fixes BerriAI#7650 * test(config.yml): add tomli to ci/cd * test: don't call python_basic_testing in local testing (covered by python 3.13 testing)
ishaan-jaff
added a commit
that referenced
this pull request
Jan 23, 2025
This reverts commit c478047.
ishaan-jaff
added a commit
that referenced
this pull request
Jan 24, 2025
This reverts commit a609139.
ishaan-jaff
added a commit
that referenced
this pull request
Jan 24, 2025
* Revert "JWT Auth - `enforce_rbac` support + UI team view, spend calc fix (#7863)" This reverts commit dca6904. * Revert "Litellm dev 01 10 2025 p2 (#7679)" This reverts commit c478047. * ui - allow setting guardrails on a key * working edit guardrails * fix edit guardrails on a key * Revert "Revert "JWT Auth - `enforce_rbac` support + UI team view, spend calc fix (#7863)"" This reverts commit 8f7b9ae. * Revert "Revert "Litellm dev 01 10 2025 p2 (#7679)"" This reverts commit a609139. * fix edit guardrail on ui * fix list_guardrails
jarobey
pushed a commit
to jarobey/litellm
that referenced
this pull request
Jan 28, 2025
* Revert "JWT Auth - `enforce_rbac` support + UI team view, spend calc fix (BerriAI#7863)" This reverts commit dca6904. * Revert "Litellm dev 01 10 2025 p2 (BerriAI#7679)" This reverts commit c478047. * ui - allow setting guardrails on a key * working edit guardrails * fix edit guardrails on a key * Revert "Revert "JWT Auth - `enforce_rbac` support + UI team view, spend calc fix (BerriAI#7863)"" This reverts commit 8f7b9ae. * Revert "Revert "Litellm dev 01 10 2025 p2 (BerriAI#7679)"" This reverts commit a609139. * fix edit guardrail on ui * fix list_guardrails
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.
Fixes #7677
docs(secret.md): clarify 'read_and_write' secret manager usage on aws
docs(secret.md): fix doc
build(ui/teams.tsx): add edit/delete button for updating user / team membership on ui
allows updating user role to admin on ui
build(ui/teams.tsx): display edit member component on ui, when edit button on member clicked
feat(team_endpoints.py): support updating team member role to admin via api endpoints
allows team member to become admin post-add
Fixes #7650
test(config.yml): add tomli to ci/cd
test: don't call python_basic_testing in local testing (covered by python 3.13 testing)