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 8 updates #6331

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the version-all group with 8 updates:

Package From To
litellm 1.58.1 1.58.2
boto3 1.35.98 1.36.1
pyarrow 18.1.0 19.0.0
google-cloud-aiplatform 1.76.0 1.77.0
anthropic 0.42.0 0.43.0
modal 0.72.11 0.72.21
runloop-api-client 0.12.0 0.13.0
ruff 0.9.1 0.9.2

Updates litellm from 1.58.1 to 1.58.2

Release notes

Sourced from litellm's releases.

v1.58.2

What's Changed

Full Changelog: BerriAI/litellm@v1.58.1...v1.58.2

Docker Run LiteLLM Proxy

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

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 289.8090936126223 6.143711740946042 0.0 1838 0 228.12097899998207 2196.5017750000015
Aggregated Passed ✅ 250.0 289.8090936126223 6.143711740946042 0.0 1838 0 228.12097899998207 2196.5017750000015
Commits

Updates boto3 from 1.35.98 to 1.36.1

Commits
  • 9613882 Merge branch 'release-1.36.1'
  • b0198d1 Bumping version to 1.36.1
  • dd793dc Add changelog entries from botocore
  • e2b2df5 Merge branch 'release-1.36.0'
  • 2f9e01d Merge branch 'release-1.36.0' into develop
  • 80855f0 Bumping version to 1.36.0
  • aa8225e Add changelog entries from botocore
  • 23b4c4b Merge customizations for S3
  • 74405ee Merge branch 'release-1.35.99'
  • 030c2d9 Merge branch 'release-1.35.99' into develop
  • Additional commits viewable in compare view

Updates pyarrow from 18.1.0 to 19.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 19.0.0

Release Notes URL: https://arrow.apache.org/release/19.0.0.html

Apache Arrow 19.0.0 RC0

Release Notes: Release Candidate: 19.0.0 RC0

Commits
  • a999eac MINOR: [Release] Update versions for 19.0.0
  • f6b7bc8 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
  • 848fde3 MINOR: [Release] Update CHANGELOG.md for 19.0.0
  • 8677e33 GH-45175: [Python] Honor the strings_to_categorical keyword in to_pandas for ...
  • f41f590 GH-45166: [CI][C++] Upgrade Alpine Linux to 3.18 from 3.16 (#45168)
  • 8cff21f GH-45178: [CI] Remove clcache related codes (#45182)
  • 777797e GH-45183: [C++][Release] Add llvm-dev back to setup-ubuntu.sh (#45184)
  • 14dc66d MINOR: [C#] Bump coverlet.collector from 6.0.2 to 6.0.3 in /csharp (#45179)
  • a931aff GH-45073: [C++][Parquet] Fix generation of repetition levels for encryption t...
  • ada8750 GH-44563: [C++] FunctionOptions::{Serialize,Deserialize}() return an error ...
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.76.0 to 1.77.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.77.0

1.77.0 (2025-01-15)

Features

  • Add Context Cache to v1 (2148b18)
  • Add retrieval_config to ToolConfig v1 (2148b18)
  • Add retrieval_config to ToolConfig v1beta1 (2148b18)
  • Display button to view evaluation results in an Ipython environment. (30a9403)
  • Enable LangGraph Agent Templates in the Python Reasoning Engine Client (26a08c7)
  • Promote network_configs field to v2 API (2148b18)

Bug Fixes

  • Use typing.TYPE_CHECKING to differentiate pytype checks and runtime imports for pydantic. (0823323)

Documentation

  • Fix comment typo in eval_task.py (cabe522)
  • Improve description of enable_simple_view parameter (f019e18)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.77.0 (2025-01-15)

Features

  • Add Context Cache to v1 (2148b18)
  • Add retrieval_config to ToolConfig v1 (2148b18)
  • Add retrieval_config to ToolConfig v1beta1 (2148b18)
  • Display button to view evaluation results in an Ipython environment. (30a9403)
  • Enable LangGraph Agent Templates in the Python Reasoning Engine Client (26a08c7)
  • Promote network_configs field to v2 API (2148b18)

Bug Fixes

  • Use typing.TYPE_CHECKING to differentiate pytype checks and runtime imports for pydantic. (0823323)

Documentation

  • Fix comment typo in eval_task.py (cabe522)
  • Improve description of enable_simple_view parameter (f019e18)
Commits
  • 8a8937a chore(main): release 1.77.0 (#4834)
  • 2148b18 Copybara import of the project:
  • 30a9403 feat: Display button to view evaluation results in an Ipython environment.
  • f019e18 docs: Improve description of enable_simple_view parameter
  • cabe522 docs: fix comment typo in eval_task.py
  • 26a08c7 feat: Enable LangGraph Agent Templates in the Python Reasoning Engine Client
  • a2c06d4 chore: Skip empty chunk data in streaming.
  • 0823323 fix: Use typing.TYPE_CHECKING to differentiate pytype checks and runtime impo...
  • 73fa981 chore: Add Vertex Prediction TF 2.14-2.15, PyTorch 2.2-2.4, Sklearn 1.4-1.5, ...
  • See full diff in compare view

Updates anthropic from 0.42.0 to 0.43.0

Release notes

Sourced from anthropic's releases.

v0.43.0

0.43.0 (2025-01-14)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: add message batch delete endpoint (#802) (9cf1e99)
  • beta: add streaming helpers for beta messages (#819) (d913ba3)

Bug Fixes

  • client: only call .close() when needed (#811) (21e0eb3)
  • correctly handle deserialising cls fields (#817) (60e56a5)
  • types: allow extra properties in input schemas (d0961c2)

Chores

Documentation

Refactors

  • stream: make MessageStream wrap Stream directly (#805) (5669399)
  • vertex: remove deprecated HTTP client options (#808) (3f4eada)
Changelog

Sourced from anthropic's changelog.

0.43.0 (2025-01-14)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: add message batch delete endpoint (#802) (9cf1e99)
  • beta: add streaming helpers for beta messages (#819) (d913ba3)

Bug Fixes

  • client: only call .close() when needed (#811) (21e0eb3)
  • correctly handle deserialising cls fields (#817) (60e56a5)
  • types: allow extra properties in input schemas (d0961c2)

Chores

Documentation

Refactors

  • stream: make MessageStream wrap Stream directly (#805) (5669399)
  • vertex: remove deprecated HTTP client options (#808) (3f4eada)
Commits

Updates modal from 0.72.11 to 0.72.21

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.72.17 (2025-01-16)

  • The @modal.build decorator is now deprecated. For storing large assets (e.g. model weights), we now recommend using a modal.Volume over writing data to the modal.Image filesystem directly.

0.72.16 (2025-01-16)

  • Fixes bug introduced in v0.72.9 where modal run SomeClass.some_method would incorrectly print a deprecation warning.

0.72.15 (2025-01-15)

  • Added an environment_name parameter to the App.run context manager.

0.72.8 (2025-01-10)

  • Fixes a bug introduced in v0.72.2 when specifying add_python="3.9" in Image.from_registry.

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)

... (truncated)

Commits
  • dc4e923 [auto-commit] [skip ci] Bump the build number
  • 653aa96 Remove mount usage in tests (#2766)
  • 1761b00 [auto-commit] [skip ci] Bump the build number
  • edfa115 SandboxGetTaskId RPC Proto Changes (#2768)
  • 3971d3b [auto-commit] [skip ci] Bump the build number
  • b81e8f9 [Notebooks] Types for modal-kernelshim to publish outputs (#2764)
  • 87b18db [auto-commit] [skip ci] Bump the build number
  • 6608b5d Ensure that the sandbox has started before taking a filesystem snapshot (#2765)
  • 47890f8 [auto-commit] [skip ci] Bump the build number
  • c100b17 Deprecate @modal.build decorator (#2763)
  • Additional commits viewable in compare view

Updates runloop-api-client from 0.12.0 to 0.13.0

Release notes

Sourced from runloop-api-client's releases.

v0.13.0

0.13.0 (2025-01-15)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • client: only call .close() when needed (#484) (55bf004)
  • correctly handle deserialising cls fields (#489) (2b2a573)

Chores

Documentation

Changelog

Sourced from runloop-api-client's changelog.

0.13.0 (2025-01-15)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • client: only call .close() when needed (#484) (55bf004)
  • correctly handle deserialising cls fields (#489) (2b2a573)

Chores

Documentation

Commits

Updates ruff from 0.9.1 to 0.9.2

Release notes

Sourced from ruff's releases.

0.9.2

Release Notes

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#15524)

Server

  • Avoid indexing the same workspace multiple times (#15495)
  • Display context for ruff.configuration errors (#15452)

Configuration

  • Remove flatten to improve deserialization error messages (#15414)

Bug fixes

  • Parse triple-quoted string annotations as if parenthesized (#15387)
  • [fastapi] Update Annotated fixes (FAST002) (#15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#15235)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.2

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#15524)

Server

  • Avoid indexing the same workspace multiple times (#15495)
  • Display context for ruff.configuration errors (#15452)

Configuration

  • Remove flatten to improve deserialization error messages (#15414)

Bug fixes

  • Parse triple-quoted string annotations as if parenthesized (#15387)
  • [fastapi] Update Annotated fixes (FAST002) (#15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#15235)
Commits
  • 0a39348 Include build binaries
  • 027f800 Comment out non-npm-publish jobs
  • 425870d Upload npm publish logs when failed
  • c20255a Bump version to 0.9.2 (#15529)
  • 4203658 Fix joining of f-strings with different quotes when using quote style `Preser...
  • fc9dd63 [airflow] extend and fix AIR302 rules (#15525)
  • 79e52c7 [pyflakes] Show syntax error message for F722 (#15523)
  • cf4ab7c Parse triple quoted string annotations as if parenthesized (#15387)
  • d2656e8 [flake8-todos] Allow VSCode GitHub PR extension style links in `missing-tod...
  • c53ee60 Typeshed-sync workflow: add appropriate labels, link directly to failing run ...
  • Additional commits viewable 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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.58.1` | `1.58.2` |
| [boto3](https://github.com/boto/boto3) | `1.35.98` | `1.36.1` |
| [pyarrow](https://github.com/apache/arrow) | `18.1.0` | `19.0.0` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.76.0` | `1.77.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.42.0` | `0.43.0` |
| [modal](https://github.com/modal-labs/modal-client) | `0.72.11` | `0.72.21` |
| [runloop-api-client](https://github.com/runloopai/api-client-python) | `0.12.0` | `0.13.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.1` | `0.9.2` |


Updates `litellm` from 1.58.1 to 1.58.2
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.58.1...v1.58.2)

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

Updates `pyarrow` from 18.1.0 to 19.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-18.1.0...apache-arrow-19.0.0)

Updates `google-cloud-aiplatform` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.76.0...v1.77.0)

Updates `anthropic` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.42.0...v0.43.0)

Updates `modal` from 0.72.11 to 0.72.21
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.72.11...v0.72.21)

Updates `runloop-api-client` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/runloopai/api-client-python/releases)
- [Changelog](https://github.com/runloopai/api-client-python/blob/main/CHANGELOG.md)
- [Commits](runloopai/api-client-python@v0.12.0...v0.13.0)

Updates `ruff` from 0.9.1 to 0.9.2
- [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.9.1...0.9.2)

---
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-minor
  dependency-group: version-all
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: runloop-api-client
  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-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 17, 2025
@enyst enyst enabled auto-merge (squash) January 17, 2025 14:57
@enyst enyst merged commit 8e9c315 into main Jan 17, 2025
26 checks passed
@enyst enyst deleted the dependabot/pip/version-all-2258088c84 branch January 17, 2025 15:19
csmith49 pushed a commit to csmith49/OpenHands that referenced this pull request Jan 19, 2025
…6331)

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