Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Auto merged updates #773

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Update Auto merged updates #773

merged 1 commit into from
Sep 4, 2024

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Sep 2, 2024

This PR contains the following updates:

Package Type Update Change
PyMuPDF (changelog) patch ==1.24.9 -> ==1.24.10
PyYAML (source) patch ==6.0.1 -> ==6.0.2
hashicorp/setup-terraform action patch v3.1.1 -> v3.1.2
httpx (changelog) patch ==0.27.0 -> ==0.27.2
llama-cpp-python (changelog) patch ==0.2.85 -> ==0.2.90
orjson (changelog) patch ==3.10.6 -> ==3.10.7
safetensors patch ==0.4.3 -> ==0.4.4
timm patch ==1.0.8 -> ==1.0.9
typer (changelog) patch ==0.12.3 -> ==0.12.5
uvicorn (changelog) patch ==0.30.5 -> ==0.30.6

Release Notes

pymupdf/pymupdf (PyMuPDF)

v1.24.10: PyMuPDF-1.24.10 released

Compare Source

PyMuPDF-1.24.10 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.10 (2024-09-02)

yaml/pyyaml (PyYAML)

v6.0.2

Compare Source

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: yaml/pyyaml@6.0.1...6.0.2

hashicorp/setup-terraform (hashicorp/setup-terraform)

v3.1.2

Compare Source

NOTES:

  • This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#​430)
encode/httpx (httpx)

v0.27.2

Compare Source

Fixed
  • Reintroduced supposedly-private URLTypes shortcut. (#​2673)

v0.27.1

Compare Source

Added
  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#​3139)
Fixed
  • Improved error messaging for InvalidURL exceptions. (#​3250)
  • Fix app type signature in ASGITransport. (#​3109)
abetlen/llama-cpp-python (llama-cpp-python)

v0.2.90

Compare Source

v0.2.89

Compare Source

v0.2.88

Compare Source

v0.2.87

Compare Source

v0.2.86

Compare Source

ijl/orjson (orjson)

v3.10.7

Compare Source

Changed
  • Improve performance of stable Rust amd64 builds.
huggingface/safetensors (safetensors)

v0.4.4

Compare Source

Important changes

What's Changed

New Contributors

Full Changelog: huggingface/safetensors@v0.4.3...v0.4.4

huggingface/pytorch-image-models (timm)

v1.0.9

Compare Source

Aug 21, 2024
  • Updated SBB ViT models trained on ImageNet-12k and fine-tuned on ImageNet-1k, challenging quite a number of much larger, slower models
model top1 top5 param_count img_size
vit_mediumd_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k 87.438 98.256 64.11 384
vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k 86.608 97.934 64.11 256
vit_betwixt_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k 86.594 98.02 60.4 384
vit_betwixt_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k 85.734 97.61 60.4 256
  • MobileNet-V1 1.25, EfficientNet-B1, & ResNet50-D weights w/ MNV4 baseline challenge recipe
model top1 top5 param_count img_size
resnet50d.ra4_e3600_r224_in1k 81.838 95.922 25.58 288
efficientnet_b1.ra4_e3600_r240_in1k 81.440 95.700 7.79 288
resnet50d.ra4_e3600_r224_in1k 80.952 95.384 25.58 224
efficientnet_b1.ra4_e3600_r240_in1k 80.406 95.152 7.79 240
mobilenetv1_125.ra4_e3600_r224_in1k 77.600 93.804 6.27 256
mobilenetv1_125.ra4_e3600_r224_in1k 76.924 93.234 6.27 224
  • Add SAM2 (HieraDet) backbone arch & weight loading support

  • Add Hiera Small weights trained w/ abswin pos embed on in12k & fine-tuned on 1k

model top1 top5 param_count
hiera_small_abswin_256.sbb2_e200_in12k_ft_in1k 84.912 97.260 35.01
hiera_small_abswin_256.sbb2_pd_e200_in12k_ft_in1k 84.560 97.106 35.01
Aug 8, 2024
fastapi/typer (typer)

v0.12.5

Compare Source

Features
Fixes
Refactors
Docs
Internal

v0.12.4

Compare Source

Features
Fixes
Docs
Internal
encode/uvicorn (uvicorn)

v0.30.6

Compare Source

Fixed
  • Don't warn when upgrade is not WebSocket and depedencies are installed (#​2360)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@rhatdan
Copy link
Member

rhatdan commented Sep 3, 2024

LGTM

Copy link
Member

@rhatdan rhatdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Platform Engineering Bot <[email protected]>
@platform-engineering-bot platform-engineering-bot changed the title chore(deps): update auto merged updates Update Auto merged updates Sep 3, 2024
@lmilbaum lmilbaum merged commit d0bb62c into main Sep 4, 2024
7 of 8 checks passed
@lmilbaum lmilbaum deleted the renovate/auto-merged-updates branch September 4, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants