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 16 updates #4687

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
datasets 3.0.2 3.1.0
litellm 1.51.1 1.51.2
fastapi 0.115.3 0.115.4
browsergym 0.10.2 0.11.2
python-multipart 0.0.12 0.0.17
boto3 1.35.48 1.35.53
pyarrow 17.0.0 18.0.0
google-cloud-aiplatform 1.70.0 1.71.1
modal 0.64.230 0.65.12
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.53.0
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.2

Release notes

Sourced from litellm's releases.

v1.51.2

What's Changed

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

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.51.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 287.73103211135674 6.039141910660648 0.0 1805 0 213.5724959999834 2930.6253560000073
Aggregated Passed ✅ 250.0 287.73103211135674 6.039141910660648 0.0 1805 0 213.5724959999834 2930.6253560000073
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 browsergym from 0.10.2 to 0.11.2

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

Commits
  • 7fda69a Merge branch 'release-1.35.53'
  • 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
  • cba8e22 Add changelog entries from botocore
  • 62dc1fd Merge branch 'release-1.35.51'
  • d557327 Merge branch 'release-1.35.51' into develop
  • 174ce87 Bumping version to 1.35.51
  • 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 (fe53922)
  • GenAI - add labels (92c13dd)
  • GenAI - Added audio_timestamp to GenerationConfig. (91c2120)
  • GenAI - Added Anthropic models support in GenAI batch prediction (0866009)
  • GenAI - Tuning - Added support for tuned model rebasing. Added rebase_tuned_model to vertexai.preview.tuning.sft. (2cef97f)
  • Introduce DefaultRuntime to PipelineJob (8a65b1d)
  • Release API key support for GenerateContent to Public Preview (a4d4e46)
  • Support customizing bring-your-own-response eval use case to use any columns (3e7bf81)
  • Support PSC-I ingress in Ray Client (da76253)
  • Support tuning new text & code embedding model in LLM SDK. (4268f28)
  • Update Experiment run names to be compatible with One Platform API (c4b9ec2)
  • Vision Models - onboard Image Segmentation. (ae63a43)

Bug Fixes

  • Add deprecation warning to Ray version 2.9.3 (0ce106b)

Documentation

  • A comment for field partner_model_tuning_spec in message .google.cloud.aiplatform.v1beta1.TuningJob is changed (#4538) (914c63c)
  • Comment update (b04196b)
  • Update the documentation for the tabular_dataset class (82bb938)
Changelog

Sourced from google-cloud-aiplatform's changelog.

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)

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 (fe53922)
  • GenAI - add labels (92c13dd)
  • GenAI - Added audio_timestamp to GenerationConfig. (91c2120)
  • GenAI - Added Anthropic models support in GenAI batch prediction (0866009)
  • GenAI - Tuning - Added support for tuned model rebasing. Added rebase_tuned_model to vertexai.preview.tuning.sft. (2cef97f)
  • Introduce DefaultRuntime to PipelineJob (8a65b1d)
  • Release API key support for GenerateContent to Public Preview (a4d4e46)
  • Support customizing bring-your-own-response eval use case to use any columns (3e7bf81)
  • Support PSC-I ingress in Ray Client (da76253)
  • Support tuning new text & code embedding model in LLM SDK. (4268f28)
  • Update Experiment run names to be compatible with One Platform API (c4b9ec2)
  • Vision Models - onboard Image Segmentation. (ae63a43)

Bug Fixes

  • Add deprecation warning to Ray version 2.9.3 (0ce106b)

Documentation

  • A comment for field partner_model_tuning_spec in message .google.cloud.aiplatform.v1beta1.TuningJob is changed (#4538) (914c63c)
  • Comment update (b04196b)
  • Update the documentation for the tabular_dataset class (82bb938)
Commits
  • 6c7f439 chore(main): release 1.71.1 (#4587)
  • 832fe60 fix: Ignore AttributeError exception when importing google.auth.aio
  • 7edeedb chore: Add vector search samples for VPC peering and PSC
  • c0718e1 fix: system test case media input file non existent
  • 23cac8a chore: Fix lint for vector search samples
  • a89be3d Copybara import of the project:
  • df7269e fix: audio_timestamp is supported only for some of the models
  • 9e01a84 chore: Update pandas version requirement for evaluation extra requirement
  • 514d558 chore(main): release 1.71.0 (#4530)
  • c0b31e2 feat: Add private async REST support for transport override
  • Additional commits viewable in compare view

Updates modal from 0.64.230 to 0.65.12

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.65.9 (2024-10-31)

Output from Sandbox.exec can now be directed to /dev/null, stdout, or stored for consumption. This behavior can be controlled via the new StreamType arguments.

0.65.8 (2024-10-31)

  • Fixed a bug where the Image.imports context manager would not correctly propagate ImportError when using a modal.Cls.

0.65.2 (2024-10-30)

  • Fix issue where modal run wouldn't exit for 10s if there was a failure during app creation

0.64.227 (2024-10-25)

  • The modal container list CLI command now only shows containers for the active profile's environment if there is one, otherwise it uses the default environment. You can pass --env to list containers in other environments.

0.64.223 (2024-10-24)

  • Fix for modal serve not showing progress when reloading apps on file changes since v0.63.79

0.64.218 (2024-10-23)

  • Fix a regression introduced in client version 0.64.209, which affects client authentication within a container.

0.64.198 (2024-10-18)

Fixes a bug where Queue.put and Queue.put_many would throw queue.Full even if timeout=None.

... (truncated)

Commits
  • 0a24ab5 [auto-commit] [skip ci] Bump the build number
  • c0f5f29 Adds Proxy delete and list methods (#2435)
  • 71c9653 [auto-commit] [skip ci] Bump the build number
  • 77ed594 VolumeFsVersion: Remove old enum values (#2433)
  • c76b823 [auto-commit] [skip ci] Bump the build number
  • 754fa03 Switch VolumeFsVersion enum fields to proper standard (#2432)
  • 9b36523 [auto-commit] [skip ci] Bump the build number
  • 8f8e31a Align sandbox exec arguments with subprocess (#2419)
  • 8a4d911 [auto-commit] [skip ci] Bump the build number
  • 17951d9 Fix Image.imports not re-raising when using a Cls (#2423)
  • Additional commits viewable in compare view

Updates chromadb from 0.5.15 to 0.5.17

Release notes

Sourced from chromadb's releases.

0.5.17

Version: 0.5.17 Git ref: refs/tags/0.5.17 Build Date: 2024-10-31T21:00 PIP Package: chroma-0.5.17.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.17 DockerHub Image: chromadb/chroma:0.5.17

What's Changed

Full Changelog: chroma-core/chroma@0.5.16...0.5.17

0.5.16

Version: 0.5.16 Git ref: refs/tags/0.5.16 Build Date: 2024-10-29T00:33 PIP Package: chroma-0.5.16.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.16 DockerHub Image: chromadb/chroma:0.5.16

What's Changed

... (truncated)

Commits
  • cc27ef1 [RELEASE] 0.5.17 (#3036)
  • e8ae5a4 [BUG] Remove unnecessary call to get_metadata for query (#3035)
  • 834c9dc [CLN] Fix broken links in LlamaIndex docs (#3034)
  • 60f5f94 [ENH] Sometimes simulation disagrees with math (#3030)
  • 330e0d4 [ENH] Rendezvous hashing support replication (#2969)
  • 3065adb [CLN] Separate validation and transformation logic (#2899)
  • a64633a [ENH] Latency histograms for get/insert/remove/clear of cache. (#3018)
  • 43f13bc [CLN] make ValueError and TypeError present as InvalidArgumentError (#3017)
  • b481763 [ENH] Azure Deployment Guide (#3012)

…dates

Bumps the version-all group with 15 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.2` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.3` | `0.115.4` |
| browsergym | `0.10.2` | `0.11.2` |
| [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.53` |
| [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` |
| [modal](https://github.com/modal-labs/modal-client) | `0.64.230` | `0.65.12` |
| [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.53.0` |
| [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.2
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.51.1...v1.51.2)

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 `browsergym` from 0.10.2 to 0.11.2

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.53
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.48...1.35.53)

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 `modal` from 0.64.230 to 0.65.12
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.230...v0.65.12)

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](https://github.com/astral-sh/ruff/commits)

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.53.0
- [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.53.0)

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: fastapi
  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: 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 1, 2024
@enyst
Copy link
Collaborator

enyst commented Nov 1, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

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

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/version-all-cab4977ddc branch November 1, 2024 19:05
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