Skip to content

MAINT: Bump the minor-and-patch group with 8 updates - #1986

Merged
romanlutz merged 1 commit into
mainfrom
dependabot/uv/minor-and-patch-2201fcdd2d
Jun 10, 2026
Merged

MAINT: Bump the minor-and-patch group with 8 updates#1986
romanlutz merged 1 commit into
mainfrom
dependabot/uv/minor-and-patch-2201fcdd2d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 8 updates:

Package From To
av 17.0.1 17.1.0
azure-storage-blob 12.29.0 12.30.0
pypdf 6.12.2 6.13.1
tqdm 4.67.3 4.68.2
transformers 5.10.1 5.10.2
ipykernel 7.2.0 7.3.0
ty 0.0.43 0.0.46
ruff 0.15.15 0.15.16

Updates av from 17.0.1 to 17.1.0

Release notes

Sourced from av's releases.

v17.1.0

Breaking

  • Remove the undertested av.option and av.descriptor APIs, along with the related Codec and Filter descriptor accessors.

Features

  • Use FFmpeg 8.1.1 in the binary wheels by @​WyattBlue.
  • Build Linux ARMv7 binary wheels by @​WyattBlue.
  • Expose AVCodecContext.global_quality by @​WyattBlue in #2246.
  • Expose Stream.discard so demuxing and seeking can skip unwanted streams by @​WyattBlue (#2272).
  • Add Stream.set_display_matrix() and Stream.set_display_rotation() to write the container display (rotation) matrix on output streams by @​hmaarrfk in #2287.
  • Add Container.video_codec_id to force a specific video codec on a container by @​WyattBlue (#2243).

Fixes

  • Add cython.final to leaf classes, ensuring that they are not subclassed by @​WyattBlue.
  • Warn that CodecContext.decode() is not memory safe in some cases.
  • Fix memory leaks in FFmpegError, AudioLayout channel layouts, and Frame.opaque, and break a reference cycle between FilterLink and Graph by @​lgeiger.
  • Reduce excessive logging lock contention by @​WyattBlue (#2276).
  • Fix a crash when accessing Stream from multiple threads under FFmpeg 8.1 by @​WyattBlue (#2247).
  • Fix a crash during InputContainer initialization by @​WyattBlue (#2010).
  • Fix enumerate_input_devices and enumerate_output_devices raising AttributeError by @​WyattBlue and @​kazuki (#2264).
  • Map HTTP 429 to HTTPTooManyRequestsError instead of UndefinedError by @​WyattBlue (#2267).
  • Fix crash in VideoFrame.to_ndarray() and to_image() on bottom-up frames with a negative line_size by @​WyattBlue (#2213).
  • Make Disposition an IntFlag so Stream.disposition can be assigned without raising TypeError by @​HotariTobu.
  • Assign parser-inferred pts, dts, and duration to packets from CodecContext.parse() by @​WyattBlue (#1919).
  • Copy time_base in add_stream_from_template() by @​daveisfera in #2249.
  • Fix the remux examples dropping keyframes that demux with no DTS, which produced audio-only output by @​WyattBlue (#1917).
  • Fix subtitle UTF-8 handling by @​jbree in #2271.
  • Fix several incorrect malloc size calculations by @​WyattBlue.

New Contributors

Full Changelog: PyAV-Org/PyAV@v17.0.1...v17.1.0

Changelog

Sourced from av's changelog.

v17.1.0

Breaking:

  • Remove the undertested av.option and av.descriptor APIs, along with the related Codec and Filter descriptor accessors.

Features:

  • Use FFmpeg 8.1.1 in the binary wheels by :gh-user:WyattBlue.
  • Build Linux ARMv7 binary wheels by :gh-user:WyattBlue.
  • Expose AVCodecContext.global_quality by :gh-user:WyattBlue in (:pr:2246).
  • Expose Stream.discard so demuxing and seeking can skip unwanted streams by :gh-user:WyattBlue (:issue:2272).
  • Add Stream.set_display_matrix() and Stream.set_display_rotation() to write the container display (rotation) matrix on output streams by :gh-user:hmaarrfk in (:pr:2287).
  • Add Container.video_codec_id to force a specific video codec on a container by :gh-user:WyattBlue (:issue:2243).

Fixes:

  • Add cython.final to leaf classes, ensuring that they are not subclassed by :gh-user:WyattBlue.
  • Warn that CodecContext.decode() is not memory safe in some cases.
  • Fix memory leaks in FFmpegError, AudioLayout channel layouts, and Frame.opaque, and break a reference cycle between FilterLink and Graph by :gh-user:lgeiger.
  • Reduce excessive logging lock contention by :gh-user:WyattBlue (:issue:2276).
  • Fix a crash when accessing Stream from multiple threads under FFmpeg 8.1 by :gh-user:WyattBlue (:issue:2247).
  • Fix a crash during InputContainer initialization by :gh-user:WyattBlue (:issue:2010).
  • Fix enumerate_input_devices and enumerate_output_devices raising AttributeError by :gh-user:WyattBlue and :gh-user:kazuki (:issue:2264).
  • Map HTTP 429 to HTTPTooManyRequestsError instead of UndefinedError by :gh-user:WyattBlue (:issue:2267).
  • Fix crash in VideoFrame.to_ndarray() and to_image() on bottom-up frames with a negative line_size by :gh-user:WyattBlue (:issue:2213).
  • Make Disposition an IntFlag so Stream.disposition can be assigned without raising TypeError by :gh-user:HotariTobu.
  • Assign parser-inferred pts, dts, and duration to packets from CodecContext.parse() by :gh-user:WyattBlue (:issue:1919).
  • Copy time_base in add_stream_from_template() by :gh-user:daveisfera in (:pr:2249).
  • Fix the remux examples dropping keyframes that demux with no DTS, which produced audio-only output by :gh-user:WyattBlue (:issue:1917).
  • Fix subtitle UTF-8 handling by :gh-user:jbree in (:pr:2271).
  • Fix several incorrect malloc size calculations by :gh-user:WyattBlue.
Commits
  • 9724159 Release 17.1.0
  • ef72887 Update Authors
  • 5f5535c Fix remux examples dropping keyframes with no DTS (#1917)
  • 7edf3fc Remove stale autodoc directives for deleted attributes
  • 1940fd4 Fix #2264 (Re-revised)
  • 28d50dd Allow setting the rotation sidedata via new FFMPEG APIs (#2287)
  • 4af11a2 Break reference cycle between FilterLink and Graph
  • 75e6854 Fix memory leak when setting opaque on Frame
  • 209388f Fix memory leak in AudioLayout by uninitializing channel layout
  • 870dd70 Fix FFmpegError memory leak
  • Additional commits viewable in compare view

Updates azure-storage-blob from 12.29.0 to 12.30.0

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.30.0

12.30.0 (2026-06-08)

Features Added

  • Stable release of features from 12.30.0b1
Commits
  • 245d202 Branch prep for release
  • 28ec40e Modified changelogs
  • 3339854 Merge branch 'main' into release/storage/stg102
  • 33075a4 [Storage] Fix Changelog Typos (#46930)
  • 4b183cf [Storage] Updated changelogs after 101 GA (#46914)
  • edf5833 Regenerate azure-mgmt-storagesync with latest code generator tool (#46884)
  • 1f5e399 [Storage] [Datalake] Fixed all next-pylint errors for `azure-storage-file-d...
  • 1a07881 [Storage] Fixed all errors in next-pylint for azure-storage-file-share (#...
  • 49343c0 [Storage] Fix all next-pylint errors for azure-storage-blob (#46601)
  • a1e9a01 ensure that when azure-storage-extensions is added as a dev_req to any of azu...
  • Additional commits viewable in compare view

Updates pypdf from 6.12.2 to 6.13.1

Release notes

Sourced from pypdf's releases.

Version 6.13.1, 2026-06-08

What's new

Security (SEC)

Full Changelog

Version 6.13.0, 2026-06-05

What's new

Security (SEC)

New Features (ENH)

Robustness (ROB)

Maintenance (MAINT)

Full Changelog

Changelog

Sourced from pypdf's changelog.

Version 6.13.1, 2026-06-08

Security (SEC)

  • Prevent infinite loops when processing threads/articles (#3839)

Full Changelog

Version 6.13.0, 2026-06-05

Security (SEC)

  • Avoid infinite loops for outlines and text extraction (#3830)

New Features (ENH)

  • Add Japanese predefined CMaps (#3800)
  • Font: Collect all character widths, not only those that can be unicode mapped (#3798)

Robustness (ROB)

  • Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
  • Handle /Pages node without /Kids during flattening (#3825)
  • Accept inline image EI marker at the end of a content stream (#3827)

Maintenance (MAINT)

  • Type the always-raising deprecation helpers as NoReturn (#3819)

Full Changelog

Commits
  • 7a3a870 REL: 6.13.1
  • 5efe472 SEC: Prevent infinite loops when processing threads/articles (#3839)
  • 80509e3 ROB: Avoid recursion errors for _doc_common (#3838)
  • d74d95d MAINT: Remove unreachable return in read_until_regex (#3833)
  • 1f56e9a ROB: Skip truncated bfrange and bfchar lines in process_cm_line (#3829)
  • 98afb45 REL: 6.13.0
  • 68822de SEC: Avoid infinite loops for outlines and text extraction (#3830)
  • ddd3485 ROB: Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
  • 5cebe5e ROB: Handle /Pages node without /Kids during flattening (#3825)
  • be173fe ROB: Accept inline image EI marker at the end of a content stream (#3827)
  • Additional commits viewable in compare view

Updates tqdm from 4.67.3 to 4.68.2

Release notes

Sourced from tqdm's releases.

tqdm v4.68.2 stable

  • revert accidental change to ascii default (fixes #1760)
    • UnicodeEncodeError: 'charmap' codec can't encode characters in position 6-7: character maps to <undefined> can be fixed by installing tqdm!=4.68.0,!=4.68.1
  • misc docs updates
    • fix links
    • replace stray rst -> md syntax
    • consistent "progress bar" terminology (#1737)
  • tests: fix coverage (fixes #1760)

tqdm v4.68.1 stable

tqdm v4.68.0 stable

  • utils: simplify terminal size detection (#1760)
  • contrib
    • itertools (#1760)
      • add chain, permutations, combinations, combinations_with_replacement, batched
      • add product(repeat=1) keyword argument (#1428)
    • fix discord, telegram error handling
    • fix discord, slack, telegram format for total=None
  • soft-deprecate tqdm.utils.envwrap -> envwrap
  • benchmarks: fix asv
  • misc linting
  • misc framework updates
    • CI: migrate manual job to pre-commit.ci
    • bump workflow actions & pre-commit hooks
Commits
  • 4b33952 revert accidental change to tqdm(ascii) default
  • b10848f docs: fix links
  • 85b62dd docs: replace stray rst -> md
  • d2fb04a docs: mention OpenAI sponsorship
  • 85940f9 docs: consistent progress bar terminology
  • 9dbb36b tests: fix coverage
  • 67cf355 Merge pull request #1751 from jaltmayerpizzorno/fix-atexit-monitor-deadlock
  • cfa4a85 minor docstring updates
  • f83290c Fix TMonitor deadlock at interpreter shutdown
  • 59029c3 Set name for tqdm monitor thread (#1752)
  • Additional commits viewable in compare view

Updates transformers from 5.10.1 to 5.10.2

Release notes

Sourced from transformers's releases.

Patch release v5.10.2

There was a big bug in the model conversion of models related to clip, this affected models like sam3 and others. Please make sure to update 🙏

Full Changelog: huggingface/transformers@v5.10.1...v5.10.2

Commits

Updates ipykernel from 7.2.0 to 7.3.0

Release notes

Sourced from ipykernel's releases.

v7.3.0

7.3.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

... (truncated)

Changelog

Sourced from ipykernel's changelog.

7.3.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​adityawasudeo (activity) | @​Carreau (activity) | @​erawn (activity) | @​goelakash (activity) | @​ianthomas23 (activity) | @​JohanMabille (activity) | @​krassowski (activity) | @​minrk (activity) | @​P4X-ng (activity) | @​pelson (activity) | @​rgbkrk (activity)

... (truncated)

Commits
  • 5dbd5ce Publish 7.3.0
  • 28e9cf8 chore: update pre-commit hooks (#1508)
  • 4e4f82c Support ZMQ Curve for transport encryption (#1515)
  • b64f597 Merge branch 'main' into curve-encryption
  • 6fc8b58 Fix broken IPython Reference URL in help_links (#1526)
  • cd6f460 Fix typing due to new jupyter_client version
  • b0678ba Update pyproject.toml to depend on jupyter_client 8.9.0 rather than branch
  • 2157ae7 Update tests to reflact rename to "auto"
  • 336971e build docs on latest python (#1525)
  • 7ecb521 Fix tests
  • Additional commits viewable in compare view

Updates ty from 0.0.43 to 0.0.46

Release notes

Sourced from ty's releases.

0.0.46

Release Notes

Released on 2026-06-08.

Bug fixes

  • Avoid crash when hovering over Callable (#25759)

Core type checking

  • Support Callable() in match statement class patterns (#25541)
  • Improve support for enum.property (#25681)

Contributors

Install ty 0.0.46

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.46/ty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.46/ty-installer.ps1 | iex"

Download ty 0.0.46

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ty-x86_64-apple-darwin.tar.gz Intel macOS checksum
ty-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ty-i686-pc-windows-msvc.zip x86 Windows checksum
ty-x86_64-pc-windows-msvc.zip x64 Windows checksum
ty-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ty-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ty-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ty-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ty-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
ty-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ty-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.46

Released on 2026-06-08.

Bug fixes

  • Avoid crash when hovering over Callable (#25759)

Core type checking

  • Support Callable() in match statement class patterns (#25541)
  • Improve support for enum.property (#25681)

Contributors

0.0.45

Released on 2026-06-08.

Bug fixes

  • Avoid treating dynamic class attributes as instance attributes (#25678)
  • Fix divergence in recursive inference due to ambiguous overload (#25548)
  • Preserve literal promotion for mixed bounds (#25648)

Diagnostics

  • Add missing-type-argument lint rule (#25617)

Core type checking

  • Add support for narrowing on tuple match cases (#25493)
  • Check implicit open TypedDict extra items (#25628)
  • Create fresh copies of generic callable typevars (#24949)
  • Preserve deprecation on replacement functions (#25688)
  • Preserve intersection receivers during attribute lookup (#25626)
  • Preserve transparent callable decorators (#25030)

Performance

  • Avoid AST load for callable description names (#25728)
  • Avoid caching absent class decorators and type parameters (#25689)
  • Avoid caching atomic type specializations (#25663)
  • Avoid caching constant constraint relations (#25656)
  • Avoid caching missing implicit attributes (#25649)
  • Avoid caching trivial class-header queries (#25692)

... (truncated)

Commits

Updates ruff from 0.15.15 to 0.15.16

Release notes

Sourced from ruff's releases.

0.15.16

Release Notes

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.16

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

Commits
  • 6c498ab Bump 0.15.16 (#25635)
  • e51e132 [flake8-async] Implement yield-in-context-manager-in-async-generator (`AS...
  • 7c6dcd9 [ty] ...

    Description has been truncated

Bumps the minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [av](https://github.com/PyAV-Org/PyAV) | `17.0.1` | `17.1.0` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.29.0` | `12.30.0` |
| [pypdf](https://github.com/py-pdf/pypdf) | `6.12.2` | `6.13.1` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.68.2` |
| [transformers](https://github.com/huggingface/transformers) | `5.10.1` | `5.10.2` |
| [ipykernel](https://github.com/ipython/ipykernel) | `7.2.0` | `7.3.0` |
| [ty](https://github.com/astral-sh/ty) | `0.0.43` | `0.0.46` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.15` | `0.15.16` |


Updates `av` from 17.0.1 to 17.1.0
- [Release notes](https://github.com/PyAV-Org/PyAV/releases)
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v17.0.1...v17.1.0)

Updates `azure-storage-blob` from 12.29.0 to 12.30.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.29.0...azure-storage-blob_12.30.0)

Updates `pypdf` from 6.12.2 to 6.13.1
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.12.2...6.13.1)

Updates `tqdm` from 4.67.3 to 4.68.2
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.3...v4.68.2)

Updates `transformers` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v5.10.1...v5.10.2)

Updates `ipykernel` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v7.2.0...v7.3.0)

Updates `ty` from 0.0.43 to 0.0.46
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.43...0.0.46)

Updates `ruff` from 0.15.15 to 0.15.16
- [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.15.15...0.15.16)

---
updated-dependencies:
- dependency-name: av
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: azure-storage-blob
  dependency-version: 12.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pypdf
  dependency-version: 6.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tqdm
  dependency-version: 4.68.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: transformers
  dependency-version: 5.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ipykernel
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ty
  dependency-version: 0.0.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.15.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 10, 2026
@romanlutz
romanlutz added this pull request to the merge queue Jun 10, 2026
@romanlutz romanlutz self-assigned this Jun 10, 2026
Merged via the queue into main with commit c49e85c Jun 10, 2026
47 checks passed
@romanlutz
romanlutz deleted the dependabot/uv/minor-and-patch-2201fcdd2d branch June 10, 2026 14:22
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant