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 across 1 directory with 19 updates #4764

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2024

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

Package From To
datasets 3.0.2 3.1.0
litellm 1.51.1 1.51.3
google-api-python-client 2.149.0 2.151.0
fastapi 0.115.3 0.115.4
json-repair 0.30.0 0.30.1
browsergym 0.10.2 0.12.0
python-multipart 0.0.12 0.0.17
boto3 1.35.48 1.35.54
pyarrow 17.0.0 18.0.0
google-cloud-aiplatform 1.70.0 1.71.1
anthropic 0.37.1 0.39.0
modal 0.64.230 0.65.29
chromadb 0.5.15 0.5.17
torch 2.5.0 2.5.1
ruff 0.7.1 0.7.2
pytest-cov 5.0.0 6.0.0
openai 1.52.2 1.54.1
jupyterlab 4.2.5 4.3.0

Updates datasets from 3.0.2 to 3.1.0

Release notes

Sourced from datasets's releases.

3.1.0

Dataset Features

  • Video support by @​lhoestq in huggingface/datasets#7230
    >>> from datasets import Dataset, Video, load_dataset
    >>> ds = Dataset.from_dict({"video":["path/to/Screen Recording.mov"]}).cast_column("video", Video())
    >>> # or from the hub
    >>> ds = load_dataset("username/dataset_name", split="train")
    >>> ds[0]["video"]
    <decord.video_reader.VideoReader at 0x105525c70>
  • Add IterableDataset.shard() by @​lhoestq in huggingface/datasets#7252
    >>> from datasets import load_dataset
    >>> full_ds = load_dataset("amphion/Emilia-Dataset", split="train", streaming=True)
    >>> full_ds.num_shards
    2360
    >>> ds = full_ds.shard(num_shards=ds.num_shards, index=0)
    >>> ds.num_shards
    1
    >>> ds = full_ds.shard(num_shards=8, index=0)
    >>> ds.num_shards
    295
  • Basic XML support by @​lhoestq in huggingface/datasets#7250

What's Changed

New Contributors

Full Changelog: huggingface/datasets@3.0.2...3.1.0

Commits

Updates litellm from 1.51.1 to 1.51.3

Release notes

Sourced from litellm's releases.

v1.51.3

What's Changed

Full Changelog: BerriAI/litellm@v1.51.2...v1.51.3

Docker Run LiteLLM Proxy

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

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 220.3819331893052 6.253936592654308 0.0 1870 0 179.7343989999831 3185.1700670000014
Aggregated Passed ✅ 200.0 220.3819331893052 6.253936592654308 0.0 1870 0 179.7343989999831 3185.1700670000014

v1.51.2

What's Changed

Full Changelog: BerriAI/litellm@v1.51.1...v1.51.2

Docker Run LiteLLM Proxy

</tr></table> 

... (truncated)

Commits
  • bac2ac2 bump: version 1.51.2 → 1.51.3
  • f79365d LiteLLM Minor Fixes & Improvements (10/30/2024) (#6519)
  • 5652c37 (feat) add XAI ChatCompletion Support (#6373)
  • 9545b0e (fix) slack alerting - don't spam the failed cost tracking alert for the same...
  • b73039b Add retry strat (#6520)
  • 2c37aad ui new build
  • cf877c8 (UI) Fix viewing members, keys in a team + added testing (#6514)
  • aa4c282 test: refactor gemini test to use mock, prevent ratelimit error
  • 03c5680 (UI) fix + test displaying number of keys an internal user owns (#6507)
  • b419170 fix ui check when budget is 0 (#6506)
  • Additional commits viewable in compare view

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

Release notes

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

v2.151.0

2.151.0 (2024-10-30)

Features

... (truncated)

Commits

Updates fastapi from 0.115.3 to 0.115.4

Release notes

Sourced from fastapi's releases.

0.115.4

Refactors

  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #12627 by @​tiangolo.

Docs

Translations

  • 📝 Update includes in docs/de/docs/advanced/async-tests.md. PR #12567 by @​imjuanleonard.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/sql-databases.md. PR #12530 by @​ilacftemp.
  • 🌐 Add Korean translation for docs/ko/docs/benchmarks.md. PR #12540 by @​Limsunoh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/separate-openapi-schemas.md. PR #12518 by @​ilacftemp.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12521 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12522 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12523 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12524 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12468 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12466 by @​codingjenny.

... (truncated)

Commits
  • 31887b1 🔖 Release version 0.115.4
  • b270ff1 📝 Update release notes
  • b31cbbf ♻️ Update logic to import and check python-multipart for compatibility with...
  • aee7674 📝 Update release notes
  • 4e6b1ac 📝 Update includes in docs/fr/docs/tutorial/body.md (#12596)
  • 9b1e5f2 📝 Update release notes
  • 60aba02 📝 Update includes in docs/fr/docs/tutorial/debugging.md (#12595)
  • 2a4cf17 📝 Update release notes
  • 453f559 📝 Update includes in docs/fr/docs/tutorial/query-params-str-validations.md ...
  • af269cd 📝 Update release notes
  • Additional commits viewable in compare view

Updates json-repair from 0.30.0 to 0.30.1

Release notes

Sourced from json-repair's releases.

Release 0.30.1

Fixed

  • Fix #80, the check on when a delimiter was potentially missing, but the string was followed by a comma, was too strict. Relaxed it with new edge cases management. Thanks to @​Taoduhui for reporting the issue!

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

Updates browsergym from 0.10.2 to 0.12.0

Updates python-multipart from 0.0.12 to 0.0.17

Release notes

Sourced from python-multipart's releases.

Version 0.0.17

What's Changed


Full Changelog: Kludex/python-multipart@0.0.16...0.0.17

Version 0.0.16

What's Changed


Full Changelog: Kludex/python-multipart@0.0.15...0.0.16

Version 0.0.15

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

Full Changelog: Kludex/python-multipart@0.0.14...0.0.15

Version 0.0.14

What's Changed

Full Changelog: Kludex/python-multipart@0.0.13...0.0.14

Version 0.0.13

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.12...0.0.13

Changelog

Sourced from python-multipart's changelog.

0.0.17 (2024-10-31)

  • Handle PermissionError in fallback code for old import name #182.

0.0.16 (2024-10-27)

  • Add dunder attributes to multipart package #177.

0.0.15 (2024-10-27)

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

0.0.14 (2024-10-24)

  • Fix import scheme for multipart module (#168).

0.0.13 (2024-10-20)

  • Rename import to python_multipart #166.
Commits

Updates boto3 from 1.35.48 to 1.35.54

Commits
  • fdb78d3 Merge branch 'release-1.35.54'
  • 3b67876 Bumping version to 1.35.54
  • 6494499 Add changelog entries from botocore
  • 7fda69a Merge branch 'release-1.35.53'
  • 923c9e4 Merge branch 'release-1.35.53' into develop
  • d6e1a82 Bumping version to 1.35.53
  • 88bbcd4 Add changelog entries from botocore
  • 93b71d0 Merge branch 'release-1.35.52'
  • e980e72 Merge branch 'release-1.35.52' into develop
  • d61432d Bumping version to 1.35.52
  • 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.70.0 to 1.71.1

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.71.1

1.71.1 (2024-10-31)

Bug Fixes

  • Audio_timestamp is supported only for some of the models (df7269e)
  • Ignore AttributeError exception when importing google.auth.aio (832fe60)
  • System test case media input file non existent (c0718e1)

v1.71.0

1.71.0 (2024-10-29)

Features

  • Add text field for Grounding metadata support chunk output (8a65b1d)
  • Add audio_timestamp to GenerationConfig (8a65b1d)
  • Add private async REST support for transport override (c0b31e2)
  • Add support for self-signed JWT for queries on private endpoints (5025d03)
  • Add support for task type (CODE_RETRIEVAL_QUERY) through get_embeddings. (7246497)
  • From vertexai.batch_prediction import BatchPredictionJob (

…dates

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

| Package | From | To |
| --- | --- | --- |
| [datasets](https://github.com/huggingface/datasets) | `3.0.2` | `3.1.0` |
| [litellm](https://github.com/BerriAI/litellm) | `1.51.1` | `1.51.3` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.149.0` | `2.151.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.3` | `0.115.4` |
| [json-repair](https://github.com/mangiucugna/json_repair) | `0.30.0` | `0.30.1` |
| browsergym | `0.10.2` | `0.12.0` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.12` | `0.0.17` |
| [boto3](https://github.com/boto/boto3) | `1.35.48` | `1.35.54` |
| [pyarrow](https://github.com/apache/arrow) | `17.0.0` | `18.0.0` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.70.0` | `1.71.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.39.0` |
| [modal](https://github.com/modal-labs/modal-client) | `0.64.230` | `0.65.29` |
| [chromadb](https://github.com/chroma-core/chroma) | `0.5.15` | `0.5.17` |
| [torch](https://github.com/pytorch/pytorch) | `2.5.0` | `2.5.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.2` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.54.1` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.0` |



Updates `datasets` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.0.2...3.1.0)

Updates `litellm` from 1.51.1 to 1.51.3
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.51.1...v1.51.3)

Updates `google-api-python-client` from 2.149.0 to 2.151.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.149.0...v2.151.0)

Updates `fastapi` from 0.115.3 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.3...0.115.4)

Updates `json-repair` from 0.30.0 to 0.30.1
- [Release notes](https://github.com/mangiucugna/json_repair/releases)
- [Commits](mangiucugna/json_repair@v0.30.0...v0.30.1)

Updates `browsergym` from 0.10.2 to 0.12.0

Updates `python-multipart` from 0.0.12 to 0.0.17
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.12...0.0.17)

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

Updates `pyarrow` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.0.0)

Updates `google-cloud-aiplatform` from 1.70.0 to 1.71.1
- [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.70.0...v1.71.1)

Updates `anthropic` from 0.37.1 to 0.39.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.37.1...v0.39.0)

Updates `modal` from 0.64.230 to 0.65.29
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.230...v0.65.29)

Updates `chromadb` from 0.5.15 to 0.5.17
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](chroma-core/chroma@0.5.15...0.5.17)

Updates `torch` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.0...v2.5.1)

Updates `ruff` from 0.7.1 to 0.7.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.7.1...0.7.2)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `openai` from 1.52.2 to 1.54.1
- [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.52.2...v1.54.1)

Updates `jupyterlab` from 4.2.5 to 4.3.0
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `notebook` from 7.2.2 to 7.0.7
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected])

---
updated-dependencies:
- dependency-name: datasets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: json-repair
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: browsergym
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: python-multipart
  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: 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-minor
  dependency-group: version-all
- dependency-name: chromadb
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: torch
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: notebook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 5, 2024
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.

0 participants