All-Hands-AI / OpenHands

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

Bump the version-all group across 1 directory with 26 updates #5125

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the version-all group with 21 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.64
gevent 24.2.1 24.11.1
pyarrow 17.0.0 18.0.0
google-cloud-aiplatform 1.71.1 1.72.0
pyjwt 2.9.0 2.10.0
whatthepatch 1.0.6 1.0.7
modal 0.64.235 0.66.13
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.64

Commits
  • 9fd5643 Merge branch 'release-1.35.64'
  • 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
  • e1a1370 Add changelog entries from botocore
  • f40c89c Merge branch 'release-1.35.62'
  • a957a51 Merge branch 'release-1.35.62' into develop
  • eefec7e Bumping version to 1.35.62
  • Additional commits viewable 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.72.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.72.0

1.72.0 (2024-11-12)

Features

  • Add AdvancedCompleteQuery API (169dd44)
  • Add BatchCreateFeatures rpc to feature_registry_service.proto (acf3113)
  • Add BillingEstimation in data store (169dd44)
  • Add code execution tool API (169dd44)
  • Add fast_tryout_enabled to FasterDeploymentConfig message in aiplatform v1beta1 endpoint.proto (169dd44)
  • Add Feature Monitoring API to Feature Store (acf3113)
  • Add field protobuf_pythonic_types_enabled to message ExperimentalFeatures (acf3113)
  • Add GroundedGenerationService API (169dd44)
  • Add lite search API to allow public website search with API key (169dd44)
  • Add new PscInterfaceConfig field to custom_job.proto (169dd44)
  • Add one_box_page_size on search (169dd44)
  • Add Sitemap APIs to preview channel (169dd44)
  • Add StopNotebookRuntime method (169dd44)
  • Add StopNotebookRuntime method (169dd44)
  • Add system labels field to model garden deployments (acf3113)
  • Add UpdateEndpointLongRunning API in v1beta1 version (169dd44)
  • Adding fast_tryout_enabled option to Vertex public preview SDK (98288b8)
  • Increase the upperbounds on langchain dependencies to support v0.3+ (1fca9c0)
  • Support advanced boost search (169dd44)
  • Support Google Workspace search (169dd44)
  • Support natural language understanding search (169dd44)
  • Support query regex in control match rules (169dd44)
  • Support search personalization to preview channel (169dd44)

Bug Fixes

  • Add timeout to prediction rawPredict/streamRawPredict (b7de16a)
  • Convert float values with no decimals to integers in FunctionCall. (a1857ed)
  • Deepcopy error from baseline_model in pairwiseMetric (ccc5c85)

Documentation

  • A comment for field feature_group_id in message .google.cloud.aiplatform.v1.CreateFeatureGroupRequest is changed (acf3113)
  • A comment for field unit in message .google.api.QuotaLimit is changed (acf3113)
  • A comment for message BatchCreateFeaturesRequest is modified to call out BatchCreateFeatures (acf3113)
  • Deprecate asynchronous mode in answer generation (169dd44)
  • Deprecate extractive_answers in answer generation (169dd44)
  • Keep the API doc up-to-date with recent changes (169dd44)
  • samples: Fixed Vertex AI Vector Search Create Index index_update_method (7dff586)
  • Update documentation (169dd44)
  • Update feature creation message commentary (acf3113)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.72.0 (2024-11-12)

Features

  • Add AdvancedCompleteQuery API (169dd44)
  • Add BatchCreateFeatures rpc to feature_registry_service.proto (acf3113)
  • Add BillingEstimation in data store (169dd44)
  • Add code execution tool API (169dd44)
  • Add fast_tryout_enabled to FasterDeploymentConfig message in aiplatform v1beta1 endpoint.proto (169dd44)
  • Add Feature Monitoring API to Feature Store (acf3113)
  • Add field protobuf_pythonic_types_enabled to message ExperimentalFeatures (acf3113)
  • Add GroundedGenerationService API (169dd44)
  • Add lite search API to allow public website search with API key (169dd44)
  • Add new PscInterfaceConfig field to custom_job.proto (169dd44)
  • Add one_box_page_size on search (169dd44)
  • Add Sitemap APIs to preview channel (169dd44)
  • Add StopNotebookRuntime method (169dd44)
  • Add StopNotebookRuntime method (
    dependabot[bot] commented 1 week ago

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