All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.37k stars 4.23k forks source link

Bump the version-all group across 1 directory with 27 updates #5143

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 5 days ago

Bumps the version-all group with 22 updates in the / directory:

Package From To
litellm 1.52.5 1.52.10
google-api-python-client 2.151.0 2.153.0
fastapi 0.115.4 0.115.5
numpy 1.26.4 2.0.2
json-repair 0.30.1 0.30.2
browsergym 0.10.2 0.13.1
boto3 1.35.57 1.35.65
minio 7.2.10 7.2.11
gevent 24.2.1 24.11.1
pyarrow 17.0.0 18.0.0
google-cloud-aiplatform 1.71.1 1.73.0
pyjwt 2.9.0 2.10.0
whatthepatch 1.0.6 1.0.7
modal 0.64.235 0.66.16
runloop-api-client 0.7.0 0.10.0
chromadb 0.5.18 0.5.20
torch 2.5.0 2.5.1
ruff 0.7.1 0.7.4
openai 1.54.3 1.54.5
jupyterlab 4.3.0 4.3.1
notebook 7.0.7 7.2.2
streamlit 1.40.0 1.40.1

Updates litellm from 1.52.5 to 1.52.10

Release notes

Sourced from litellm's releases.

v1.52.10

What's Changed

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.52.9...v1.52.10

Docker Run LiteLLM Proxy

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

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 ✅ 240.0 271.7799367877801 6.1248828197277065 0.0 1833 0 213.09577699997817 2144.701510999994
Aggregated Passed ✅ 240.0 271.7799367877801 6.1248828197277065 0.0 1833 0 213.09577699997817 2144.701510999994

v1.52.9.dev1

What's Changed

... (truncated)

Commits
  • f43768d (fix) httpx handler - bind to ipv4 for httpx handler (#6785)
  • b854f6c build: add gemini-exp-1114 (#6786)
  • 128eeb4 handle vertex ServiceUnavailableError for codestral
  • e1ca956 vertex_ai/codestral@2405 is very unstable - handle their instability in our t...
  • 585b54e handle codestral@2405 instability
  • 5f298cb bump: version 1.52.9 → 1.52.10
  • f5c8150 new ui build
  • 160357d (fix) Azure AI Studio - using image_url in content with both text and image...
  • 0c7360d (patch) using image_urls with vertex/anthropic models (#6775)
  • 401531a fix test_completion_codestral_fim_api_stream
  • Additional commits viewable in compare view


Updates google-api-python-client from 2.151.0 to 2.153.0

Release notes

Sourced from google-api-python-client's releases.

v2.153.0

2.153.0 (2024-11-12)

Features

v2.152.0

2.152.0 (2024-11-07)

Features

... (truncated)

Commits


Updates fastapi from 0.115.4 to 0.115.5

Release notes

Sourced from fastapi's releases.

0.115.5

Refactors

Docs

... (truncated)

Commits
  • f057f4a 🔖 Release version 0.115.5
  • c6f021e 📝 Update release notes
  • 91a9293 ♻️ Update internal checks to support Pydantic 2.10 (#12914)
  • f716490 📝 Update release notes
  • c178106 📝 Update includes for docs/en/docs/tutorial/body.md (#12757)
  • 88cc900 📝 Update release notes
  • 20809a1 ⬆ [pre-commit.ci] pre-commit autoupdate (#12907)
  • 5a48c37 📝 Update release notes
  • 13892a3 📝 Update includes in docs/en/docs/advanced/testing-dependencies.md (#12647)
  • 9467000 📝 Update release notes
  • Additional commits viewable in compare view


Updates numpy from 1.26.4 to 2.0.2

Release notes

Sourced from numpy's releases.

NumPy 2.0.2 release (Aug 26, 2024)

NumPy 2.0.2 Release Notes

NumPy 2.0.2 is a maintenance release that fixes bugs and regressions discovered after the 2.0.1 release.

The Python versions supported by this release are 3.9-3.12.

Contributors

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Bruno Oliveira +
  • Charles Harris
  • Chris Sidebottom
  • Christian Heimes +
  • Christopher Sidebottom
  • Mateusz Sokół
  • Matti Picus
  • Nathan Goldbaum
  • Pieter Eendebak
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Sebastian Berg
  • Yair Chuchem +

Pull requests merged

A total of 19 pull requests were merged for this release.

  • #27000: REL: Prepare for the NumPy 2.0.1 release [wheel build]
  • #27001: MAINT: prepare 2.0.x for further development
  • #27021: BUG: cfuncs.py: fix crash when sys.stderr is not available
  • #27022: DOC: Fix migration note for alltrue and sometrue
  • #27061: BUG: use proper input and output descriptor in array_assign_subscript...
  • #27073: BUG: Mirror VQSORT_ENABLED logic in Quicksort
  • #27074: BUG: Bump Highway to latest master
  • #27077: BUG: Off by one in memory overlap check
  • #27122: BUG: Use the new npyv_loadable_stride_ functions for ldexp and...
  • #27126: BUG: Bump Highway to latest
  • #27128: BUG: add missing error handling in public_dtype_api.c
  • #27129: BUG: fix another cast setup in array_assign_subscript
  • #27130: BUG: Fix building NumPy in FIPS mode
  • #27131: BLD: update vendored Meson for cross-compilation patches
  • #27146: MAINT: Scipy openblas 0.3.27.44.4
  • #27151: BUG: Do not accidentally store dtype metadata in np.save
  • #27195: REV: Revert undef I and document it
  • #27213: BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds
  • #27279: BUG: Fix array_equal for numeric and non-numeric scalar types

... (truncated)

Commits
  • 854252d Merge pull request #27280 from charris/prepare-2.0.2
  • cffa071 REL: Prepare for the NumPy 2.0.2 release [wheel build]
  • 1693029 Merge pull request #27279 from charris/backport-27275
  • da9f9c3 BUG: Fix array_equal for numeric and non-numeric scalar types
  • ee1cf96 Merge pull request #27213 from charris/backport-27202
  • 49dec35 BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds
  • be56ae2 Merge pull request #27195 from charris/backport-27182
  • 75b039c REV: Revert undef I and document it
  • 428e2ba Merge pull request #27151 from charris/backport-27143
  • 451516d BUG: Do not accidentally store dtype metadata in np.save
  • Additional commits viewable in compare view


Updates json-repair from 0.30.1 to 0.30.2

Release notes

Sourced from json-repair's releases.

Release 0.30.2

Fixed

  • Fix #81, manage an edge case happening when an LLM will just plainly refuse to use delimiters with strings

Sponsors

This release is sponsored by @​tomasonjo. Thank you very much for your generous donation!

This library is open-source and available for everyone, maintained and improved as a passion project during my free time. If it has made your work easier or added value to your projects, I’d greatly appreciate your support!

You can contribute by buying me a virtual beer through this link: https://github.com/sponsors/mangiucugna.

Commits
  • 86b7f25 Fix #81, manage an edge case in which an LLM will never use delimiters in obj...
  • eeb6b3f Update README.md
  • 7cb92ca upgrade deps for pre-commit
  • See full diff in compare view


Updates browsergym from 0.10.2 to 0.13.1

Updates boto3 from 1.35.57 to 1.35.65

Commits
  • fb7ac9a Merge branch 'release-1.35.65'
  • f67b33e Bumping version to 1.35.65
  • d16a19c Add changelog entries from botocore
  • 9fd5643 Merge branch 'release-1.35.64'
  • c0a1a58 Merge branch 'release-1.35.64' into develop
  • 97268a1 Bumping version to 1.35.64
  • c265a06 Add changelog entries from botocore
  • 4ba2d2d Merge branch 'release-1.35.63'
  • dbff0ed Merge branch 'release-1.35.63' into develop
  • b474be1 Bumping version to 1.35.63
  • Additional commits viewable in compare view


Updates minio from 7.2.10 to 7.2.11

Release notes

Sourced from minio's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-py/compare/7.2.10...7.2.11

Commits
  • 1e7b7ce fix python3.13 leap day parsing warning in time.from_http_header() (#1452)
  • c3f0254 fix calling cleanup function in Worker.run() to avoid race condition (#1455)
  • 3ead668 WebIdentityClientGrantsProvider: use 'id_token' as fallback to 'access_token'...
  • 246da60 remove EOLed python 3.8 support (#1453)
  • 1b44255 prompt_object API support (#1450)
  • 13868b0 Update version to next release
  • See full diff in compare view


Updates gevent from 24.2.1 to 24.11.1

Commits
  • e755b5c Preparing release 24.11.1
  • b5ee5dd greenlet.py: remove unneeded pylint directive. [skip ci]
  • c80b9fe Merge pull request #2077 from gevent/issue2076
  • 98999e8 stathelper.c: compatibility with Cython 3.1a1. Seems like there used to be a ...
  • 02311dd Make the PeriodicMonitorThreadStartedEvent actually implement the interface; ...
  • 71f046f Merge pull request #2074 from gevent/dependabot/github_actions/github-actions...
  • a6f6eca Remove some legacy Python 2 support code for compatibility with the upcoming ...
  • a454337 Bump pypa/gh-action-pypi-publish in the github-actions group
  • 07d2b7e Back to development: 24.10.4
  • c4cd431 Preparing release 24.10.3
  • Additional commits viewable in compare view


Updates pyarrow from 17.0.0 to 18.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 18.0.0

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

Apache Arrow 18.0.0 RC0

Release Notes: Release Candidate: 18.0.0 RC0

Commits


Updates google-cloud-aiplatform from 1.71.1 to 1.73.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.73.0

1.73.0 (2024-11-19)

Features

  • Add a nfs_mounts to RaySpec in PersistentResource API (6a22bef)
  • Add a v1 UpdateEndpointLongRunning API (6a22bef)
  • Add BatchCreateFeatures rpc to feature_registry_service.proto (68fc5f2)
  • Add BYOSA field to tuning_job (68fc5f2)
  • Add BYOSA field to tuning_job (68fc5f2)
  • Add COMET and MetricX to the evaluation SDK (4135810)
  • Add Create FeatureMonitor function to FeatureGroup in Vertex AI SDK (285ec2c)
  • Add CustomEnvironmentSpec to NotebookExecutionJob (6a22bef)
  • Add CustomEnvironmentSpec to NotebookExecutionJob (6a22bef)
  • Add default_runtime in Vertex Pipeline SDK preview. (44587ec)
  • Add fast_tryout_enabled to FasterDeploymentConfig v1 proto (68fc5f2)
  • Add FeatureMonitor to FeatureGroup in Vertex AI SDK (f2233ce)
  • Add PSC automation support to matching engine index endpoint deploy_index(), find_neighbors(), match(), and read_index_datapoints(). (3ab39a4)
  • Add vertex_rag_source to create_feature_view method (ca61c5a)
  • Adding fast_tryout_enabled option to Vertex SDK (fde1b96)
  • Allow setting Vertex Model Garden source model name during model upload (3af9cc8)
  • Allow user control which class methods to export via register_operations. The class methods spec will be changed according to user's register_operations. (74077b5)
  • COMET added to evaluation service proto (68fc5f2)
  • Expose system_labels field to model deployment APIs in Vertex public preview SDK (13cede4)
  • Expose system_labels field to model deployment APIs in Vertex Python SDK (75655af)
  • GenAI - Grounding - Added grounding dynamic_retrieval config to Vertex SDK (c39334a)
  • GenAI Evaluation: Release GenAI Evaluation SDK Agent Evaluation features to vertexai.preview module. (41cd5a8)
  • MetricX added to evaluation service proto (68fc5f2)
  • Trajectory eval metrics added to evaluation service proto (6a22bef)
  • Vision Models - Add support for Imagen 3 Capabilities to Vertex SDK (9a30c31)

Bug Fixes

  • GenAI - Fixed GAPIC-renamed keys (keys with trailing underscore) in structures returned by the to_dict methods. (9d00424)
  • Implementation of proto conversion in reasoning engine utils when message is not specified (99fafe9)
  • Remove check on serving_container_image_uri when ar... _Description has been truncated_
dependabot[bot] commented 4 days ago

Looks like these dependencies are updatable in another way, so this is no longer needed.