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 29 updates #5204

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

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

Package From To
litellm 1.52.5 1.52.12
google-api-python-client 2.151.0 2.154.0
fastapi 0.115.4 0.115.5
uvicorn 0.32.0 0.32.1
numpy 1.26.4 2.0.2
json-repair 0.30.1 0.30.2
browsergym 0.10.2 0.13.2
boto3 1.35.57 1.35.67
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
tornado 6.4.1 6.4.2
whatthepatch 1.0.6 1.0.7
modal 0.64.235 0.66.37
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.8.0
openai 1.54.3 1.55.0
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.12

Release notes

Sourced from litellm's releases.

v1.52.12

What's Changed

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.52.11...v1.52.12

Docker Run LiteLLM Proxy

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

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 ✅ 260.0 288.3101155320099 6.056613494123171 0.0 1812 0 231.241644000022 2338.7360799999897
Aggregated Passed ✅ 260.0 288.3101155320099 6.056613494123171 0.0 1812 0 231.241644000022 2338.7360799999897

v1.52.11

What's Changed

... (truncated)

Commits
  • ddfe687 (fix) don't block proxy startup if license check fails & using prometheus (#...
  • cc1f8ff (testing) - add e2e tests for anthropic pass through endpoints (#6840)
  • c107bae (feat) add usage / cost tracking for Anthropic passthrough routes (#6835)
  • 434b1d3 (refactor) anthropic - move _process_response in transformation.py (#6834)
  • b11bc03 Litellm dev 11 20 2024 (#6838)
  • 0b0253f build: update ui build
  • 7468814 bump: version 1.52.11 → 1.52.12
  • 689cd67 Litellm dev 11 20 2024 (#6831)
  • a1f06de Add gpt-4o-2024-11-20. (#6832)
  • b0be5bf LiteLLM Minor Fixes & Improvements (11/19/2024) (#6820)
  • Additional commits viewable in compare view


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

Release notes

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

v2.154.0

2.154.0 (2024-11-19)

Features

Bug Fixes

v2.153.0

2.153.0 (2024-11-12)

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 uvicorn from 0.32.0 to 0.32.1

Release notes

Sourced from uvicorn's releases.

Version 0.32.1

What's Changed


Full Changelog: https://github.com/encode/uvicorn/compare/0.32.0...0.32.1

Changelog

Sourced from uvicorn's changelog.

0.32.1 (2024-11-20)

Fixed

  • Drop ASGI spec version to 2.3 on HTTP scope #2513
  • Enable httptools lenient data on httptools >= 0.6.3 #2488
Commits


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.2

Updates boto3 from 1.35.57 to 1.35.67

Commits
  • 3156796 Merge branch 'release-1.35.67'
  • aa88e4e Bumping version to 1.35.67
  • 1c74029 Add changelog entries from botocore
  • f46cfc9 Merge pull request #4354 from boto/revert-4343-docs-client-exceptions
  • aa35d60 Revert "Add client exceptions to boto3 docs (#4343)"
  • 22d4088 Merge branch 'release-1.35.66'
  • cf9462b Merge branch 'release-1.35.66' into develop
  • cf90c62 Bumping version to 1.35.66
  • d333cd6 Add changelog entries from botocore
  • 65db73f Add client exceptions to boto3 docs (#4343)
  • 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 (
    dependabot[bot] commented 6 days ago

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