chore: 📦 Update dependencies#613
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #613 +/- ##
==========================================
+ Coverage 67.22% 76.96% +9.73%
==========================================
Files 32 32
Lines 4519 4528 +9
Branches 743 743
==========================================
+ Hits 3038 3485 +447
+ Misses 1237 737 -500
- Partials 244 306 +62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
typer no longer depends on click, with some breaking changes: https://typer.tiangolo.com/tutorial/click/#breaking-changes |
|
I'll try have a go at fixing this. I put some fixes in last week but either they were reverted or not robust enough. |
Benchmark ResultsBenchmarks use a no-op Tesseract to measure pure framework overhead. 🚀 0 faster, ✅ No significant performance changes detected. Full results
|
|
@dionhaefner I think the latest commit should fix the failing "oldest" test that failed on my previous commit by bumping the lower bound of typer to 0.16 (0.15 used click 0.8.0 which had a different function signature for Docs build will still fail, this is because we currently depend on
What do you think? |
|
Thanks for looking into it @jpbrodrick89. Could try (2), and use (1) as a fallback if that doesn't work ootb? |
|
sphinxcontrib-typer now supports typer 0.26, but unfortunately its display isn't great. It just renders raw
I'm not really sure how to fix the 403 conda issue, does anyone have any insight into this? I think switching conda-forge instead of repo.anaconda might fix it (vectoradd test was flaky) or pinning to a different image than |
This PR updates the lockfile to the latest versions of the dependencies.
Please review the changes and merge when ready.