Commit Graph

907 Commits

Author SHA1 Message Date
Bhimraj Yadav
aa6a6f9012 chore(tests): update PyTorch versions in CI workflows to include 2.10 (#21501) 2026-03-17 07:45:54 +00:00
Bhimraj Yadav
283ce7733e ci: move torch-tensorrt to GPU-only test requirements (#21575)
* ci: move torch-tensorrt dependency to GPU-only requirements

torch-tensorrt is GPU-only (requires CUDA) and all its tests use
`@RunIf(min_cuda_gpus=1)`, so installing it in CPU CI provides no
value while blocking PyTorch version upgrades due to wheel
compatibility lag.

* ci: add GPU-specific test requirements to setup
2026-03-09 22:03:56 +05:45
dependabot[bot]
a3a28b3ca8 build(deps): bump actions/upload-artifact from 6 to 7 (#21563)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 15:20:46 +05:30
dependabot[bot]
4984eac0a7 build(deps): bump actions/download-artifact from 7 to 8 (#21562)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 09:39:39 +00:00
Deependu
92a54747aa Bump pyyaml in CI (#21558)
* update

* retrigger
2026-02-28 17:21:08 +00:00
Deependu
8d86b2417d fix: resolve pkg-resources deprecation issue (#21538) 2026-02-16 11:28:25 +00:00
Shion Matsumoto
affee2885b Add Python 3.13 to CI (#21360)
* add 3.13 and 3.14 tests

* filter numpy warnings

* stick to py313 for now

* wrap in enum.member

* conditionally import enum.member

* not it

* conditional numpy version

* undo

* add igonore for future warning

* drop pin for numpy

* update numpy version

* update numpy version

* update numpy pin

* update

* re-trigger ci

* re-run to run al missing actions

---------

Co-authored-by: bhimrazy <bhimrajyadav977@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2026-01-08 16:44:13 +05:45
dependabot[bot]
d67a282e52 build(deps): bump actions/download-artifact from 6 to 7 (#21419)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:14:33 +01:00
dependabot[bot]
7ac9699a57 build(deps): bump peter-evans/create-pull-request from 7 to 8 (#21422)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:13:50 +01:00
dependabot[bot]
8df577d70a build(deps): bump actions/upload-artifact from 5 to 6 (#21421)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:13:38 +01:00
dependabot[bot]
fe48fb07d1 build(deps): bump actions/cache from 4 to 5 (#21423)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
2025-12-19 12:13:00 +01:00
dependabot[bot]
0cb5ed513b build(deps): bump actions/checkout from 5 to 6 (#21375)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 18:33:18 +01:00
Justus Schock
25c9922111 Revert Rerouting (#21385)
Revert "Internal Refactor: Reroute Implementations (#21354)"

This reverts commit 9a10959f25.
2025-11-27 12:32:42 +01:00
Justus Schock
9a10959f25 Internal Refactor: Reroute Implementations (#21354)
* forward xla impl

* forward logger implementation

* forward logger implementation: mlflow

* update neptune logger

* forward kubeflow implementation

* forward lsf env

* move torchelastic

* update xla env

* forward bitsandbytes

* forward deepspeed precision

* forward transformer engine

* forward XLA precision

* forward deepspeed strategy fabric

* integrate xla strategies

* update pytorch deepspeed precision

* forward trainer xla single device

* XLA ddp trainer

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update fabric tests

* fabric tests

* tests

* update version

* update

* update

* update

* update

* update

* update

* fix doc issue

* fix mypy issue

* fix readthedocs and ci cpu tests

* update

* update

* update

* update

* update

* update

* fix deepspeed assertion

* update

* fix transformer engine mock

* update

* logger mocks

* add tpu mocks

* update

* update

* update

* update

* fix docmake

* update

* update

* fix loggers error

* update

* update

* update

* update

* pin cuda version

* update

* try with removing libnccl downloading

* undo cuda pinning

* update

* update

* corretly handle model property

* update error types and add property forwarding

* update

* update

* update

* meow meow

* claymore!!!

* remove todo

* remove todos + version

* retrigger-ci to fix ple release issue

* fix mocks xla

---------

Co-authored-by: Deependu Jha <deependujha21@gmail.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
2025-11-21 12:54:12 +01:00
Bhimraj Yadav
126fa6f1bf test(ci): add pytorch version 2.9 for CPU tests (#21352)
* ci: update test configurations for "lightning" and "pytorch" packages with new PyTorch versions

* Okay, this ` RuntimeError: makeDeviceForHostname(): unsupported gloo device` sems to be a known issue so ignoring foro 2.9 as well for windows

* update
2025-11-15 10:55:07 +05:45
Nicki Skafte Detlefsen
233794816d Update ci to min python v3.10 (#21344)
* update ci to min python v3.10

* fix string formatting
2025-11-07 16:31:31 +00:00
Justus Schock
739cf136f9 Remove Support For Deprecated Habana (#21327)
* remove habana

* changelog

* remove from install

* update docs

* update

* update

* pytest match
2025-11-03 18:11:02 +01:00
dependabot[bot]
41c49a7f30 build(deps): bump actions/upload-artifact from 4 to 5 (#21315)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 09:57:38 +01:00
dependabot[bot]
25cc7b26b6 build(deps): bump actions/download-artifact from 5 to 6 (#21316)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 09:57:14 +01:00
Jirka Borovec
2f448e14fc drop dumping wheels after UV switch (#21217) 2025-10-28 14:01:03 +00:00
dependabot[bot]
701e560261 build(deps): bump astral-sh/setup-uv from 6 to 7 (#21284)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
2025-10-15 08:20:02 +05:45
Nicki Skafte Detlefsen
760620742e Add note on accessing last and best checkpoint (#21241) 2025-09-25 10:09:57 +01:00
Shion Matsumoto
e9368a79d2 ci: uv for docs-build (#21206)
replace pip with uv

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-09-15 21:21:22 +02:00
Bhimraj Yadav
bfb15b7c2c fix: Checkout and Git LFS fetch issue for pytorch docs workflow (#21219) 2025-09-15 14:50:52 +02:00
Jirka Borovec
861256517b drop using dockers (#21190)
* drop using dockers

* drop build
2025-09-10 13:35:47 +01:00
Jirka Borovec
cd30ce4581 tests: ignore future warning for oldest configurations (#21185)
* tests: ignore future warning for oldest configurations
* prune_pytest_as_errors
* update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-08 22:48:11 +02:00
Shion Matsumoto
75a6bf7832 code check with uv (#21183)
* code check with uv
* prune cache
* add back mypy cache

---

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-09-08 20:37:27 +02:00
Jirka Borovec
d204cb10af fix using CPU torch with UV (#21181)
* fix using CPU torch with UV

* ignore

* ignore
2025-09-08 13:01:45 +05:45
dependabot[bot]
33d748d330 build(deps): bump actions/labeler from 5 to 6 (#21176)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 07:27:25 +02:00
dependabot[bot]
0b73f4b645 build(deps): bump actions/setup-python from 5 to 6 (#21175)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 07:26:27 +02:00
Shion Matsumoto
663b6ce3a8 uv for tests-fabric (#21155) 2025-09-03 15:53:04 +02:00
Shion Matsumoto
29e8ce4b8a uv for pytorch tests (#21148)
* swap to uv
* no pip cache
* enable caching. use venv.
* activate environment
* fix uninstall
* replace pip with uv
* activate venv
* --find-links=...
* GLOO_SOCKET_IFNAME

---------

Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka B <j.borovec+github@gmail.com>
2025-09-03 10:02:35 +02:00
Nicki Skafte Detlefsen
5071a04ae5 Add support for deepspeeds exclude_frozen_parameters (#21060)
* add to deepspeed strategies
* add testing
* changelog
* GLOO_SOCKET_IFNAME

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka B <j.borovec+github@gmail.com>
2025-09-02 16:15:38 +02:00
Shion Matsumoto
c3ca8a516f Fix workflow matrix reference (#21145)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-09-02 11:15:42 +02:00
Shion Matsumoto
e760ad5643 Simplify Fabric tests workflow matrix (#21142) 2025-09-01 17:47:03 +02:00
Shion Matsumoto
db77fa7a44 Simplify workflow matrix (#21132)
* simplify
* add config field
2025-09-01 12:45:37 +02:00
dependabot[bot]
9a41f1f68e build(deps): bump google-github-actions/setup-gcloud from 2 to 3 (#21140)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2 to 3.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2...v3)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 09:34:49 +02:00
dependabot[bot]
c504088b03 build(deps): bump google-github-actions/auth from 2 to 3 (#21139)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/auth/compare/v2...v3)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 09:34:31 +02:00
Jirka Borovec
a08b64edda ci: pin also test requirements for minimal setup (#21102)
* ci: pin also test requirements for minimal setup
* onnx >1.12.0
* numpy >1.20.0
* onnxscript >= 0.1.0
* tensorboard >=2.11
* tensorboardX >=2.6

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-21 18:07:18 +02:00
Jirka Borovec
8ff43d46d1 switch to lightning_utilities.cli requirements set-oldest (#21077) 2025-08-19 13:15:58 +02:00
dependabot[bot]
5751f8cdbc build(deps): bump actions/checkout from 4 to 5 (#21091)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 08:35:33 +02:00
GdoongMathew
39e24f5d37 Torch-Tensorrt Integration with LightningModule (#20808)
* feat: add `to_tensorrt` in the `LightningModule`.
* refactor: fix `to_tensorrt` impl
* test: add test_torch_tensorrt.py
* add dependency in test requirement
* limit the torch-tensorrt condition again
* update tensorrt version
* update tensorrt source
* update test.txt
* ci: add extra-index
* ci: use find-links instead. works on my computer...
* fix: fix bug in torch-tensorrt 2.8.0
* add find links in ci test.
* chlog

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka B <j.borovec+github@gmail.com>
2025-08-15 10:50:55 +02:00
Jirka Borovec
4ff8ff7d76 chore: bump PyTorch version in dependencies & CI (#21043)
* bump PyTorch version in dependencies & CI

build(deps): update torchvision requirement in /requirements

Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/compare/v0.16.0...0.23.0)

---
updated-dependencies:
- dependency-name: torchvision
  dependency-version: 0.23.0
  dependency-type: direct:production
...

* RunIf(linux_only=True)
* _xfail_gloo_windows
* FixMe
* flaky

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-13 09:18:30 +02:00
Jirka Borovec
f0676260ba docker: simplify the docker name with CUDA (#21001)
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
2025-08-11 17:26:00 +02:00
dependabot[bot]
14be476820 build(deps): bump actions/download-artifact from 4 to 5 (#21049)
* build(deps): bump actions/download-artifact from 4 to 5

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-08-11 12:09:41 +02:00
dependabot[bot]
daed436539 build(deps): bump Lightning-AI/utilities from 0.15.0 to 0.15.2 (#21050)
* build(deps): bump Lightning-AI/utilities from 0.15.0 to 0.15.2

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.15.0 to 0.15.2.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lightning-ai/utilities/compare/v0.15.0...v0.15.2)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-08-11 11:54:32 +02:00
Jirka Borovec
20960ec3b6 docker: build images for latest PT 2.8 (#21042)
* docker: build images for latest PT `2.8`
* build release
2025-08-08 17:45:38 +02:00
dependabot[bot]
95ad9c25d1 build(deps): bump Lightning-AI/utilities from 0.14.3 to 0.15.0 (#21010)
* build(deps): bump Lightning-AI/utilities from 0.14.3 to 0.15.0

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.14.3 to 0.15.0.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lightning-ai/utilities/compare/v0.14.3...v0.15.0)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Deependu <deependujha21@gmail.com>
2025-08-04 20:10:26 +05:30
Jirka Borovec
ca3880a2bb ci: bump sorting group-check (#20955)
* ci: debug sorting group-check

* trigger

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* @bump/node20

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* Empty-Commit

* dependabot/npm_and_yarn/multi-63fbbd1def

* dependabot/npm_and_yarn/brace-expansion-1.1.12

* dependabot/npm_and_yarn/octokit/webhooks-9.26.3

* dependabot/npm_and_yarn/braces-3.0.3

* dependabot/npm_and_yarn/multi-4e11cecdf1

* dependabot/npm_and_yarn/json5-1.0.2

* dependabot/npm_and_yarn/multi-3e154a7e10

* bump/5.5

* Apply suggestions from code review
2025-07-03 17:24:11 +02:00
Jirka Borovec
02ddc349f8 ci: force pip install with --upgrade-strategy=eager (#20958) 2025-07-02 12:42:05 +02:00