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

chore(deps): bump the version-all group with 5 updates #6169

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the version-all group with 5 updates:

Package From To
litellm 1.57.2 1.57.4
boto3 1.35.94 1.35.95
modal 0.71.8 0.72.0
ruff 0.8.6 0.9.0
openai 1.59.4 1.59.5

Updates litellm from 1.57.2 to 1.57.4

Release notes

Sourced from litellm's releases.

v1.57.4

What's Changed

Full Changelog: BerriAI/litellm@v1.57.3...v1.57.4

Docker Run LiteLLM Proxy

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

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 ✅ 200.0 218.7550845980808 6.268875045928877 0.0 1876 0 170.9488330000113 1424.4913769999812
Aggregated Passed ✅ 200.0 218.7550845980808 6.268875045928877 0.0 1876 0 170.9488330000113 1424.4913769999812

v1.57.3

Full Changelog: BerriAI/litellm@v1.57.2...v1.57.3

Docker Run LiteLLM Proxy

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

... (truncated)

Commits
  • 782b597 bump: version 1.57.3 → 1.57.4
  • 7259452 (helm) - bug fix - allow using migrationJob.enabled variable within job (#7...
  • 48d4f79 fix is llm api route check (#7631)
  • 9eb24df ci/cd run again
  • 4af2335 Allow assigning teams to org on UI + OpenAI omni-moderation cost model trac...
  • 0ffc537 Litellm dev 01 07 2025 p2 (#7622)
  • fd0a03f (feat) - allow building litellm proxy from pip package (#7633)
  • 43566e9 fix docs
  • e5717d2 update load test docs
  • 74b41d2 sort rn
  • Additional commits viewable in compare view

Updates boto3 from 1.35.94 to 1.35.95

Commits
  • 72e84a2 Merge branch 'release-1.35.95'
  • b9361b6 Bumping version to 1.35.95
  • d535b80 Add changelog entries from botocore
  • 155f63d Merge branch 'release-1.35.94' into develop
  • See full diff in compare view

Updates modal from 0.71.8 to 0.72.0

Changelog

Sourced from modal's changelog.

0.72.0 (2025-01-09)

  • The default behaviorImage.from_dockerfile() and image.dockerfile_commands() if no parameter is passed to ignore will be to automatically detect if there is a valid dockerignore file in the current working directory or next to the dockerfile following the same rules as dockerignore does using docker commands. Previously no patterns were ignored.

0.71.13 (2025-01-09)

  • FilePatternMatcher has a new constructor from_file which allows you to read file matching patterns from a file instead of having to pass them in directly, this can be used for Image methods accepting an ignore parameter in order to read ignore patterns from files.

0.71.11 (2025-01-08)

  • Modal Volumes can now be renamed via the CLI (modal volume rename) or SDK (modal.Volume.rename).

0.71.7 (2025-01-08)

  • Adds Image.from_id, which returns an Image object from an existing image id.

0.71.1 (2025-01-06)

  • Sandboxes now support fsnotify-like file watching:
from modal.file_io import FileWatchEventType
app = modal.App.lookup("file-watch", create_if_missing=True)
sb = modal.Sandbox.create(app=app)
events = sb.watch("/foo")
for event in events:
if event.type == FileWatchEventType.Modify:
print(event.paths)

0.70.1 (2024-12-27)

  • The sandbox filesystem API now accepts write payloads of sizes up to 1 GiB.

0.69.0 (2024-12-21)

  • Image.from_dockerfile() and image.dockerfile_commands() now auto-infer which files need to be uploaded based on COPY commands in the source if context_mount is omitted. The ignore= argument to these methods can be used to selectively omit files using a set of glob patterns.

... (truncated)

Commits
  • 8f6b065 [auto-commit] [skip ci] Bump the build number
  • bbea6a9 CLI-298: auto detect dockerignore for Image.from_dockerfile() and `Image.do...
  • d8245cc [auto-commit] [skip ci] Bump the build number
  • 1c4cfc0 CLI-298: Add from_file support to FilePatternMatcher & Image.docker metho...
  • 3e6c1d2 [auto-commit] [skip ci] Bump the build number
  • 54a0b70 Add web_server decorator container test (#2738)
  • 95bd78b [auto-commit] [skip ci] Bump the build number
  • 9743e02 Add modal volume rename and modal.Volume.rename (#2737)
  • 4539513 [auto-commit] [skip ci] Bump the build number
  • 43561c2 Protos for VolumeRename RPC (#2736)
  • Additional commits viewable in compare view

Updates ruff from 0.8.6 to 0.9.0

Release notes

Sourced from ruff's releases.

0.9.0

Release Notes

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

This release doesn’t remove or remap any existing stable rules.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

The following fixes or improvements to fixes have been stabilized:

Formatter

This release introduces the new 2025 stable style (#13371), stabilizing the following changes:

  • Format expressions in f-string elements (#7594)
  • Alternate quotes for strings inside f-strings (#13860)
  • Preserve the casing of hex codes in f-string debug expressions (#14766)
  • Choose the quote style for each string literal in an implicitly concatenated f-string rather than for the entire string (#13539)
  • Automatically join an implicitly concatenated string into a single string literal if it fits on a single line (#9457)
  • Remove the ISC001 incompatibility warning (#15123)
  • Prefer parenthesizing the assert message over breaking the assertion expression (#9457)
  • Automatically parenthesize over-long if guards in match case clauses (#13513)
  • More consistent formatting for match case patterns (#6933)
  • Avoid unnecessary parentheses around return type annotations (#13381)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

This release doesn’t remove or remap any existing stable rules.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

The following fixes or improvements to fixes have been stabilized:

Formatter

This release introduces the new 2025 stable style (#13371), stabilizing the following changes:

  • Format expressions in f-string elements (#7594)
  • Alternate quotes for strings inside f-strings (#13860)
  • Preserve the casing of hex codes in f-string debug expressions (#14766)
  • Choose the quote style for each string literal in an implicitly concatenated f-string rather than for the entire string (#13539)
  • Automatically join an implicitly concatenated string into a single string literal if it fits on a single line (#9457)
  • Remove the ISC001 incompatibility warning (#15123)
  • Prefer parenthesizing the assert message over breaking the assertion expression (#9457)
  • Automatically parenthesize over-long if guards in match case clauses (#13513)
  • More consistent formatting for match case patterns (#6933)
  • Avoid unnecessary parentheses around return type annotations (#13381)
  • Keep the opening parentheses on the same line as the if keyword for comprehensions where the condition has a leading comment (#12282)

... (truncated)

Commits
  • d0b2bbd Release 0.9.0 (#15371)
  • 8628f16 [ruff] Stop parsing diagnostics from other sources for code action requests...
  • 8bc11c4 [flake8-django] Recognize other magic methods (DJ012) (#15365)
  • bf5b0c2 [red-knot] Minor refactor of red_knot_vendored/build.rs (#15372)
  • 097aa04 [red-knot] Typeshed patching: use build.rs instead of workflow (#15370)
  • f706c3f Add f-string formatting to the docs (#15367)
  • 29f6653 [ruff] Stabilize useless-if-else (RUF034) (#15351)
  • d645525 [pylint]: Stabilize boolean-chained-comparison (PLR1716) (#15354)
  • 6dcf7b3 [ruff] Stabilize post-init-default (RUF033) (#15352)
  • 943d4fc Update formatter preview documentation (#15349)
  • Additional commits viewable in compare view

Updates openai from 1.59.4 to 1.59.5

Release notes

Sourced from openai's releases.

v1.59.5

1.59.5 (2025-01-08)

Full Changelog: v1.59.4...v1.59.5

Bug Fixes

Documentation

Changelog

Sourced from openai's changelog.

1.59.5 (2025-01-08)

Full Changelog: v1.59.4...v1.59.5

Bug Fixes

Documentation

Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.57.2` | `1.57.4` |
| [boto3](https://github.com/boto/boto3) | `1.35.94` | `1.35.95` |
| [modal](https://github.com/modal-labs/modal-client) | `0.71.8` | `0.72.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.9.0` |
| [openai](https://github.com/openai/openai-python) | `1.59.4` | `1.59.5` |


Updates `litellm` from 1.57.2 to 1.57.4
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.57.2...v1.57.4)

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

Updates `modal` from 0.71.8 to 0.72.0
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.71.8...v0.72.0)

Updates `ruff` from 0.8.6 to 0.9.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.6...0.9.0)

Updates `openai` from 1.59.4 to 1.59.5
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.59.4...v1.59.5)

---
updated-dependencies:
- dependency-name: litellm
  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-minor
  dependency-group: version-all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: openai
  dependency-type: direct:development
  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 Jan 9, 2025
@enyst enyst merged commit 01cf0d4 into main Jan 9, 2025
26 checks passed
@enyst enyst deleted the dependabot/pip/version-all-4cd0a8b000 branch January 9, 2025 16:45
AlexCuadron pushed a commit to AlexCuadron/OpenHands that referenced this pull request Jan 13, 2025
…6169)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AlexCuadron pushed a commit to AlexCuadron/OpenHands that referenced this pull request Jan 13, 2025
…6169)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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