Skip to content

pullrequests Search Results · language:Dune language:Python language:Java language:Python language:Python language:Java

Filter by

87.5M results  (2 s)

87.5M results

Unified replay for ultralytics/ultralytics

This PR contains the following updates: | Package | Type | Update | Change | | --- | --- | --- | --- | | ghcr.io/astral-sh/uv | final | patch | 0.11.18 → 0.11.19 | Release Notes details summary astral-sh/uv ...
dependencies

What P5 of the #443 re-audit (#24, #25, #13): a directory passed where a file is expected, or a binary / non-UTF-8 file, surfaced an uncaught IsADirectoryError / UnicodeDecodeError traceback across init, ...

Summary Closes the deferred P3 test-coverage gap (wyrd-4yfc) from the wyrd-u9k6 productionization review (test-coverage-reviewer, PR #410). The element-gloss backfill module logic is covered (test_element_gloss_backfill.py); ...

Updates the requirements on mkdocs-material[imaging] and mkdocstrings[python] to permit the latest version. Updates mkdocs-material[imaging] to 9.7.6 details summary Release notes /summary p em Sourced ...
dependencies
python:uv

Summary This PR adds comprehensive memory safety testing for the C binding layer (src/_zvode.c) and fixes pedantic C standard compliance issues. A new CI workflow builds and tests the C extension with ...

The Daily Script Actions job (run) was failing at runtime with ModuleNotFoundError: No module named dotenv . The workflow installed dependencies from requirements.txt, but the package providing dotenv ...

Summary IdentityVerificationApplicationEntryService.process で同じ identity_verification_configuration が 1 リクエスト中に 2 回 SELECT される無駄を解消する。Verifier interface に verificationConfiguration 引数を追加し、Verifier 内で ...