Skip to content

Bump the uv group with 56 updates#4319

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-8c238d3bb1
Open

Bump the uv group with 56 updates#4319
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-8c238d3bb1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv group with 56 updates:

Package From To
mako 1.3.10 1.3.12
ubelt 1.4.1 1.4.2
tqdm 4.67.3 4.68.3
zstandard 0.18.0 0.25.0
bottle 0.12.25 0.13.4
torch 2.11.0 2.12.1
torchvision 0.26.0 0.27.1
dspy 3.1.3 3.2.1
google-api-python-client 2.193.0 2.198.0
numba 0.65.0 0.65.1
colorcet 3.1.0 3.2.1
matplotlib 3.10.8 3.10.9
fairlearn 0.9.0 0.14.0
simple-slurm 0.2.7 0.3.6
pypinyin 0.49.0 0.55.0
opencc 1.2.0 1.3.2
pymongo 4.16.0 4.17.0
unitxt 1.26.9 1.26.10
pythainlp 5.0.0 5.3.4
pyonmttok 1.37.0 1.38.1
boto3 1.42.83 1.43.38
awscli 1.44.73 1.45.38
botocore 1.42.83 1.43.38
anthropic 0.89.0 0.115.0
openai 2.30.0 2.44.0
tiktoken 0.12.0 0.13.0
pydantic 2.12.5 2.13.4
google-genai 1.70.0 1.75.0
einops 0.7.0 0.8.2
selenium 4.41.0 4.45.0
opencv-python-headless 4.11.0.86 4.13.0.92
diffusers 0.34.0 0.38.0
omegaconf 2.3.0 2.3.1
pytorch-lightning 2.6.1 2.6.5
wandb 0.25.1 0.28.0
google-cloud-translate 3.25.0 3.27.0
opencv-python 4.8.1.78 4.13.0.92
timm 0.6.13 0.9.16
torch-fidelity 0.3.0 0.4.0
soundfile 0.13.1 0.14.0
flash-attn 2.8.3 2.8.3.post1
rapidfuzz 3.14.3 3.14.5
litellm 1.83.0 1.90.1
pytest 9.0.3 9.1.1
xdoctest 1.2.0 1.3.2
pre-commit 2.20.0 2.21.0
black 24.3.0 24.10.0
mypy 1.16.0 1.20.2
mkdocs 1.6.0 1.6.1
mkdocstrings-python 1.3.0 1.19.0
mkdocs-include-markdown-plugin 7.1.8 7.3.0
types-cachetools 6.2.0.20260317 6.2.0.20260408
types-pyyaml 6.0.12.20250915 6.0.12.20260518
types-requests 2.33.0.20260402 2.33.0.20260518
types-simplejson 3.20.0.20260402 3.20.0.20260518
types-tabulate 0.10.0.20260308 0.10.0.20260508

Updates mako from 1.3.10 to 1.3.12

Release notes

Sourced from mako's releases.

1.3.12

Released: Tue Apr 28 2026

bug

  • [bug] [template] Fixed issue in TemplateLookup where a URI with backslash path separators (e.g. \..\secret.txt) could bypass the directory traversal check on Windows, allowing reads of arbitrary files outside of the template directory. Backslash characters in URIs are now normalized to forward slashes before path resolution.

    References: #435

1.3.11

Released: Tue Apr 14 2026

bug

  • [bug] [template] Fixed issue in TemplateLookup where a URI with a double-slash prefix (e.g. //../../) could bypass the directory traversal check in Template, allowing reads of arbitrary files outside of the template directory. The issue was caused by an inconsistency in how leading slashes were stripped between TemplateLookup.get_template() and Template initialization.

    References: #434

Commits

Updates ubelt from 1.4.1 to 1.4.2

Release notes

Sourced from ubelt's releases.

Version 1.4.2

This update is a continued improvement to type annotations. It additionally moves to trusted publishing on github.

What's Changed

Full Changelog: Erotemic/ubelt@v1.4.0...refs/heads/release

Changelog

Sourced from ubelt's changelog.

Version 1.4.2 - Unreleased

Changed

  • Improved urepr type annotations
  • Improved general type annotations
  • Removed internal helpers from urepr

Breaking

  • In order to better support static typing some corner case behaviors have changed, e.g. instead of checking hasattr(self, '__len__') we check isinstance(self, Sized): in NiceRepr.
Commits

Updates tqdm from 4.67.3 to 4.68.3

Release notes

Sourced from tqdm's releases.

tqdm v4.68.3 stable

  • utils: delay os.get_terminal_size (#1763 <- #1760)
  • autonotebook: support QtConsole, Spyder, JupyterLite (#1763, #1628, #1559 <- #1283, #1098, #512)
  • minor docs updates
    • fix typo (#1762)
    • use git-fame
  • misc minor framework updates
    • fix & update CI build
    • pre-commit: add docs & metadata generation
    • move tox.ini -> pyproject.toml, move tox-gh-actions -> tox-gh
    • add Python 3.14, drop 3.7 support

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
  • 9aff609 bump version, merge pull request #1763 from tqdm/jupyterlite
  • 9872f80 drop date from snap version str to fix pydantic
  • b829334 support QtConsole, Spyder, JupyterLite
  • 6fa4867 delay os.get_terminal_size
  • 748e107 lint
  • e6e29eb move tox.ini -> pyproject.toml
  • 617e4fa tox-gh-actions -> tox-gh
  • c49c50d add python 3.14, drop python 3.7 support
  • fa2bcdb pre-commit: tqdm.1
  • 1ec7988 auto git-fame
  • Additional commits viewable in compare view

Updates zstandard from 0.18.0 to 0.25.0

Release notes

Sourced from zstandard's releases.

0.25.0

  • PyO3 Rust created upgraded from 0.24 to 0.25. (#273)
  • We now use Py_REFCNT(obj) instead of accessing (*obj)->ob_refcnt directly. This fixes a nogil / multi-threaded compile error. (#201, #275)
  • A zstandard commit to fix qsort detection on BSD operating systems has been backported. (#272)
  • The PYTHON_ZSTANDARD_IMPORT_POLICY environment variable now has leading and trailing whitespace stripped. Values like cffi and cffi are now equivalent to cffi.
  • The CI jobs for building wheels have been overhauled to always use cibuildwheel and uv (where possible). This change should be backwards compatible. But wheel building for this project has historically been fragile and there may be unwanted changes. We're optimistic that standardizing on uv (except for musllinux ppc64le and s390x where uv isn't available) will lead to more stability over time.
  • CI now runs tests against the wheels we distribute. Previously, we ran tests against a separate build that was theoretically identical. But the builds may have been subtly different, leading to preventable bugs in our wheels. (Enabling this test coverage did not uncover any failures.)
  • The pyproject.toml build backend has been switched from setuptools.build_meta:__legacy__ to setuptools.build_meta.
  • The setuptools build dependency has been upgraded from <69.0.0 to >=77.0.0. Modern versions of setuptools broke --config-settings=--build-option=... as part of implementing PEP 660. A workaround is to use --config-settings=--global-option=... instead. --global-option apparently is deprecated and the setuptools folks have yet to figure out how to thread config settings into setup.py invocations. (--build-option is sent to the build_wheel command but not the build_editable command.)
  • Python 3.14 wheels are now built with manylinux_2_28 (versus manylinux2014) for older Python versions. This may raise the minimum glibc version, effectively dropping support for Debian 8 and 9, Ubuntu 13.10 through 18.04, Fedora 19 to 28, and RHEL/Centos 7. However, in practice most platforms don't container newer glibc symbols and are still ABI compatible with manylinux2014 and glibc 2.17.
  • We now require cffi >= 2.0.0b on Python 3.14. <3.14 still requires 1.17. (#274)
  • The cffi backend is now automatically disabled for free-threaded builds on Python <3.14, as cffi didn't implement free-threaded support until the 2.0 release. (#274)
  • Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not yet formally support free-threaded builds. (#276)
  • The C and Rust backends now declare the GIL as unused.
  • The pythoncapi_compat.h file has been upgraded to the latest version. (#278)
  • setup.py now depends on packaging and uses packaging.version.Version for version comparisons. This removes some deprecation warnings from usage of legacy distutils Version classes.
  • Relax run-time libzstd version checking in C extension from exactly 1.5.7 to >=1.5.6. (#254, #267)
  • C extension types now (correctly) declare their fully qualified type names

... (truncated)

Changelog

Sourced from zstandard's changelog.

0.25.0 (released 2025-09-14)

  • PyO3 Rust created upgraded from 0.24 to 0.25. (#273)
  • We now use Py_REFCNT(obj) instead of accessing (*obj)->ob_refcnt directly. This fixes a nogil / multi-threaded compile error. (#201, #275)
  • A zstandard commit to fix qsort detection on BSD operating systems has been backported. (#272)
  • The PYTHON_ZSTANDARD_IMPORT_POLICY environment variable now has leading and trailing whitespace stripped. Values like cffi and cffi are now equivalent to cffi.
  • The CI jobs for building wheels have been overhauled to always use cibuildwheel and uv (where possible). This change should be backwards compatible. But wheel building for this project has historically been fragile and there may be unwanted changes. We're optimistic that standardizing on uv (except for musllinux ppc64le and s390x where uv isn't available) will lead to more stability over time.
  • CI now runs tests against the wheels we distribute. Previously, we ran tests against a separate build that was theoretically identical. But the builds may have been subtly different, leading to preventable bugs in our wheels. (Enabling this test coverage did not uncover any failures.)
  • The pyproject.toml build backend has been switched from setuptools.build_meta:__legacy__ to setuptools.build_meta.
  • The setuptools build dependency has been upgraded from <69.0.0 to >=77.0.0. Modern versions of setuptools broke --config-settings=--build-option=... as part of implementing PEP 660. A workaround is to use --config-settings=--global-option=...`` instead. --global-optionapparently is deprecated and the setuptools folks have yet to figure out how to thread config settings intosetup.py invocations. (`--build-option is sent to the build_wheel command but not the build_editable command.)
  • Python 3.14 wheels are now built with manylinux_2_28 (versus manylinux2014) for older Python versions. This may raise the minimum glibc version, effectively dropping support for Debian 8 and 9, Ubuntu 13.10 through 18.04, Fedora 19 to 28, and RHEL/Centos 7. However, in practice most platforms don't container newer glibc symbols and are still ABI compatible with manylinux2014 and glibc 2.17.
  • We now require cffi >= 2.0.0b on Python 3.14. <3.14 still requires 1.17. (#274)
  • The cffi backend is now automatically disabled for free-threaded builds on Python <3.14, as cffi didn't implement free-threaded support until the 2.0 release. (#274)
  • Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not yet formally support free-threaded builds. (#276)
  • The C and Rust backends now declare the GIL as unused.
  • The pythoncapi_compat.h file has been upgraded to the latest version. (#278)
  • setup.py now depends on packaging and uses packaging.version.Version for version comparisons. This removes some deprecation warnings from usage of legacy distutils Version classes.
  • Relax run-time libzstd version checking in C extension from exactly 1.5.7

... (truncated)

Commits
  • 7a77a75 global: release 0.25.0
  • 7935539 rust: cargo upgrade
  • bc3074c rust: update dependencies
  • 51a277a c-ext: correctly define fully qualified type names to zstandard.*
  • 9ccbc39 docs: fix ReST in news.rst
  • 58c68a1 zstd: synchronize qsort code with upstream
  • 395f693 docs: document existence of compression.zstd in stdlib
  • 6967817 docs: update comparisons to other implementations
  • e4e829a docs: document new libzstd version constraint behaviors
  • 604a65a Relax libzstd version checking
  • Additional commits viewable in compare view

Updates bottle from 0.12.25 to 0.13.4

Release notes

Sourced from bottle's releases.

0.13.4

Full Changelog: bottlepy/bottle@0.13.3...0.13.4

0.13.3

Metadata release only (no changes)

0.13.2

What's Changed

Full Changelog: bottlepy/bottle@0.13.1...0.13.2

0.13.1

Full Changelog: bottlepy/bottle@0.13.0...0.13.1

0.13.0

Release 0.13

Warning, this is release is not fully backwards compatible as it drops support for end-of-life python versions. See https://bottlepy.org/docs/dev/changelog.html#release-0-13 for noteworthy changes and bottlepy/bottle@0.12.25...0.13.0 for a complete list.

Changelog

Sourced from bottle's changelog.

.. highlight:: python .. currentmodule:: bottle

============= Release Notes

This project loosly follows Semantic Versioning (major.minor.patch), with the exception that changes are allowed in minor releases as long as the change is necessary to match documentation, specification or expectation. In other words: Bugfixes do not count as backward incompatible changes, even if they technically change something from incorrect to correct and may break applications that rely on incorrect, undefined or undocumented behavior.

As long as the major version is still 0.x, breaking API changes are also allowed in minor releases, but we try our best to provide fallbacks and emit deprecation warnings for at least one minor release circle.

.. rubric:: How to upgrade

  • Upgrade to the most recent patch release available for your current minor release. (e.g. 0.12.3 to 0.12.25)
  • Read the release notes for the next minor release, run your tests and fix all deprecation warnings.
  • Upgrade to the next minor release (e.g. 0.12.25 to 0.13.2), run test again, fix all warnings and continue.

.. rubric:: Support for old releases

Bugs and security issues are usually fixed in the latest minor release of the two most recent major releases (named stable and old-stable). With each new major release, stable becomes old-stable and the old old-stable will no longer receive regular updates. LTS releases (e.g. 0.12) are an exception. Those will continue to receive updates on a best-effort basis.

Release 0.14 (in development)

.. rubric:: Deprecated APIs or behavior

  • Route.get_undecorated_callback() was able to look into closure cells to guess the original function wrapped by a decorator, but this is too aggressive in some cases and may return the wrong function. To avoid this, we will depend on proper use of @functools.wraps(orig) or functools.update_wrapper(wrapper, orig) in decorators in the future.

.. rubric:: Removed APIs

  • Dropped support for Python 2 (EOL: 2020-01-01) and removed workarounds or helpers that only make sense in a Python 2/3 dual codebase.
  • Dropped support for Python 3.8 (EOL: 2024-10-07).
  • Removed the RouteReset exception and associated logic.
  • Removed the bottle.py console script entrypoint in favour of the new bottle script. You can still execute bottle.py directly or via python -m bottle. The only change is that the command installed by pip or similar tools into the bin/Scripts folder of the (virtual) environment is now called bottle to avoid circular import errors.

.. rubric:: Changes

... (truncated)

Commits
  • b0a0a10 Release of 0.13.4
  • 2b7ff35 fix: Route repr and get_undecorated_callback behavior with call.
  • 131f397 fix: Workaround for uv/uvx bug
  • b03fb13 Release of 0.13.3
  • 98ff815 build: Test 3.13 and fix classifiers
  • ab49e0c Release of 0.13.2
  • 7528311 fix: depr() should return DeprecationWarning
  • 66d96a9 change: Deprecate bottle.py script install
  • 1df15b7 docs: Added deprecation note for Python 2.x to release notes.
  • a52ac34 Release of 0.13.1
  • Additional commits viewable in compare view

Updates torch from 2.11.0 to 2.12.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

... (truncated)

Commits

Updates torchvision from 0.26.0 to 0.27.1

Release notes

Sourced from torchvision's releases.

TorchVision 0.27.1 Release

This is a patch release, which is compatible with PyTorch 2.12.1. There are no new features added.

TorchVision 0.27 Release

TorchVision 0.27 is out! This is a small release where the main improvement is the addition of the popular lanczos interpolation mode for the v2.Resize transform on CPU. Results are equivalent to PIL's, but you can expect TorchVision to be faster as it leverages AVX2 (on x86) and NEON paths (on ARM).

Improvements

[transforms] Add support for lanczos interpolation mode (#9459) [transforms] Drastically speed-up Resize on NEON ARM (#9439) [ops] Vectorize masks_to_boxes for performance (#9358) [ops, transforms] Add direct XYWH-CXCYWH conversion for better performance (#9326) [datasets] torchvision.datasets.voc: update dataset and project site URLs (#9216) [ops] Add support for rotated boxes in box_iou (#9404, #9379) [ops][MPS] Improve runtime complexity of roi_align (#9100) [Code quality] #9359, #9364, #9359, #9317, #9409, #9408, #9416, #9411, #4463, #9475, #9427, #9448, #9443, #9396, #9316, #9286, #9324, #9338, #9381, #9386

[Documentation] #9339, #9351, #9323, #9374, #9412, #9378, #9428, #9431, #9474, #9472, #9463, #9440, #9385, #9327, #9334, #8879, #9350, #9392

Bug Fixes

[transforms] Fix incorrect normalization axis in v2.ElasticTransform (#9300) [transforms] Fix: add clamping to avoid v2.ElasticTransform IndexError when bbox equals canvas size (#9436) [transforms] Fix tv_tensors.wrap to preserve subclass types for BoundingBoxes and KeyPoints (#9332) [transforms] Fix CXCYWH to XYXY conversion for integer bounding boxes (#9322) [ops] Fix masks_to_boxes for empty masks (#9357)

Contributors

🎉 We're grateful for our community, which helps us improve Torchvision by submitting issues and PRs, and providing feedback and suggestions. The following persons have contributed patches for this release:

Andrew Strelsky, Andrey Talman, David Miguel Susano Pinto, fruet, Joan Salvà Soler, jsalvasoler , Look001122, MPSFuzz , mselim00, Murat Raimbekov, Nicolas Hug , Nikita Shulga, Pierre Moulon, ribbon-otter, Richard Barnes, shrianshChari, Timon Erhart, Ting Lu, Wei Shan Sun, Zhitao Yu

Commits
  • df56172 [release-only] bump version to 0.27.1
  • 78839c2 [Release 0.27] Cherry-pick of 'Remove old pyav backend, rely on TC instead (#...
  • 883dcaf [Release 0.27] update test-infra refs and version (#9480)
  • bb02424 [Release 0.27] Remove prototype (#9479)
  • 8ad7115 Fix windows builds with TheRock which doesn't accept "/Zc:preprocessor" TheRo...
  • b9ee001 Revert CV-CUDA (#9476)
  • 3ea6d90 Fix warning message to show up on the LFW dataset webpages (#9474)
  • 601776d Fix typo in anchor_utils.py documentation (#9472)
  • e160dc8 Improve LFW download error message with alternative manual download link (Kag...
  • 6214cb2 Fix vision install for all files (#9465)
  • Additional commits viewable in compare view

Updates dspy from 3.1.3 to 3.2.1

Release notes

Sourced from dspy's releases.

3.2.1

DSPy 3.2.1 Changelog

Bug fixes

  • Fixed async streaming LM calls so custom headers are forwarded to LiteLLM streaming completions. (#9669)
  • Fixed dspy.Embedder so per-call caching=False is honored for both sync and async embedding calls. (#9708)

Documentation

  • Moved Deployment into the technical documentation tabs and promoted production use cases under Community. (#9709)
  • Updated the production use-cases copy for DSPy.
  • Fixed MkDocs admonition rendering in Deployment and Observability docs. (#9690, #9691)
  • Fixed duplicate-word typos across docs, source, and tests. (#9695)

CI and release

  • Hardened TestPyPI release validation by adding strict twine check and reducing unused workflow permissions. (#9648)
  • Gave TestPyPI publishing its own GitHub environment. (#9649)
  • Removed an unused setup-node step from the docs push workflow. (#9702)
  • Replaced direct merge-to-main after publishing with a version bump PR. (#9716)
  • Refreshed uv.lock for the 3.2.0 release state. (#9650)

Dependency updates

  • Updated test and development dependencies: pytest-asyncio, ruff, pre-commit, datamodel-code-generator, optuna, and urllib3. (#9665, #9664, #9699, #9701, #9697, #9698)
  • Updated documentation dependencies: mkdocs-llmstxt, mkdocstrings, mistune, and mkdocs-jupyter. (#9661, #9668, #9666, #9700)
  • Updated GitHub Actions dependencies: actions/cache and astral-sh/setup-uv. (#9662, #9663)

Contributors

Excluded

  • The GEPA 0.1.1 result/documentation update was intentionally excluded from this release. (#9673)

3.2.0

Highlights

BetterTogether Allows Chaining Optimizers — @​dilarasoylu

BetterTogether now accepts arbitrary optimizers as keyword arguments and chains them via strategy strings. For example, BetterTogether(metric=m, p=GEPA(...), w=BootstrapFinetune(...)) with strategy="p -> w -> p" will prompt-optimize, fine-tune, then prompt-optimize again -- evaluating each step on a valset and returning the best program. (#9149)

There are many promising strategies that may come from running multiple GEPA steps in sequence, or combining prompt and weight optimization steps in sequence, and we are excited to see what the community comes up with.

... (truncated)

Commits
  • 29448ae release: 3.2.1 patch release (#9717)
  • c2a51ff Update versions
  • d3a890c fix: update package name in build_and_release workflow to dspy-ai-test-isaac ...
  • 61fe23a fix: update package name in build_and_release workflow for TestPyPI checks (#...
  • ae477fa docs: fix duplicate 'the the' typos across docs, source, and tests (#9641)
  • 48b08d7 fix(lm): preserve per-message structure in Responses API conversion (#9580)
  • 92e7f43 fix(base_lm): guard response.usage access to handle missing usage field (#9638)
  • f5a6273 Revert "fix: set LITELLM_LOCAL_MODEL_COST_MAP before litellm import to avoid ...
  • 02ce8b2 Add restrict_pickle option for safe disk cache deserialization (#9629)
  • 8d12bda Fix cache bugs: os.fspath(None) crash, double disk lookups, lazy logging (#9628)
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.193.0 to 2.198.0

Release notes

Sourced from google-api-python-client's releases.

v2.198.0

2.198.0 (2026-06-23)

Features

Bumps the uv group with 56 updates:

| Package | From | To |
| --- | --- | --- |
| [mako](https://github.com/sqlalchemy/mako) | `1.3.10` | `1.3.12` |
| [ubelt](https://github.com/Erotemic/ubelt) | `1.4.1` | `1.4.2` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.68.3` |
| [zstandard](https://github.com/indygreg/python-zstandard) | `0.18.0` | `0.25.0` |
| [bottle](https://github.com/bottlepy/bottle) | `0.12.25` | `0.13.4` |
| [torch](https://github.com/pytorch/pytorch) | `2.11.0` | `2.12.1` |
| [torchvision](https://github.com/pytorch/vision) | `0.26.0` | `0.27.1` |
| [dspy](https://github.com/stanfordnlp/dspy) | `3.1.3` | `3.2.1` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.193.0` | `2.198.0` |
| [numba](https://github.com/numba/numba) | `0.65.0` | `0.65.1` |
| [colorcet](https://github.com/holoviz/colorcet) | `3.1.0` | `3.2.1` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.10.9` |
| [fairlearn](https://github.com/fairlearn/fairlearn) | `0.9.0` | `0.14.0` |
| [simple-slurm](https://github.com/amq92/simple_slurm) | `0.2.7` | `0.3.6` |
| [pypinyin](https://github.com/mozillazg/python-pinyin) | `0.49.0` | `0.55.0` |
| [opencc](https://github.com/BYVoid/OpenCC) | `1.2.0` | `1.3.2` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.16.0` | `4.17.0` |
| [unitxt](https://github.com/ibm/unitxt) | `1.26.9` | `1.26.10` |
| [pythainlp](https://github.com/PyThaiNLP/pythainlp) | `5.0.0` | `5.3.4` |
| [pyonmttok](https://github.com/OpenNMT/Tokenizer) | `1.37.0` | `1.38.1` |
| [boto3](https://github.com/boto/boto3) | `1.42.83` | `1.43.38` |
| [awscli](https://github.com/aws/aws-cli) | `1.44.73` | `1.45.38` |
| [botocore](https://github.com/boto/botocore) | `1.42.83` | `1.43.38` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.89.0` | `0.115.0` |
| [openai](https://github.com/openai/openai-python) | `2.30.0` | `2.44.0` |
| [tiktoken](https://github.com/openai/tiktoken) | `0.12.0` | `0.13.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.4` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.70.0` | `1.75.0` |
| [einops](https://github.com/arogozhnikov/einops) | `0.7.0` | `0.8.2` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.41.0` | `4.45.0` |
| [opencv-python-headless](https://github.com/opencv/opencv-python) | `4.11.0.86` | `4.13.0.92` |
| [diffusers](https://github.com/huggingface/diffusers) | `0.34.0` | `0.38.0` |
| [omegaconf](https://github.com/omry/omegaconf) | `2.3.0` | `2.3.1` |
| [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) | `2.6.1` | `2.6.5` |
| [wandb](https://github.com/wandb/wandb) | `0.25.1` | `0.28.0` |
| [google-cloud-translate](https://github.com/googleapis/google-cloud-python) | `3.25.0` | `3.27.0` |
| [opencv-python](https://github.com/opencv/opencv-python) | `4.8.1.78` | `4.13.0.92` |
| [timm](https://github.com/huggingface/pytorch-image-models) | `0.6.13` | `0.9.16` |
| [torch-fidelity](https://github.com/toshas/torch-fidelity) | `0.3.0` | `0.4.0` |
| [soundfile](https://github.com/bastibe/python-soundfile) | `0.13.1` | `0.14.0` |
| [flash-attn](https://github.com/Dao-AILab/flash-attention) | `2.8.3` | `2.8.3.post1` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.14.3` | `3.14.5` |
| [litellm](https://github.com/BerriAI/litellm) | `1.83.0` | `1.90.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [xdoctest](https://github.com/Erotemic/xdoctest) | `1.2.0` | `1.3.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `2.20.0` | `2.21.0` |
| [black](https://github.com/psf/black) | `24.3.0` | `24.10.0` |
| [mypy](https://github.com/python/mypy) | `1.16.0` | `1.20.2` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.3.0` | `1.19.0` |
| [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `7.1.8` | `7.3.0` |
| [types-cachetools](https://github.com/python/typeshed) | `6.2.0.20260317` | `6.2.0.20260408` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250915` | `6.0.12.20260518` |
| [types-requests](https://github.com/python/typeshed) | `2.33.0.20260402` | `2.33.0.20260518` |
| [types-simplejson](https://github.com/python/typeshed) | `3.20.0.20260402` | `3.20.0.20260518` |
| [types-tabulate](https://github.com/python/typeshed) | `0.10.0.20260308` | `0.10.0.20260508` |


Updates `mako` from 1.3.10 to 1.3.12
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

Updates `ubelt` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/Erotemic/ubelt/releases)
- [Changelog](https://github.com/Erotemic/ubelt/blob/main/CHANGELOG.md)
- [Commits](Erotemic/ubelt@v1.4.1...v1.4.2)

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

Updates `zstandard` from 0.18.0 to 0.25.0
- [Release notes](https://github.com/indygreg/python-zstandard/releases)
- [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst)
- [Commits](indygreg/python-zstandard@0.18.0...0.25.0)

Updates `bottle` from 0.12.25 to 0.13.4
- [Release notes](https://github.com/bottlepy/bottle/releases)
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](bottlepy/bottle@0.12.25...0.13.4)

Updates `torch` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.12.1)

Updates `torchvision` from 0.26.0 to 0.27.1
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.26.0...v0.27.1)

Updates `dspy` from 3.1.3 to 3.2.1
- [Release notes](https://github.com/stanfordnlp/dspy/releases)
- [Commits](stanfordnlp/dspy@3.1.3...3.2.1)

Updates `google-api-python-client` from 2.193.0 to 2.198.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.193.0...v2.198.0)

Updates `numba` from 0.65.0 to 0.65.1
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.65.0...0.65.1)

Updates `colorcet` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/holoviz/colorcet/releases)
- [Commits](holoviz/colorcet@v3.1.0...v3.2.1)

Updates `matplotlib` from 3.10.8 to 3.10.9
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.8...v3.10.9)

Updates `fairlearn` from 0.9.0 to 0.14.0
- [Release notes](https://github.com/fairlearn/fairlearn/releases)
- [Commits](fairlearn/fairlearn@v0.9.0...v0.14.0)

Updates `simple-slurm` from 0.2.7 to 0.3.6
- [Release notes](https://github.com/amq92/simple_slurm/releases)
- [Commits](amq92/simple_slurm@v0.2.7...v0.3.6)

Updates `pypinyin` from 0.49.0 to 0.55.0
- [Release notes](https://github.com/mozillazg/python-pinyin/releases)
- [Changelog](https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst)
- [Commits](mozillazg/python-pinyin@v0.49.0...v0.55.0)

Updates `opencc` from 1.2.0 to 1.3.2
- [Release notes](https://github.com/BYVoid/OpenCC/releases)
- [Changelog](https://github.com/BYVoid/OpenCC/blob/master/NEWS.md)
- [Commits](BYVoid/OpenCC@ver.1.2.0...ver.1.3.2)

Updates `pymongo` from 4.16.0 to 4.17.0
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.16.0...4.17.0)

Updates `unitxt` from 1.26.9 to 1.26.10
- [Release notes](https://github.com/ibm/unitxt/releases)
- [Commits](IBM/unitxt@1.26.9...1.26.10)

Updates `pythainlp` from 5.0.0 to 5.3.4
- [Release notes](https://github.com/PyThaiNLP/pythainlp/releases)
- [Changelog](https://github.com/PyThaiNLP/pythainlp/blob/main/CHANGELOG.md)
- [Commits](PyThaiNLP/pythainlp@v5.0.0...v5.3.4)

Updates `pyonmttok` from 1.37.0 to 1.38.1
- [Release notes](https://github.com/OpenNMT/Tokenizer/releases)
- [Changelog](https://github.com/OpenNMT/Tokenizer/blob/master/CHANGELOG.md)
- [Commits](OpenNMT/Tokenizer@v1.37.0...v1.38.1)

Updates `boto3` from 1.42.83 to 1.43.38
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.83...1.43.38)

Updates `awscli` from 1.44.73 to 1.45.38
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.44.73...1.45.38)

Updates `botocore` from 1.42.83 to 1.43.38
- [Commits](boto/botocore@1.42.83...1.43.38)

Updates `anthropic` from 0.89.0 to 0.115.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.89.0...v0.115.0)

Updates `openai` from 2.30.0 to 2.44.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@v2.30.0...v2.44.0)

Updates `tiktoken` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.12.0...0.13.0)

Updates `pydantic` from 2.12.5 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.5...v2.13.4)

Updates `google-genai` from 1.70.0 to 1.75.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.70.0...v1.75.0)

Updates `einops` from 0.7.0 to 0.8.2
- [Release notes](https://github.com/arogozhnikov/einops/releases)
- [Commits](arogozhnikov/einops@v0.7.0...v0.8.2)

Updates `selenium` from 4.41.0 to 4.45.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.41.0...selenium-4.45.0)

Updates `opencv-python-headless` from 4.11.0.86 to 4.13.0.92
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

Updates `diffusers` from 0.34.0 to 0.38.0
- [Release notes](https://github.com/huggingface/diffusers/releases)
- [Commits](huggingface/diffusers@v0.34.0...v0.38.0)

Updates `omegaconf` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/omry/omegaconf/releases)
- [Changelog](https://github.com/omry/omegaconf/blob/v2.3.1/NEWS.md)
- [Commits](omry/omegaconf@v2.3.0...v2.3.1)

Updates `pytorch-lightning` from 2.6.1 to 2.6.5
- [Release notes](https://github.com/Lightning-AI/pytorch-lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.6.1...2.6.5)

Updates `wandb` from 0.25.1 to 0.28.0
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.25.1...v0.28.0)

Updates `google-cloud-translate` from 3.25.0 to 3.27.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-translate-v3.25.0...google-cloud-translate-v3.27.0)

Updates `opencv-python` from 4.8.1.78 to 4.13.0.92
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

Updates `timm` from 0.6.13 to 0.9.16
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v0.6.13...v0.9.16)

Updates `torch-fidelity` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/toshas/torch-fidelity/releases)
- [Changelog](https://github.com/toshas/torch-fidelity/blob/master/CHANGELOG.md)
- [Commits](toshas/torch-fidelity@v0.3.0...v0.4.0)

Updates `soundfile` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/bastibe/python-soundfile/releases)
- [Commits](bastibe/python-soundfile@0.13.1...0.14.0)

Updates `flash-attn` from 2.8.3 to 2.8.3.post1
- [Release notes](https://github.com/Dao-AILab/flash-attention/releases)
- [Commits](Dao-AILab/flash-attention@v2.8.3...v2.8.3.post1)

Updates `rapidfuzz` from 3.14.3 to 3.14.5
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.14.3...v3.14.5)

Updates `litellm` from 1.83.0 to 1.90.1
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `pytest` from 9.0.3 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

Updates `xdoctest` from 1.2.0 to 1.3.2
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md)
- [Commits](Erotemic/xdoctest@v1.2.0...v1.3.2)

Updates `pre-commit` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.20.0...v2.21.0)

Updates `black` from 24.3.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...24.10.0)

Updates `mypy` from 1.16.0 to 1.20.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.16.0...v1.20.2)

Updates `mkdocs` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.6.0...1.6.1)

Updates `mkdocstrings-python` from 1.3.0 to 1.19.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.3.0...1.19.0)

Updates `mkdocs-include-markdown-plugin` from 7.1.8 to 7.3.0
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](mondeja/mkdocs-include-markdown-plugin@v7.1.8...v7.3.0)

Updates `types-cachetools` from 6.2.0.20260317 to 6.2.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pyyaml` from 6.0.12.20250915 to 6.0.12.20260518
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-requests` from 2.33.0.20260402 to 2.33.0.20260518
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-simplejson` from 3.20.0.20260402 to 3.20.0.20260518
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-tabulate` from 0.10.0.20260308 to 0.10.0.20260508
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: mako
  dependency-version: 1.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: ubelt
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: tqdm
  dependency-version: 4.68.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: zstandard
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: bottle
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: torchvision
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: dspy
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: google-api-python-client
  dependency-version: 2.198.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: numba
  dependency-version: 0.65.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: colorcet
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: matplotlib
  dependency-version: 3.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: fairlearn
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: simple-slurm
  dependency-version: 0.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: pypinyin
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: opencc
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: pymongo
  dependency-version: 4.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: unitxt
  dependency-version: 1.26.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: pythainlp
  dependency-version: 5.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: pyonmttok
  dependency-version: 1.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: boto3
  dependency-version: 1.43.38
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: awscli
  dependency-version: 1.45.38
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: botocore
  dependency-version: 1.43.38
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: anthropic
  dependency-version: 0.115.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: openai
  dependency-version: 2.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: tiktoken
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: google-genai
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: einops
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: selenium
  dependency-version: 4.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: opencv-python-headless
  dependency-version: 4.13.0.92
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: diffusers
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: omegaconf
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: pytorch-lightning
  dependency-version: 2.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: wandb
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: google-cloud-translate
  dependency-version: 3.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: opencv-python
  dependency-version: 4.13.0.92
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: timm
  dependency-version: 0.9.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: torch-fidelity
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: soundfile
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: flash-attn
  dependency-version: 2.8.3.post1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: rapidfuzz
  dependency-version: 3.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: litellm
  dependency-version: 1.90.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: xdoctest
  dependency-version: 1.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: pre-commit
  dependency-version: 2.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: black
  dependency-version: 24.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: mypy
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: mkdocs
  dependency-version: 1.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: mkdocstrings-python
  dependency-version: 1.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: mkdocs-include-markdown-plugin
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: types-cachetools
  dependency-version: 6.2.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: types-requests
  dependency-version: 2.33.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: types-simplejson
  dependency-version: 3.20.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: types-tabulate
  dependency-version: 0.10.0.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
...

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 Jul 1, 2026
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.

0 participants