Skip to content

fix(deps): update dependency ultralytics ( 8.3.178 → 8.3.179 ) - #95

Merged
jazzlyn-bot[bot] merged 1 commit into
mainfrom
renovate/ultralytics-8.x
Aug 16, 2025
Merged

fix(deps): update dependency ultralytics ( 8.3.178 → 8.3.179 )#95
jazzlyn-bot[bot] merged 1 commit into
mainfrom
renovate/ultralytics-8.x

Conversation

@jazzlyn-bot

@jazzlyn-bot jazzlyn-bot Bot commented Aug 14, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
ultralytics (changelog) project.dependencies patch ==8.3.178 -> ==8.3.179 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ultralytics/ultralytics (ultralytics)

v8.3.179: - ultralytics 8.3.179 Pin tensorflow<=2.19.0 for exports (#​21680)

Compare Source

🌟 Summary

Stability-focused patch: pins TensorFlow for reliable exports, streamlines Docker images (including a new export-ready image), improves YOLOE class handling, and tightens CI to reduce flakiness. 🚀

📊 Key Changes

  • Export reliability
    • Pinned tensorflow to <=2.19.0 and added numpy<2.0.0 in export extras to avoid known TF issues during exports. 🧩
    • New Dockerfile-export with preinstalled export deps and warm-started exports for faster, consistent testing. 📦⚡
  • CI and workflows
    • Temporarily disabled GPU CI job to stabilize builds during server upgrades. 🧪🚫
    • Docker CI now tests with export-tagged images (latest-export, latest-python-export) to match real export environments. ✅
    • SBOM workflow installs package in editable mode for accurate dependency capture. 🔍
  • Docker improvements
    • Base image upgraded to pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime. 🔧
    • Leaner images: removed unneeded packages, added apt-get clean, trimmed caches; split export deps into dedicated image. 🧹
  • YOLOE/World usability
    • CLI can parse classes="person,bus" for YOLOE/World; set_classes now auto-generates text embeddings if not provided. 🧠✍️
  • Developer quality-of-life
    • Removed pinned Click dev dependency; default compatible versions now used. 🧰
    • yolo checks output aligned for clearer logs. 📋
  • Version bump to 8.3.179. 🔖

🎯 Purpose & Impact

  • More dependable exports: Prevents breakages in TF, ONNX, CoreML, OpenVINO, and TF.js pipelines by locking known-good versions. ✅
  • Faster, cleaner Docker workflows: Smaller images, clearer separation of concerns, and export-ready tags improve CI speed and reproducibility. 🏎️
  • Easier zero-shot/custom class usage for YOLOE/World: Simple string inputs and auto-embeddings lower the barrier for experimentation. 🎯
  • Reduced CI noise and costs: Disabling GPU CI by default minimizes flakiness and conserves resources; maintainers can still trigger GPU runs when needed. 💸
  • Better supply-chain transparency and dev ergonomics: Improved SBOM accuracy and simplified dev deps. 🔒🛠️

Tip: If you export to TensorFlow, ensure your environment respects tensorflow<=2.19.0 and numpy<2.0.0 to match this release. 📤✨

What's Changed

Full Changelog: ultralytics/ultralytics@v8.3.178...v8.3.179


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@jazzlyn-bot
jazzlyn-bot Bot force-pushed the renovate/ultralytics-8.x branch 4 times, most recently from 2e6c1a5 to 335c5c0 Compare August 15, 2025 21:22
| datasource | package     | from    | to      |
| ---------- | ----------- | ------- | ------- |
| pypi       | ultralytics | 8.3.178 | 8.3.179 |
@jazzlyn-bot
jazzlyn-bot Bot force-pushed the renovate/ultralytics-8.x branch from 335c5c0 to 9f4d1e4 Compare August 16, 2025 00:41
@jazzlyn-bot
jazzlyn-bot Bot merged commit 1c004dc into main Aug 16, 2025
1 check passed
@jazzlyn-bot
jazzlyn-bot Bot deleted the renovate/ultralytics-8.x branch August 16, 2025 12:15
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.

0 participants