Skip to content

Conversation

@konflux-internal-p02
Copy link

@konflux-internal-p02 konflux-internal-p02 bot commented Jan 21, 2026

This PR contains the following updates:

Package Change Age Confidence
joblib 1.5.1 -> 1.5.3 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

joblib/joblib (joblib)

v1.5.3

Compare Source

  • The Memory object won't overwrite an already existing .gitignore file in its
    cache directory anymore.
    #​1742

  • Harden the safety checks in eval_expr(pre_dispatch) to prevent excessive
    memory allocation and potential crashes by limiting the allowed length of the
    expression and the maximum numeric value of sub-expressions and not
    evaluating expressions with non-numeric literals.
    #​1744

  • Vendor cloudpickle 3.1.2 to fix a pickling problem with interactively
    defined abstract base classes and type annotations in Python 3.14+.

v1.5.2

Compare Source

  • Vendor loky3.5.6 fixing the resource tracker for python 3.13.7+
    #​1740

Memory:


- Ensure that temporary files managed by the ``Memory`` object do not collide
  when using the same cache directory when the cache directory is accessed
  concurrently from different nodes on a cluster with a shared filesystem.
  https://github.com/joblib/joblib/pull/1656

Release 1.5.1 - 2025/05/23
--------------------------

- Fix backend hints causing errors when no multiprocessing is present
  https://github.com/joblib/joblib/issues/1721

- Vendor ``loky3.5.5`` fixing the resource_tracker clean up with earlier Python
  versions. https://github.com/joblib/joblib/issues/1724

Release 1.5.0 -- 2025/05/03
---------------------------

Memory:
  • Enforce age_limit is a positive timedelta for Memory.reduce_size,
    to avoid silently ignoring it.
    #​1613

  • Remove deprecated bytes_limit argument for Memory, which should
    be passed directly to Memory.reduce_size.
    #​1569

  • Extend functionality of the check_call_in_cache method to now also
    check against cache validity. Before, it would only check for a given call
    if it is in cache memory.
    #​1584

  • The Memory object now automatically creates a .gitignore file in its
    cache directory, instructing git to ignore the entire folder.
    #​1674

Parallel:


- Fixed a bug that caused the ``timeout`` parameter in ``joblib.Parallel`` to be
  ineffective when used along with ``return_as='generator_unordered'``.
  https://github.com/joblib/joblib/issues/1586

- Pretty printing of ``Parallel`` execution progress when the number of tasks is
  known. https://github.com/joblib/joblib/pull/1608

- Make it possible to pass extra arguments to the ``LokyBackend`` and
  ``MultiprocessingBackend``, enabling the use of ``initializer``.
  https://github.com/joblib/joblib/pull/1525

- Refactor and document the custom parallel backend API.
  https://github.com/joblib/joblib/pull/1667

Maintenance:
  • Drop support for Python 3.8.
    #​1669

  • Support for Python 3.13 free-threaded has been added.
    #​1589

  • Drop support for PyPy.
    #​1670

  • Fixed an issue affecting joblib.load calls with non-null mmap_mode
    parameter when loading compressed python objects. It wrongly attempted to load
    with np.memmap anyway, resulting in python exceptions or corrupted data.
    The result now properly use in-memory np.array arrays, in accordance with
    the warnings that are emitted in this case.
    #​1681

  • Fix a regression in 1.3 and 1.4 that caused large big endian arrays to trigger
    a serialization error. #​1545

  • Added a ensure_native_byte_order parameter to joblib.load. When
    True and mmap_mode is None, loaded arrays are automatically coerced
    to a byte order that matches the endianness of the host system. This behavior
    has been the default since joblib==1.3, and can now be disabled if the
    parameter is set to False instead. Note that setting it to True will
    raise an error if mmap_mode is not null. The default value 'auto' is
    equivalent to always setting True if mmap_mode is None, else always
    False. #​1561

  • Fix support for python 3.14 in hashing, with the addition of
    an extra argument in Pickler._batch_setitems.
    #​1688

  • Fix tests on platforms with only one CPU core.
    #​1682

  • Bump vendored cloudpickle to 3.1.1 to support Python 3.14 (dev) and
    various other fixes.

  • Bump vendored loky to 3.5.3 to support recent Python versions without
    raising the warning on calls to os.fork and fix various sources of crashes
    and deadlocks.

  • Use pickle protocol 5 for pickling numpy arrays with object type.
    #​1682


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@openshift-ci
Copy link

openshift-ci bot commented Jan 21, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: konflux-internal-p02[bot]
Once this PR has been reviewed and has the lgtm label, please assign israel-hdez for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Jan 21, 2026

Hi @konflux-internal-p02[bot]. Thanks for your PR.

I'm waiting for a red-hat-data-services member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants