Skip to content

chore(deps): bump the python-dependencies group across 1 directory with 56 updates#210

Merged
po4yka merged 1 commit intomainfrom
dependabot/pip/python-dependencies-7da37e8ceb
Mar 25, 2026
Merged

chore(deps): bump the python-dependencies group across 1 directory with 56 updates#210
po4yka merged 1 commit intomainfrom
dependabot/pip/python-dependencies-7da37e8ceb

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps the python-dependencies group with 56 updates in the / directory:

Package From To
pyrotgfork 2.2.18 2.2.21
peewee 4.0.0 4.0.2
scrapling 0.4.1 0.4.2
spacy 3.8.11 3.8.13
json-repair 0.58.1 0.58.6
redis 7.2.1 7.3.0
chromadb 1.5.2 1.5.5
sentence-transformers 5.2.3 5.3.0
onnxruntime 1.24.2 1.24.4
fastapi 0.135.0 0.135.2
torch 2.10.0 2.11.0
transformers 5.2.0 5.3.0
yt-dlp 2026.2.21 2026.3.17
charset-normalizer 3.4.4 3.4.6
numpy 2.4.2 2.4.3
preshed 3.0.12 3.0.13
pydantic-core 2.41.5 2.42.0
python-dotenv 1.2.1 1.2.2
srsly 2.5.2 2.5.3
thinc 8.3.10 8.3.13
tld 0.13.1 0.13.2
w3lib 2.4.0 2.4.1
wrapt 2.1.1 2.1.2
cuda-pathfinder 1.4.0 1.4.4
filelock 3.24.3 3.25.2
fonttools 4.61.1 4.62.1
googleapis-common-protos 1.72.0 1.73.0
hf-xet 1.3.2 1.4.2
huggingface-hub 1.5.0 1.7.2
jsonschema 4.24.1 4.26.0
mmh3 5.2.0 5.2.1
mpmath 1.3.0 1.4.1
nvidia-cublas-cu12 12.8.4.1 12.9.2.10
nvidia-cuda-cupti-cu12 12.8.90 12.9.79
nvidia-cuda-nvrtc-cu12 12.8.93 12.9.86
nvidia-cuda-runtime-cu12 12.8.90 12.9.79
nvidia-cudnn-cu12 9.10.2.21 9.20.0.48
nvidia-cufft-cu12 11.3.3.83 11.4.1.4
nvidia-cufile-cu12 1.13.1.3 1.14.1.1
nvidia-curand-cu12 10.3.9.90 10.3.10.19
nvidia-cusolver-cu12 11.7.3.90 11.7.5.82
nvidia-cusparse-cu12 12.5.8.93 12.5.10.65
nvidia-cusparselt-cu12 0.7.1 0.8.1
nvidia-nccl-cu12 2.27.5 2.29.7
nvidia-nvjitlink-cu12 12.8.93 12.9.86
nvidia-nvshmem-cu12 3.4.5 3.5.21
nvidia-nvtx-cu12 12.8.90 12.9.79
opentelemetry-api 1.39.1 1.40.0
opentelemetry-exporter-otlp-proto-common 1.39.1 1.40.0
opentelemetry-exporter-otlp-proto-grpc 1.39.1 1.40.0
opentelemetry-proto 1.39.1 1.40.0
opentelemetry-sdk 1.39.1 1.40.0
opentelemetry-semantic-conventions 0.60b1 0.61b0
sse-starlette 3.3.2 3.3.3
tinyhtml5 2.0.0 2.1.0
uvicorn 0.41.0 0.42.0

Updates pyrotgfork from 2.2.18 to 2.2.21

Commits
  • 6faa5fa Update Pyrogram to v2.2.21
  • 91fd584 fix: edge case in sending date_time_format
  • cf41eb2 Change administrator title parameter to 'tag'
  • 18f2d25 Update Pyrogram to v2.2.20
  • 79dae45 Added the MessageEntity type “date_time”, allowing to show a formatted date a...
  • 6bdf57a Added support for setting email during authorization
  • d1528d0 Added CHAT_OWNER_LEFT, CHAT_OWNER_CHANGED, CHAT_HAS_PROTECTED_CONTENT_TOGGLED...
  • 7cd5a8c Update Pyrogram to v2.2.19
  • a91ab10 Update methods and types to Layer 223,
  • 207f7f5 Update API scheme on Layer 223
  • Additional commits viewable in compare view

Updates peewee from 4.0.0 to 4.0.2

Release notes

Sourced from peewee's releases.

4.0.2

  • Remove all Python 2.x compatibility code.
  • Add streaming result cursors to pwasyncio module via db.iterate(query).
  • Better serialization and deserialization of datetimes and binary data in the DataSet module. Previously binary data was encoded as base64, going forward hex is the new default. For base64 specify base64_bytes=True.
  • Improvements to Postgres BinaryJSONField, support atomic removal of sub-elements, as well as alternate helper for extracting sub-elements and querying array length.
  • Pydantic integration

View commits

4.0.1

  • Ensure gr_context is set on greenlet in greenlet_spawn so that contextvars will be operable in sync handlers.
  • Removed SqliteExtDatabase (it basically served no purpose in 4.0). Use SqliteDatabase instead.
  • Moved driver and extension-specific pooled implementations into the corresponding extension module rather than putting all into playhouse.pool.
  • Restore custom dumps option for postgres JSON fields.
  • Major docs rewrite / reorganization.

View commits

Changelog

Sourced from peewee's changelog.

4.0.2

  • Remove all Python 2.x compatibility code.
  • Add streaming result cursors to pwasyncio module via db.iterate(query).
  • Better serialization and deserialization of datetimes and binary data in the DataSet module. Previously binary data was encoded as base64, going forward hex is the new default. For base64 specify base64_bytes=True.
  • Improvements to Postgres BinaryJSONField, support atomic removal of sub-elements, as well as alternate helper for extracting sub-elements and querying array length.
  • Pydantic integration

View commits

4.0.1

  • Ensure gr_context is set on greenlet in greenlet_spawn so that contextvars will be operable in sync handlers.
  • Removed SqliteExtDatabase (it basically served no purpose in 4.0). Use SqliteDatabase instead.
  • Moved driver and extension-specific pooled implementations into the corresponding extension module rather than putting all into playhouse.pool.
  • Restore custom dumps option for postgres JSON fields.
  • Major docs rewrite / reorganization.

View commits

Commits
  • a285042 4.0.2
  • e7b3091 More idiomatic usage in doc examples.
  • 7f85343 Fix misnamed method in examples.
  • c505a13 Update flaky tests that were relying on async callback ordering.
  • 90d4691 Small cleanups to pydantic doc.
  • 2ee08ef Attempt fix for hung cursors w/postgres in tests.
  • e87d2ad Doc cleanups
  • afb6d8b Add additional server-side cursor concurrency test.
  • 2f0b391 Update changelog as well.
  • 3cf0b65 Update readme/doc index to mention pydantic integration.
  • Additional commits viewable in compare view

Updates scrapling from 0.4.1 to 0.4.2

Release notes

Sourced from scrapling's releases.

Release v0.4.2

A new maintenance update with important changes

Bug fixes

  • The function get_all_text() now captures tail text nodes. This will make the MCP server and commands see text that was missed before (#168). Thanks @​mhillebrand
  • Referer now returns a bare Google url instead of a Google search URL. The previous logic was incorrect and may have produced a fingerprinting signal (#179). Thanks @​Bortlesboat
  • Fixed an issue with extra flags concatenation in all browsers. Thanks @​rostchri
  • Fixed a type hints issue with Python versions below 3.12 that caused it to crash. (Solves #163)

Other

  • Added an Agent Skill for Claude Code / OpenClaw and other AI agentic tools.
  • Added the Agent Skill to Clawhub.
  • Updates all browsers and Playwright versions to the latest.
  • Added a French translation to the main README file.

🙏 Special thanks to the community for all the continuous testing and feedback


Big shoutout to our Platinum Sponsors

Commits
  • 19c21c1 v0.4.2 (#183)
  • 6ec40ad docs: remove a sponsor
  • f80743a style: remove unused import
  • 66e0e7a fix(agent): update the agent skill zip file with the new version
  • 73832f9 docs: update the website to reflect the google referer logic
  • d48ac78 test: update tests accordingly
  • 8e3bf89 fix(agent): update the agent skills docs and version
  • a929de6 fix: update code and docstrings to remove the old google referer logic
  • b547e04 ops: update playwright pinned version
  • 2740992 build: pump up deps and browsers versions
  • Additional commits viewable in compare view

Updates spacy from 3.8.11 to 3.8.13

Release notes

Sourced from spacy's releases.

v3.8.13: Pin confection to new version

The v3.8.12 release didn't update the confection pin, which meant that if you did an upgrade-install models wouldn't load.

v3.8.12

Use confection v1.3 and Thinc v8.3.13, which implement custom validation logic in place of Pydantic, allowing us to properly adopt Pydantic v2 and provide full Python 3.14 support.

Our dependency tree used Pydantic v1 in unusual ways, and relied on behaviours that Pydantic v2 reformed. In the time since Pydantic v2 was released there were a few attempts to migrate over to it, but the task has been complicated by the fact that the confection library has a fairly tangled implementation and I had reduced availability for open-source work in 2024 and 2025.

Specifically, our library confection provides the extensible configuration system we use in spaCy and Thinc. The config system allows you to refer to values that will be supplied by arbitrary functions, that e.g. define some neural network model or its sublayers. The functionality in confection is complicated because we aggressively prioritised user experience in the specification, even if it required increased implementation complexity.

Confection's original implementation built a dynamic Pydantic v1 schema for function-supplied values ("promises"). We validate the schema before calling any promises, and then validate the schema again after calling all the promises and substituting in their values. The variable-interpolation system adds further difficulties to the implementation, and we have to do it all subclassing the Python built-in configparser, which ties us to implementation choices I'd do differently if I had a clean slate.

Here's one summary of Pydantic v1-specific behaviours that the migration to v2 particularly difficult for us. This particular summary was produced during a session with Claude Code Opus 4.6, so nuances of it might be wrong. The full history of attempts at doing this spans over different refactors separated by a few months at a time, so I don't have a full record of all the things that I struggled with. It's possible some details of this summary are incorrect though.

The core problem we kept hitting: Pydantic v2 compiles validation schemas upfront and has much stricter immutability. The whole session has been a series of workarounds for this:

 1. Schema mutation — v1 let you mutate __fields__ in place; v2 needs model_rebuild() which loses forward ref namespaces, or create_model subclasses which don't propagate to parent schemas.
 2. model_dump vs dict — v2 converts dataclasses to dicts, breaking resolved objects. Needed a custom _model_to_dict helper.
 3. model_construct drops extras — v2 silently drops fields with extra="forbid", needed manual workarounds.
 4. Strict coercion — v2 coerces ndarray to List[Floats1d] via iteration, needed strict=True.
 5. Forward refs — Every schema with TYPE_CHECKING imports needs model_rebuild() with the right namespace, and that breaks when confection re-rebuilds later.
In order to adjust for behavioural differences like this, I'd refactored confection to build the different versions of the schema in multiple passes, instead of building all the representations together as we'd been doing. However this refactor itself had problems, further complicating the migration.

I've now bitten the bullet and rolled back the refactor I'd been attempting of confection, and instead replaced the Pydantic validation with custom logic. This allows Confection to remove Pydantic as a dependency entirely.~ Update: Actually I went back and got the refactor working. All much nicer now.

I've taken some lengths to explain this because migrating off a dependency after breaking changes can be a sensitive topic. I want to stress that the changes Pydantic made from v1 to v2 are very good, and I greatly appreciate them as a user of FastAPI in our services. It would be very bad for the ecosystem if Pydantic pinned themselves to exactly matching the behaviours they had in v1 just to avoid breaking support for the sort of thing we'd been doing. Instead users who were relying on those behaviours like us should just find some way to adapt --- either vendor the v1 version we need, or change our behaviours, or implement an alternative. I would have liked to do this sooner but we've ultimately gone with the third option.

Commits
  • fdca647 Set version to 3.8.13
  • 0d94a9d Pin confection>=1.3.2 — older versions crash with pydantic v2
  • f175a51 Fully migrate to Pydantic v2 (#13940)
  • 24255bd Fix import sorting for ruff isort compliance
  • 8e6bd6d Apply ruff formatting to 8 files
  • 47b5504 Autofix autofixable things from ruff
  • 86f7ce3 Limit CI ruff lint to isort-only checks for now
  • 79b5f81 Update CI validation workflow: replace black, isort, flake8 with ruff
  • 32c4b63 Format with ruff
  • a7f629b Fix ruff isort config: replace unsupported profile with equivalent settings
  • Additional commits viewable in compare view

Updates json-repair from 0.58.1 to 0.58.6

Release notes

Sourced from json-repair's releases.

Release 0.58.6

Fixed

  • Typing stubs were all over the place, fixed that and added tests so that mypy does not fail for developers with strict typing

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.58.5

Fixed

  • Improved parser performance, especially for common JSON containing ordinary quoted strings. Profiler indicates a 60% improvement in performance.
  • Hardened schema-guided repair behavior, including safer salvage handling for mixed type unions.

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.58.4

Fixed

  • v0.58.3 added some regressions in which salvage mode could repair less than standard mode. Fixed that regression and some minor changes.

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.58.3

Fixed

  • Fix #181, fix another bug in duplicate-key dedup for array objects

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.58.2

Fixed

  • Fix #181, fix a corner in case in which duplicate keys won't be deduplicated and instead split inside an array.

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Commits
  • 9f01b6a Merge pull request #185 from mangiucugna/fix/overload-stubs
  • 119e93e Bump version from 0.58.5 to 0.58.6
  • 4e52343 Fix overload inference and clean pre-commit failures
  • 9a2a3b7 Fix overload causing wrong return type inference
  • 16e6b1a Bump patch version
  • 0a7ad66 Improve parser hot-path performance
  • 294e425 Tighten Ruff coverage and package boundaries
  • b2486d7 Improve schema performance coverage and trim parser overhead
  • a210ec4 Harden patternProperties matching without regex execution
  • 158efed Bump 0.58.4 and harden schema salvage behavior
  • Additional commits viewable in compare view

Updates redis from 7.2.1 to 7.3.0

Release notes

Sourced from redis's releases.

7.3.0

Changes

OpenTelemetry Native Metrics Support for asynchronous clients Added comprehensive OpenTelemetry metrics support for asynchronous clients following the OpenTelemetry Database Client Semantic Conventions. Metric groups include:

  • Command metrics: Operation duration with retry tracking
  • Connection basic: Connection count and creation time
  • Resiliency: Errors, handoffs, timeout relaxation
  • Connection advanced: Wait time and use time
  • Pubsub metrics: Published and received messages
  • Stream metrics: Processing duration and maintenance notifications

🚀 New Features

  • Added OTel instrumentation and metrics export for async client (#3977)

🐛 Bug Fixes

  • [async] Adding access to cluster client's nodes_manager and set_response_callback in ClusterPipeline objects (#3989)
  • fix(connection): Ensure we have an initialized protocol in connection (#3981)

🧰 Maintenance

  • fix: use KeysT for blpop and brpop keys parameter type annotation (#3987 #3990)
  • Bump actions/upload-artifact from 6 to 7 (#3985)
  • fix: replace 3 bare except clauses with except Exception (#3980)

We'd like to thank all the contributors who worked on this release! @​mitre88 @​turanalmammadov @​haosenwang1018 @​Medno @​vladvildanov @​petyaslavova

Commits
  • 8ecbc7a Updating lib version to 7.3.0
  • 11043df typing: accept single-key input for blpop and brpop (#3990)
  • d958125 fix: use KeysT for blpop and brpop keys parameter type annotation (#3987)
  • 75bf91b [async] Adding access to cluster client's nodes_manager and set_response_call...
  • abf5bcb Bump actions/upload-artifact from 6 to 7 (#3985)
  • 5b0303b fix: replace 3 bare except clauses with except Exception (#3980)
  • e9fba86 Added OTel instrumentation and metrics export for async client (#3977)
  • 7ce513d fix(connection): Ensure we have an initialized protocol in connection (#3981)
  • 8e3a5b2 remove remaining imports of typing_extensions (#3873)
  • 5b46430 Hold references to ClusterNode disconnect task (#3826)
  • Additional commits viewable in compare view

Updates chromadb from 1.5.2 to 1.5.5

Release notes

Sourced from chromadb's releases.

1.5.5

Version: 1.5.5 Git ref: refs/tags/1.5.5 Build Date: 2026-03-10T09:30 PIP Package: chroma-1.5.5.tar.gz Github Container Registry Image: :1.5.5 DockerHub Image: :1.5.5

What's Changed

Full Changelog: chroma-core/chroma@1.5.4...1.5.5

1.5.3

Version: 1.5.3 Git ref: refs/tags/1.5.3 Build Date: 2026-03-07T19:07 PIP Package: chroma-1.5.3.tar.gz Github Container Registry Image: :1.5.3 DockerHub Image: :1.5.3

What's Changed

... (truncated)

Commits

Updates sentence-transformers from 5.2.3 to 5.3.0

Release notes

Sourced from sentence-transformers's releases.

v5.3.0 - Improved Contrastive Learning, New Losses, and Transformers v5 Compatibility

This minor version brings several improvements to contrastive learning: MultipleNegativesRankingLoss now supports alternative InfoNCE formulations (symmetric, GTE-style) and optional hardness weighting for harder negatives. Two new losses are introduced, GlobalOrthogonalRegularizationLoss for embedding space regularization and CachedSpladeLoss for memory-efficient SPLADE training. The release also adds a faster hashed batch sampler, fixes GroupByLabelBatchSampler for triplet losses, and ensures full compatibility with the latest Transformers v5 versions.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==5.3.0
Inference only, use one of:
pip install sentence-transformers==5.3.0
pip install sentence-transformers[onnx-gpu]==5.3.0
pip install sentence-transformers[onnx]==5.3.0
pip install sentence-transformers[openvino]==5.3.0

Updated MultipleNegativesRankingLoss (a.k.a. InfoNCE)

MultipleNegativesRankingLoss received two major upgrades: support for alternative InfoNCE formulations from the literature, and optional hardness weighting to up-weight harder negatives.

Support other InfoNCE variants (#3607)

MultipleNegativesRankingLoss now supports several well-known contrastive loss variants from the literature through new directions and partition_mode parameters. Previously, this loss only supported the standard forward direction (query → doc). You can now configure which similarity interactions are included in the loss:

  • "query_to_doc" (default): For each query, its matched document should score higher than all other documents.
  • "doc_to_query": The symmetric reverse — for each document, its matched query should score higher than all other queries.
  • "query_to_query": For each query, all other queries should score lower than its matched document.
  • "doc_to_doc": For each document, all other documents should score lower than its matched query.

The partition_mode controls how scores are normalized: "joint" computes a single softmax over all directions, while "per_direction" computes a separate softmax per direction and averages the losses.

These combine to reproduce several loss formulations from the literature:

Standard InfoNCE (default, unchanged behavior):

loss = MultipleNegativesRankingLoss(model)
# equivalent to directions=("query_to_doc",), partition_mode="joint"

Symmetric InfoNCE (Günther et al. 2024) — adds the reverse direction so both queries and documents are trained to find their match:

loss = MultipleNegativesRankingLoss(
    model,
    directions=("query_to_doc", "doc_to_query"),
    partition_mode="per_direction",
)

GTE improved contrastive loss (Li et al. 2023) — adds same-type negatives (query <-> query, doc <-> doc) for a stronger training signal, especially useful with pairs-only data:

loss = MultipleNegativesRankingLoss(
</tr></table> 

... (truncated)

Commits
  • ce48ecc Merge branch 'main' into v5.3-release
  • cec08f8 Fix citation for EmbeddingGemma paper (#3687)
  • c29b3a6 Release v5.3.0
  • 55c13de Prep docs main page for v5.3.0 (#3686)
  • 72e75f7 [tests] Add slow reproduction tests for most common models (#3681)
  • 237e441 [fix] Fix model card generation with set_transform with new column names (#...
  • 7f180b4 [feat] Add hardness-weighted contrastive learning to losses (#3667)
  • 5890086 Disallow query_to_query/doc_to_doc with partition_mode="per_direction" due to...
  • 6518c36 CE trainer: Removed IterableDataset from train and eval dataset type hints (#...
  • 1e0e84c Add tips for adjusting batch size to improve processing speed (#3672)
  • Additional commits viewable in compare view

Updates onnxruntime from 1.24.2 to 1.24.4

Release notes

Sourced from onnxruntime's releases.

ONNX Runtime v1.24.4

This is a patch release for ONNX Runtime 1.24, containing bug fixes and execution provider updates.

Bug Fixes

  • Core: Added PCI bus fallback for Linux GPU device discovery in containerized environments (e.g., AKS/Kubernetes) where nvidia-drm is not loaded but GPU PCI devices are still exposed via sysfs. (#27591)
  • Plugin EP: Fixed null pointer dereference when iterating output spans in GetOutputIndex. (#27644)
  • Plugin EP: Fixed bug that incorrectly assigned duplicate MetaDef IDs to fused nodes in different GraphViews (e.g., then/else branches of an If node), causing session creation to fail with a conflicting kernel error. (#27666)

Execution Provider Updates

  • QNN EP: Enabled offline x64 compilation with memhandle IO type by deferring rpcmem library loading to inference time. (#27479)
  • QNN EP: Reverted QNN SDK logging verbosity changes that caused segmentation faults on backend destruction. (#27650)

Build and Infrastructure

  • Python: Updated python_requires from >=3.10 to >=3.11 to reflect dropped Python 3.10 support. (#27354)
  • Build: Replaced __builtin_ia32_tpause with the compiler-portable _tpause intrinsic to fix cross-compiler portability issues between GCC and LLVM. (#27607)

Full Changelog: v1.24.3...v1.24.4

Contributors

@​derdeljan-msft, @​adrianlizarraga, @​apwojcik, @​baijumeswani, @​edgchen1, @​mocknen, @​tianleiwu, @​XXXXRT666

ONNX Runtime v1.24.3

This is a patch release for ONNX Runtime 1.24, containing bug fixes, security improvements, performance enhancements, and execution provider updates.

Security Fixes

  • Core: Fixed GatherCopyData integer truncation leading to heap out-of-bounds read/write. (#27444)
  • Core: Fixed RoiAlign heap out-of-bounds read via unchecked batch_indices. (#27543)
  • Core: Prevent heap OOB from maliciously crafted Lora Adapters. (#27518)
  • Core: Fixed out-of-bounds access for Resize operation. (#27419)

Bug Fixes

  • Core: Fixed GatherND division by zero when batch dimensions mismatch. (#27090)
  • Core: Fixed validation for external data paths for models loaded from bytes. (#27430)
  • Core: Fixed SkipLayerNorm fusion incorrectly applied when gamma/beta are not 1D. (#27459)
  • Core: Fixed double-free in TRT EP custom op domain Release functions. (#27471)
  • Core: Fixed QMoE CPU Operator. (#27360)
  • Core: Fixed MatmulNBits prepacking scales. (#27412)
  • Python: Fixed refcount bug in map input conversion that caused shutdown segfault. (#27413)
  • NuGet: Fixed DllImportResolver. (#27397)
  • NuGet: Added OrtEnv.DisableDllImportResolver to prevent fatal error on resolver conflict. (#27535)

Performance Improvements

  • Core: QMoE CPU performance update (up to 4x on 4-bit). (#27364)
  • Core: Fixed O(n²) model load time for TreeEnsemble with categorical feature chains. (#27391)

Execution Provider Updates

  • NvTensorRtRtx EP:
    • Avoid repetitive creation of fp4/fp8 native-custom-op domains. (#27192)
    • Added missing override specifiers to suppress warnings. (#27288)
    • DQ→MatMulNBits fusion transformer. (#27466)

... (truncated)

Commits

Updates fastapi from 0.135.0 to 0.135.2

Release notes

Sourced from fastapi's releases.

0.135.2

Upgrades

  • ⬆️ Increase lower bound to pydantic >=2.9.0. and fix the test suite. PR #15139 by @​svlandeg.

Docs

Translations

…th 56 updates

Bumps the python-dependencies group with 56 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pyrotgfork](https://github.com/TelegramPlayGround/Pyrogram) | `2.2.18` | `2.2.21` |
| [peewee](https://github.com/coleifer/peewee) | `4.0.0` | `4.0.2` |
| [scrapling](https://github.com/D4Vinci/Scrapling) | `0.4.1` | `0.4.2` |
| [spacy](https://github.com/explosion/spaCy) | `3.8.11` | `3.8.13` |
| [json-repair](https://github.com/mangiucugna/json_repair) | `0.58.1` | `0.58.6` |
| [redis](https://github.com/redis/redis-py) | `7.2.1` | `7.3.0` |
| [chromadb](https://github.com/chroma-core/chroma) | `1.5.2` | `1.5.5` |
| [sentence-transformers](https://github.com/huggingface/sentence-transformers) | `5.2.3` | `5.3.0` |
| [onnxruntime](https://github.com/microsoft/onnxruntime) | `1.24.2` | `1.24.4` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.135.0` | `0.135.2` |
| [torch](https://github.com/pytorch/pytorch) | `2.10.0` | `2.11.0` |
| [transformers](https://github.com/huggingface/transformers) | `5.2.0` | `5.3.0` |
| [yt-dlp](https://github.com/yt-dlp/yt-dlp) | `2026.2.21` | `2026.3.17` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.4` | `3.4.6` |
| [numpy](https://github.com/numpy/numpy) | `2.4.2` | `2.4.3` |
| [preshed](https://github.com/explosion/preshed) | `3.0.12` | `3.0.13` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.5` | `2.42.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [srsly](https://github.com/explosion/srsly) | `2.5.2` | `2.5.3` |
| [thinc](https://github.com/explosion/thinc) | `8.3.10` | `8.3.13` |
| [tld](https://github.com/barseghyanartur/tld) | `0.13.1` | `0.13.2` |
| [w3lib](https://github.com/scrapy/w3lib) | `2.4.0` | `2.4.1` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `2.1.1` | `2.1.2` |
| [cuda-pathfinder](https://github.com/NVIDIA/cuda-python) | `1.4.0` | `1.4.4` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.24.3` | `3.25.2` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.61.1` | `4.62.1` |
| [googleapis-common-protos](https://github.com/googleapis/google-cloud-python) | `1.72.0` | `1.73.0` |
| [hf-xet](https://github.com/huggingface/xet-core) | `1.3.2` | `1.4.2` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `1.5.0` | `1.7.2` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.24.1` | `4.26.0` |
| [mmh3](https://github.com/hajimes/mmh3) | `5.2.0` | `5.2.1` |
| [mpmath](https://github.com/mpmath/mpmath) | `1.3.0` | `1.4.1` |
| [nvidia-cublas-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.4.1` | `12.9.2.10` |
| [nvidia-cuda-cupti-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.90` | `12.9.79` |
| [nvidia-cuda-nvrtc-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.93` | `12.9.86` |
| [nvidia-cuda-runtime-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.90` | `12.9.79` |
| [nvidia-cudnn-cu12](https://developer.nvidia.com/cuda-zone) | `9.10.2.21` | `9.20.0.48` |
| [nvidia-cufft-cu12](https://developer.nvidia.com/cuda-zone) | `11.3.3.83` | `11.4.1.4` |
| [nvidia-cufile-cu12](https://developer.nvidia.com/cuda-zone) | `1.13.1.3` | `1.14.1.1` |
| [nvidia-curand-cu12](https://developer.nvidia.com/cuda-zone) | `10.3.9.90` | `10.3.10.19` |
| [nvidia-cusolver-cu12](https://developer.nvidia.com/cuda-zone) | `11.7.3.90` | `11.7.5.82` |
| [nvidia-cusparse-cu12](https://developer.nvidia.com/cuda-zone) | `12.5.8.93` | `12.5.10.65` |
| [nvidia-cusparselt-cu12](https://developer.nvidia.com/cusparselt) | `0.7.1` | `0.8.1` |
| [nvidia-nccl-cu12](https://developer.nvidia.com/cuda-zone) | `2.27.5` | `2.29.7` |
| [nvidia-nvjitlink-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.93` | `12.9.86` |
| [nvidia-nvshmem-cu12](https://developer.nvidia.com/cuda-zone) | `3.4.5` | `3.5.21` |
| [nvidia-nvtx-cu12](https://developer.nvidia.com/cuda-zone) | `12.8.90` | `12.9.79` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.39.1` | `1.40.0` |
| [opentelemetry-exporter-otlp-proto-common](https://github.com/open-telemetry/opentelemetry-python) | `1.39.1` | `1.40.0` |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.39.1` | `1.40.0` |
| [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-python) | `1.39.1` | `1.40.0` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.39.1` | `1.40.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.60b1` | `0.61b0` |
| [sse-starlette](https://github.com/sysid/sse-starlette) | `3.3.2` | `3.3.3` |
| [tinyhtml5](https://github.com/CourtBouillon/tinyhtml5) | `2.0.0` | `2.1.0` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.41.0` | `0.42.0` |



Updates `pyrotgfork` from 2.2.18 to 2.2.21
- [Commits](TelegramPlayground/pyrogram@v2.2.18...v2.2.21)

Updates `peewee` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/coleifer/peewee/releases)
- [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md)
- [Commits](coleifer/peewee@4.0.0...4.0.2)

Updates `scrapling` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/D4Vinci/Scrapling/releases)
- [Commits](D4Vinci/Scrapling@v0.4.1...v0.4.2)

Updates `spacy` from 3.8.11 to 3.8.13
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Commits](explosion/spaCy@release-v3.8.11...release-v3.8.13)

Updates `json-repair` from 0.58.1 to 0.58.6
- [Release notes](https://github.com/mangiucugna/json_repair/releases)
- [Commits](mangiucugna/json_repair@v0.58.1...v0.58.6)

Updates `redis` from 7.2.1 to 7.3.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v7.2.1...v7.3.0)

Updates `chromadb` from 1.5.2 to 1.5.5
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](chroma-core/chroma@1.5.2...1.5.5)

Updates `sentence-transformers` from 5.2.3 to 5.3.0
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v5.2.3...v5.3.0)

Updates `onnxruntime` from 1.24.2 to 1.24.4
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.24.2...v1.24.4)

Updates `fastapi` from 0.135.0 to 0.135.2
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.135.0...0.135.2)

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

Updates `transformers` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v5.2.0...v5.3.0)

Updates `yt-dlp` from 2026.2.21 to 2026.3.17
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2026.02.21...2026.03.17)

Updates `charset-normalizer` from 3.4.4 to 3.4.6
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.4...3.4.6)

Updates `numpy` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.4.2...v2.4.3)

Updates `preshed` from 3.0.12 to 3.0.13
- [Release notes](https://github.com/explosion/preshed/releases)
- [Commits](explosion/preshed@release-v3.0.12...release-v3.0.13)

Updates `pydantic-core` from 2.41.5 to 2.42.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](https://github.com/pydantic/pydantic-core/commits)

Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

Updates `srsly` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/explosion/srsly/releases)
- [Commits](explosion/srsly@release-v2.5.2...release-v2.5.3)

Updates `thinc` from 8.3.10 to 8.3.13
- [Release notes](https://github.com/explosion/thinc/releases)
- [Commits](explosion/thinc@release-v8.3.10...v8.3.13)

Updates `tld` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/barseghyanartur/tld/releases)
- [Changelog](https://github.com/barseghyanartur/tld/blob/main/CHANGELOG.rst)
- [Commits](barseghyanartur/tld@0.13.1...0.13.2)

Updates `w3lib` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/scrapy/w3lib/releases)
- [Changelog](https://github.com/scrapy/w3lib/blob/master/NEWS)
- [Commits](scrapy/w3lib@v2.4.0...v2.4.1)

Updates `wrapt` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@2.1.1...2.1.2)

Updates `cuda-pathfinder` from 1.4.0 to 1.4.4
- [Release notes](https://github.com/NVIDIA/cuda-python/releases)
- [Commits](NVIDIA/cuda-python@cuda-pathfinder-v1.4.0...cuda-pathfinder-v1.4.4)

Updates `filelock` from 3.24.3 to 3.25.2
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.24.3...3.25.2)

Updates `fonttools` from 4.61.1 to 4.62.1
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.61.1...4.62.1)

Updates `googleapis-common-protos` from 1.72.0 to 1.73.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@googleapis-common-protos-v1.72.0...googleapis-common-protos-v1.73.0)

Updates `hf-xet` from 1.3.2 to 1.4.2
- [Release notes](https://github.com/huggingface/xet-core/releases)
- [Commits](huggingface/xet-core@v1.3.2...v1.4.2)

Updates `huggingface-hub` from 1.5.0 to 1.7.2
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.5.0...v1.7.2)

Updates `jsonschema` from 4.24.1 to 4.26.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.24.1...v4.26.0)

Updates `mmh3` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/hajimes/mmh3/releases)
- [Changelog](https://github.com/hajimes/mmh3/blob/master/CHANGELOG.md)
- [Commits](hajimes/mmh3@v5.2.0...v5.2.1)

Updates `mpmath` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/mpmath/mpmath/releases)
- [Changelog](https://github.com/mpmath/mpmath/blob/1.4.1/CHANGES)
- [Commits](mpmath/mpmath@1.3.0...1.4.1)

Updates `nvidia-cublas-cu12` from 12.8.4.1 to 12.9.2.10

Updates `nvidia-cuda-cupti-cu12` from 12.8.90 to 12.9.79

Updates `nvidia-cuda-nvrtc-cu12` from 12.8.93 to 12.9.86

Updates `nvidia-cuda-runtime-cu12` from 12.8.90 to 12.9.79

Updates `nvidia-cudnn-cu12` from 9.10.2.21 to 9.20.0.48

Updates `nvidia-cufft-cu12` from 11.3.3.83 to 11.4.1.4

Updates `nvidia-cufile-cu12` from 1.13.1.3 to 1.14.1.1

Updates `nvidia-curand-cu12` from 10.3.9.90 to 10.3.10.19

Updates `nvidia-cusolver-cu12` from 11.7.3.90 to 11.7.5.82

Updates `nvidia-cusparse-cu12` from 12.5.8.93 to 12.5.10.65

Updates `nvidia-cusparselt-cu12` from 0.7.1 to 0.8.1

Updates `nvidia-nccl-cu12` from 2.27.5 to 2.29.7

Updates `nvidia-nvjitlink-cu12` from 12.8.93 to 12.9.86

Updates `nvidia-nvshmem-cu12` from 3.4.5 to 3.5.21

Updates `nvidia-nvtx-cu12` from 12.8.90 to 12.9.79

Updates `opentelemetry-api` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0)

Updates `opentelemetry-exporter-otlp-proto-common` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0)

Updates `opentelemetry-proto` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0)

Updates `opentelemetry-sdk` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0)

Updates `opentelemetry-semantic-conventions` from 0.60b1 to 0.61b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

Updates `sse-starlette` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/sysid/sse-starlette/releases)
- [Commits](sysid/sse-starlette@v3.3.2...v3.3.3)

Updates `tinyhtml5` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/CourtBouillon/tinyhtml5/releases)
- [Changelog](https://github.com/CourtBouillon/tinyhtml5/blob/main/docs/changelog.rst)
- [Commits](CourtBouillon/tinyhtml5@2.0.0...2.1.0)

Updates `uvicorn` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.41.0...0.42.0)

---
updated-dependencies:
- dependency-name: pyrotgfork
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: peewee
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: scrapling
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: spacy
  dependency-version: 3.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: json-repair
  dependency-version: 0.58.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: redis
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: chromadb
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: sentence-transformers
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: onnxruntime
  dependency-version: 1.24.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-version: 0.135.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: torch
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: transformers
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: yt-dlp
  dependency-version: 2026.3.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: charset-normalizer
  dependency-version: 3.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: numpy
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: preshed
  dependency-version: 3.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pydantic-core
  dependency-version: 2.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: srsly
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: thinc
  dependency-version: 8.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tld
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: w3lib
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: wrapt
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: cuda-pathfinder
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: filelock
  dependency-version: 3.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fonttools
  dependency-version: 4.62.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: googleapis-common-protos
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: hf-xet
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: huggingface-hub
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jsonschema
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mmh3
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mpmath
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cublas-cu12
  dependency-version: 12.9.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cuda-cupti-cu12
  dependency-version: 12.9.79
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cuda-nvrtc-cu12
  dependency-version: 12.9.86
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cuda-runtime-cu12
  dependency-version: 12.9.79
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cudnn-cu12
  dependency-version: 9.20.0.48
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cufft-cu12
  dependency-version: 11.4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-cufile-cu12
  dependency-version: 1.14.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-curand-cu12
  dependency-version: 10.3.10.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: nvidia-cusolver-cu12
  dependency-version: 11.7.5.82
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: nvidia-cusparse-cu12
  dependency-version: 12.5.10.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: nvidia-cusparselt-cu12
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-nccl-cu12
  dependency-version: 2.29.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-nvjitlink-cu12
  dependency-version: 12.9.86
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-nvshmem-cu12
  dependency-version: 3.5.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: nvidia-nvtx-cu12
  dependency-version: 12.9.79
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-api
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-common
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-proto
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-sdk
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.61b0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sse-starlette
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tinyhtml5
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

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

dependabot bot commented on behalf of github Mar 24, 2026

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@po4yka po4yka merged commit 12aceac into main Mar 25, 2026
15 of 18 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-7da37e8ceb branch March 25, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant