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

Bump the all-minor-and-patch-dependency-updates group with 5 updates #122

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 Jan 1, 2025

Bumps the all-minor-and-patch-dependency-updates group with 5 updates:

Package From To
ray[default] 2.39.0 2.40.0
nbsphinx 0.9.5 0.9.6
ruff 0.8.1 0.8.4
aim 3.25.1 3.27.0
mlflow 2.18.0 2.19.0

Updates ray[default] from 2.39.0 to 2.40.0

Release notes

Sourced from ray[default]'s releases.

ray-2.40.0

Ray Libraries

Ray Data

🎉 New Features:

💫 Enhancements:

🔨 Fixes:

🗑️ Deprecations:

Ray Train

🔨 Fixes:

  • Fix StartTracebackWithWorkerRank serialization (#48548)

📖 Documentation:

  • Add example for fine-tuning Llama3.1 with AWS Trainium (#48768)

Ray Tune

🔨 Fixes:

  • Remove the clear_checkpoint function during Trial restoration error handling. (#48532)

Ray Serve

🎉 New Features:

  • Initial version of local_testing_mode (#48477)

💫 Enhancements:

  • Handle multiple changed objects per LongPollHost.listen_for_change RPC (#48803)
  • Add more nuanced checks for http proxy status errors (#47896)
  • Improve replica access log messages to include HTTP status info and better resemble standard log format (#48819)
  • Propagate replica constructor error to deployment status message and print num retries left (#48531)

🔨 Fixes:

  • Pending requests that are cancelled before they were assigned to a replica now also return a serve.RequestCancelledError (#48496)

... (truncated)

Commits

Updates nbsphinx from 0.9.5 to 0.9.6

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.6

https://pypi.org/project/nbsphinx/0.9.6/

  • Markdown: allow lists without leading blank line
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.6 -- 2024-12-24 -- PyPI__ -- diff__

  • Markdown: allow lists without leading blank line

__ https://pypi.org/project/nbsphinx/0.9.6/ __ spatialaudio/nbsphinx@0.9.5...0.9.6

Version 0.9.5 -- 2024-08-13 -- PyPI__ -- diff__

  • Miscellaneous fixes

__ https://pypi.org/project/nbsphinx/0.9.5/ __ spatialaudio/nbsphinx@0.9.4...0.9.5

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css

... (truncated)

Commits

Updates ruff from 0.8.1 to 0.8.4

Release notes

Sourced from ruff's releases.

0.8.4

Release Notes

Preview features

  • [airflow] Extend AIR302 with additional functions and classes (#15015)
  • [airflow] Implement moved-to-provider-in-3 for modules that has been moved to Airflow providers (AIR303) (#14764)
  • [flake8-use-pathlib] Extend check for invalid path suffix to include the case "." (PTH210) (#14902)
  • [perflint] Fix panic in PERF401 when list variable is after the for loop (#14971)
  • [perflint] Simplify finding the loop target in PERF401 (#15025)
  • [pylint] Preserve original value format (PLR6104) (#14978)
  • [ruff] Avoid false positives for RUF027 for typing context bindings (#15037)
  • [ruff] Check for ambiguous pattern passed to pytest.raises() (RUF043) (#14966)

Rule changes

  • [flake8-bandit] Check S105 for annotated assignment (#15059)
  • [flake8-pyi] More autofixes for redundant-none-literal (PYI061) (#14872)
  • [pydocstyle] Skip leading whitespace for D403 (#14963)
  • [ruff] Skip SQLModel base classes for mutable-class-default (RUF012) (#14949)

Bug

  • [perflint] Parenthesize walrus expressions in autofix for manual-list-comprehension (PERF401) (#15050)

Server

  • Check diagnostic refresh support from client capability which enables dynamic configuration for various editors (#15014)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.8.4

Preview features

  • [airflow] Extend AIR302 with additional functions and classes (#15015)
  • [airflow] Implement moved-to-provider-in-3 for modules that has been moved to Airflow providers (AIR303) (#14764)
  • [flake8-use-pathlib] Extend check for invalid path suffix to include the case "." (PTH210) (#14902)
  • [perflint] Fix panic in PERF401 when list variable is after the for loop (#14971)
  • [perflint] Simplify finding the loop target in PERF401 (#15025)
  • [pylint] Preserve original value format (PLR6104) (#14978)
  • [ruff] Avoid false positives for RUF027 for typing context bindings (#15037)
  • [ruff] Check for ambiguous pattern passed to pytest.raises() (RUF043) (#14966)

Rule changes

  • [flake8-bandit] Check S105 for annotated assignment (#15059)
  • [flake8-pyi] More autofixes for redundant-none-literal (PYI061) (#14872)
  • [pydocstyle] Skip leading whitespace for D403 (#14963)
  • [ruff] Skip SQLModel base classes for mutable-class-default (RUF012) (#14949)

Bug

  • [perflint] Parenthesize walrus expressions in autofix for manual-list-comprehension (PERF401) (#15050)

Server

  • Check diagnostic refresh support from client capability which enables dynamic configuration for various editors (#15014)

0.8.3

Preview features

  • Fix fstring formatting removing overlong implicit concatenated string in expression part (#14811)
  • [airflow] Add fix to remove deprecated keyword arguments (AIR302) (#14887)
  • [airflow]: Extend rule to include deprecated names for Airflow 3.0 (AIR302) (#14765 and #14804)
  • [flake8-bugbear] Improve error messages for except* (B025, B029, B030, B904) (#14815)
  • [flake8-bugbear] itertools.batched() without explicit strict (B911) (#14408)
  • [flake8-use-pathlib] Dotless suffix passed to Path.with_suffix() (PTH210) (#14779)
  • [pylint] Include parentheses and multiple comparators in check for boolean-chained-comparison (PLR1716) (#14781)
  • [ruff] Do not simplify round() calls (RUF046) (#14832)
  • [ruff] Don't emit used-dummy-variable on function parameters (RUF052) (#14818)
  • [ruff] Implement if-key-in-dict-del (RUF051) (#14553)
  • [ruff] Mark autofix for RUF052 as always unsafe (#14824)
  • [ruff] Teach autofix for used-dummy-variable about TypeVars etc. (RUF052) (#14819)

Rule changes

  • [flake8-bugbear] Offer unsafe autofix for no-explicit-stacklevel (B028) (#14829)
  • [flake8-pyi] Skip all type definitions in string-or-bytes-too-long (PYI053) (#14797)
  • [pyupgrade] Do not report when a UTF-8 comment is followed by a non-UTF-8 one (UP009) (#14728)

... (truncated)

Commits
  • 3bb0dac Bump version to 0.8.4 (#15064)
  • 40cba5d [red-knot] Cleanup various todo_type!() messages (#15063)
  • 596d80c [perflint] Parenthesize walrus expressions in autofix for `manual-list-comp...
  • d8b9a36 Disable actionlint hook by default when running pre-commit locally (#15061)
  • 85e71ba [flake8-bandit] Check S105 for annotated assignment (#15059)
  • 2802cbd Don't special-case class instances in unary expression inference (#15045)
  • ed2bce6 [red-knot] Report invalid exceptions (#15042)
  • f0012df Fix typos in RUF043.py (#15044)
  • 0fc4e8f Introduce InferContext (#14956)
  • ac81c72 [ruff] Ambiguous pattern passed to pytest.raises() (RUF043) (#14966)
  • Additional commits viewable in compare view

Updates aim from 3.25.1 to 3.27.0

Release notes

Sourced from aim's releases.

🚀 v3.27.0 - Enhancements for PytorchLightning logger and S3ArtifactsStorage, fixes for RunStatusReporter, metric aggregations and tag creation from parallel runs

What's Changed

New Contributors

Full Changelog: aimhubio/aim@v3.26.1...v3.27.0

🚀 v3.26.1 - Improved performance of metric queries, basic troubleshooting utilities

What's Changed

Full Changelog: aimhubio/aim@v3.25.1...v3.26.1

Changelog

Sourced from aim's changelog.

3.27.0 Dec 18, 2024

Enhancements:

  • Enable custom boto3 client parameters for S3ArtifactStorage (sbatchelder)
  • Return None for run.artifact_uri if not set (sbatchelder)
  • Enable custom contexts for PytorchLightning logger (sbatchelder)

Fixes:

  • Fix aggregated metrics' computations (mihran113)
  • Fix bug in RunStatusReporter raising non-deterministic RuntimeError exception (VassilisVassiliadis)
  • Fix tag addition issue from parallel runs (mihran113)
  • Handle StopIteration exception in iter_sequence_info_by_type method (alberttorosyan)

3.26.1 Dec 3, 2024

  • Re-upload after PyPI size limitation fix

3.26.0 Dec 3, 2024

Enhancements:

  • Improved performance of metric queries by sequence metadata separation (alberttorosyan)
  • Add statistics dump script for basic troubleshooting (alberttorosyan)
Commits
  • e5e036d Bump up Aim to v3.27.0
  • 171d0b2 [fix] Resolve issues with PR checks (#3270)
  • 4d391de [feat] Enable PytorchLightning AimLogger to use custom contexts (#3269)
  • 9124e64 [feat] Return None for run.artifact_uri if not set (#3268)
  • d3ed9ae [feat] S3ArtifactStorage custom boto3 client parameters (#3258)
  • 6feb6e7 [fix] Handle StopIteration error in iter_sequence_info_by_type method (#3265)
  • 979efe0 [fix] Resolve tag addition issue from parallel runs (#3247)
  • 61bee5d [fix] Resolve issues with outdated packages (#3254)
  • 8c51301 [fix] Copy the keys of RunStatusReporter.timed_tasks before iterating them (#...
  • c2f1203 [fix] Resolve issues with aggregated metrics computation (#3246)
  • Additional commits viewable in compare view

Updates mlflow from 2.18.0 to 2.19.0

Release notes

Sourced from mlflow's releases.

MLflow 2.19.0

We are excited to announce the release of MLflow 2.19.0! This release includes a number of significant features, enhancements, and bug fixes.

Major New Features

  • ChatModel enhancements - ChatModel now adopts ChatCompletionRequest and ChatCompletionResponse as its new schema. The predict_stream interface uses ChatCompletionChunk to deliver true streaming responses. Additionally, the custom_inputs and custom_outputs fields in ChatModel now utilize AnyType, enabling support for a wider variety of data types. Note: In a future version of MLflow, ChatParams (and by extension, ChatCompletionRequest) will have the default values for n, temperature, and stream removed. (#13782, #13857, @​stevenchen-db)

  • Tracing improvements - MLflow Tracing now supports both automatic and manual tracing for DSPy, LlamaIndex and Langchain flavors. Tracing feature is also auto-enabled for mlflow evaluation for all supported flavors. (#13790, #13793, #13795, #13897, @​B-Step62)

  • New Tracing Integrations - MLflow Tracing now supports CrewAI and Anthropic, enabling a one-line, fully automated tracing experience. (#13903, @​TomeHirata, #13851, @​gabrielfu)

  • Any Type in model signature - MLflow now supports AnyType in model signature. It can be used to host any data types that were not supported before. (#13766, @​serena-ruan)

Other Features:

  • [Tracking] Add update_current_trace API for adding tags to an active trace. (#13828, @​B-Step62)
  • [Deployments] Update databricks deployments to support AI gateway & additional update endpoints (#13513, @​djliden)
  • [Models] Support uv in mlflow.models.predict (#13824, @​serena-ruan)
  • [Models] Add type hints support including pydantic models (#13924, @​serena-ruan)
  • [Tracking] Add the trace.search_spans() method for searching spans within traces (#13984, @​B-Step62)

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#13972, #13968, #13917, #13912, #13906, #13846, @​serena-ruan; #13969, #13959, #13957, #13958, #13925, #13882, #13879, #13881, #13869, #13870, #13868, #13854, #13849, #13847, #13836, #13823, #13811, #13820, #13775, #13768, #13764, @​harupy; #13960, #13914, #13862, #13892, #13916, #13918, #13915, #13878, #13891, #13863, #13859, #13850, #13844, #13835, #13818, #13762, @​B-Step62; #13913, #13848, #13774, @​TomeHirata; #13936, #13954, #13883, @​daniellok-db; #13947, @​AHB102; #13929, #13922, @​Ajay-Satish-01; #13857, @​stevenchen-db; #13773, @​BenWilson2; #13705, @​williamjamir; #13745, #13743, @​WeichenXu123; #13895, @​chenmoneygithub; #14023, @​theBeginner86

MLflow 2.19.0rc0

We are excited to announce the release of MLflow 2.19.0rc0! This release includes a number of significant features, enhancements, and bug fixes.

Major New Features

  • ChatModel enhancements - ChatModel now adopts ChatCompletionRequest and ChatCompletionResponse as its new schema. The predict_stream interface uses ChatCompletionChunk to deliver true streaming responses. Additionally, the custom_inputs and custom_outputs fields in ChatModel now utilize AnyType, enabling support for a wider variety of data types. (#13782, #13857, @​stevenchen-db)
  • Any Type in model signature - MLflow now supports AnyType in model signature. It can be used to host any data types that were not supported before. (#13766, @​serena-ruan)
  • Tracing improvements - MLflow Tracing now supports both automatic and manual tracing for DSPy, LlamaIndex and Langchain flavors. Tracing feature is also auto-enabled for mlflow evaluation for all supported flavors. (#13790, #13793, #13795, #13897, @​B-Step62)
  • New Tracing Integrations - MLflow Tracing now supports CrewAI and Anthropic, enabling a one-line, fully automated tracing experience. (#13903, @​TomeHirata, #13851, @​gabrielfu)

... (truncated)

Changelog

Sourced from mlflow's changelog.

2.19.0 (2024-12-11)

We are excited to announce the release of MLflow 2.19.0! This release includes a number of significant features, enhancements, and bug fixes.

Major New Features

  • ChatModel enhancements - ChatModel now adopts ChatCompletionRequest and ChatCompletionResponse as its new schema. The predict_stream interface uses ChatCompletionChunk to deliver true streaming responses. Additionally, the custom_inputs and custom_outputs fields in ChatModel now utilize AnyType, enabling support for a wider variety of data types. Note: In a future version of MLflow, ChatParams (and by extension, ChatCompletionRequest) will have the default values for n, temperature, and stream removed. (#13782, #13857, @​stevenchen-db)

  • Tracing improvements - MLflow Tracing now supports both automatic and manual tracing for DSPy, LlamaIndex and Langchain flavors. Tracing feature is also auto-enabled for mlflow evaluation for all supported flavors. (#13790, #13793, #13795, #13897, @​B-Step62)

  • New Tracing Integrations - MLflow Tracing now supports CrewAI and Anthropic, enabling a one-line, fully automated tracing experience. (#13903, @​TomeHirata, #13851, @​gabrielfu)

  • Any Type in model signature - MLflow now supports AnyType in model signature. It can be used to host any data types that were not supported before. (#13766, @​serena-ruan)

Other Features:

  • [Tracking] Add update_current_trace API for adding tags to an active trace. (#13828, @​B-Step62)
  • [Deployments] Update databricks deployments to support AI gateway & additional update endpoints (#13513, @​djliden)
  • [Models] Support uv in mlflow.models.predict (#13824, @​serena-ruan)
  • [Models] Add type hints support including pydantic models (#13924, @​serena-ruan)
  • [Tracking] Add the trace.search_spans() method for searching spans within traces (#13984, @​B-Step62)

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#13972, #13968, #13917, #13912, #13906, #13846, @​serena-ruan; #13969, #13959, #13957, #13958, #13925, #13882, #13879, #13881, #13869, #13870, #13868, #13854, #13849, #13847, #13836, #13823, #13811, #13820, #13775, #13768, #13764, @​harupy; #13960, #13914, #13862, #13892, #13916, #13918, #13915, #13878, #13891, #13863, #13859, #13850, #13844, #13835, #13818, #13762, @​B-Step62; #13913, #13848, #13774, @​TomeHirata; #13936, #13954, #13883, @​daniellok-db; #13947, @​AHB102; #13929, #13922, @​Ajay-Satish-01; #13857, @​stevenchen-db; #13773, @​BenWilson2; #13705, @​williamjamir; #13745, #13743, @​WeichenXu123; #13895, @​chenmoneygithub; #14023, @​theBeginner86

Commits
  • ad17101 Run python3 dev/update_mlflow_versions.py pre-release ... (#14055)
  • 31962bf Drop support for LightGBM < 3.3 (#14032)
  • 0e0b689 Use mean_squared_error if root_mean_squared_error is unavailable (#14040)
  • a3dc2e0 Add warning for removing default values in ChatParams (#14043)
  • c95c4a4 Temporarily pin sklearn to <1.6 in test requirements (#14038)
  • dabf714 Fix eval test failure (#14036)
  • c94bfc0 Make the source in Assessment optional & add CODE as a new AssessmentSourceTy...
  • 168a859 Remove deprecated squared parameter (#14028)
  • 16f550e return empty array when DatabricksSDKModelsArtifactRepository.list_artifacts ...
  • 84579de [tracing] Fix Tracing section (#14023)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creatin...

Description has been truncated

Bumps the all-minor-and-patch-dependency-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ray[default]](https://github.com/ray-project/ray) | `2.39.0` | `2.40.0` |
| [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.5` | `0.9.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.4` |
| [aim](https://github.com/aimhubio/aim) | `3.25.1` | `3.27.0` |
| [mlflow](https://github.com/mlflow/mlflow) | `2.18.0` | `2.19.0` |


Updates `ray[default]` from 2.39.0 to 2.40.0
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.39.0...ray-2.40.0)

Updates `nbsphinx` from 0.9.5 to 0.9.6
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.9.5...0.9.6)

Updates `ruff` from 0.8.1 to 0.8.4
- [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.8.1...0.8.4)

Updates `aim` from 3.25.1 to 3.27.0
- [Release notes](https://github.com/aimhubio/aim/releases)
- [Changelog](https://github.com/aimhubio/aim/blob/main/CHANGELOG.md)
- [Commits](aimhubio/aim@v3.25.1...v3.27.0)

Updates `mlflow` from 2.18.0 to 2.19.0
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.18.0...v2.19.0)

---
updated-dependencies:
- dependency-name: ray[default]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: nbsphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: aim
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: mlflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2025 20:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2025
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