Skip to content
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

Bump the version-all group with 4 updates #5649

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the version-all group with 4 updates: litellm, python-multipart, boto3 and modal.

Updates litellm from 1.55.2 to 1.55.3

Release notes

Sourced from litellm's releases.

v1.55.3

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.55.2...v1.55.3

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.55.3

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 250.0 281.1265187306242 6.1657490001280255 0.0033418693767631575 1845 1 119.36488499998177 3755.8482019999815
Aggregated Passed ✅ 250.0 281.1265187306242 6.1657490001280255 0.0033418693767631575 1845 1 119.36488499998177 3755.8482019999815
Commits

Updates python-multipart from 0.0.19 to 0.0.20

Release notes

Sourced from python-multipart's releases.

Version 0.0.20

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.19...0.0.20

Changelog

Sourced from python-multipart's changelog.

0.0.20 (2024-12-16)

  • Handle messages containing only end boundary #142.
Commits

Updates boto3 from 1.35.81 to 1.35.82

Commits
  • 779fa6d Merge branch 'release-1.35.82'
  • aa34e78 Bumping version to 1.35.82
  • 3d8980f Add changelog entries from botocore
  • 835792a Merge branch 'release-1.35.81' into develop
  • See full diff in compare view

Updates modal from 0.68.21 to 0.68.26

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.68.24 (2024-12-16)

  • The modal run CLI now has a --write-result option. When you pass a filename, Modal will write the return value of the entrypoint function to that location on your local filesystem. The return value of the function must be either str or bytes to use this option; otherwise, an error will be raised. It can be useful for exercising a remote function that returns text, image data, etc.
Commits
  • 6897c8d [auto-commit] [skip ci] Bump the build number
  • 439f3b7 Dumb typo: AppLayout.objects not object (#2671)
  • 81d5924 [auto-commit] [skip ci] Bump the build number
  • 64b9af7 Support file_io async context manager (#2668)
  • d185aec [auto-commit] [skip ci] Bump the build number
  • da5127e Add --write-result flag to modal run to save function return values local...
  • 087247b [auto-commit] [skip ci] Bump the build number
  • 5b6f978 Proto prep for deprecating AppGetObjects (#2665)
  • 6885f2b [auto-commit] [skip ci] Bump the build number
  • 8f81e00 CLI-287: add changelog that should have been in previous PR (#2669)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the version-all group with 4 updates: [litellm](https://github.com/BerriAI/litellm), [python-multipart](https://github.com/Kludex/python-multipart), [boto3](https://github.com/boto/boto3) and [modal](https://github.com/modal-labs/modal-client).


Updates `litellm` from 1.55.2 to 1.55.3
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.55.2...v1.55.3)

Updates `python-multipart` from 0.0.19 to 0.0.20
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.19...0.0.20)

Updates `boto3` from 1.35.81 to 1.35.82
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.81...1.35.82)

Updates `modal` from 0.68.21 to 0.68.26
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.68.21...v0.68.26)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 17, 2024
Copy link
Collaborator

@enyst enyst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be good to merge, unfortunately I don't think the litellm upgrade will make a difference significant for us without #5636

Cc: @mamoodi fyi

@enyst enyst merged commit dc3e43b into main Dec 17, 2024
26 checks passed
@enyst enyst deleted the dependabot/pip/version-all-3eb968db46 branch December 17, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant