Skip to content

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@langchain/community (source) 0.3.48 -> 0.3.49 age confidence
@langchain/core (source) 0.3.62 -> 0.3.66 age confidence
GitPython ==3.1.44 -> ==3.1.45 age confidence
fastapi-cli (changelog) ==0.0.7 -> ==0.0.8 age confidence
llama_stack_client ==0.2.10 -> ==0.2.16 age confidence
maven 3.9.10 -> 3.9.11 age confidence
timm ==1.0.16 -> ==1.0.19 age confidence

Release Notes

langchain-ai/langchainjs (@​langchain/community)

v0.3.49

Compare Source

gitpython-developers/GitPython (GitPython)

v3.1.45

Compare Source

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.44...3.1.45

fastapi/fastapi-cli (fastapi-cli)

v0.0.8

Compare Source

Features

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

Installing fastapi-cli[standard] now includes fastapi-cloud-cli.

If you want to install fastapi-cli without fastapi-cloud-cli, you can install instead fastapi-cli[standard-no-fastapi-cloud-cli].

You will normally not install fastapi-cli directly, but rather install FastAPI with fastapi[standard], which will include fastapi-cli[standard].

If you want to install fastapi with the standard dependencies except for fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Internal
llamastack/llama-stack-client-python (llama_stack_client)

v0.2.16

Compare Source

v0.2.15

Compare Source

v0.2.14

Client package corresponding to Llama Stack v0.2.14

huggingface/pytorch-image-models (timm)

v1.0.19

Compare Source

Patch release for Python 3.9 compat break in 1.0.18

July 23, 2025

  • Add set_input_size() method to EVA models, used by OpenCLIP 3.0.0 to allow resizing for timm based encoder models.
  • Release 1.0.18, needed for PE-Core S & T models in OpenCLIP 3.0.0
  • Fix small typing issue that broke Python 3.9 compat. 1.0.19 patch release.

July 21, 2025

  • ROPE support added to NaFlexViT. All models covered by the EVA base (eva.py) including EVA, EVA02, Meta PE ViT, timm SBB ViT w/ ROPE, and Naver ROPE-ViT can be now loaded in NaFlexViT when use_naflex=True passed at model creation time
  • More Meta PE ViT encoders added, including small/tiny variants, lang variants w/ tiling, and more spatial variants.
  • PatchDropout fixed with NaFlexViT and also w/ EVA models (regression after adding Naver ROPE-ViT)
  • Fix XY order with grid_indexing='xy', impacted non-square image use in 'xy' mode (only ROPE-ViT and PE impacted).

What's Changed

Full Changelog: huggingface/pytorch-image-models@v1.0.17...v1.0.18

v1.0.18

Compare Source

July 23, 2025

  • Add set_input_size() method to EVA models, used by OpenCLIP 3.0.0 to allow resizing for timm based encoder models.
  • Release 1.0.18, needed for PE-Core S & T models in OpenCLIP 3.0.0

July 21, 2025

  • ROPE support added to NaFlexViT. All models covered by the EVA base (eva.py) including EVA, EVA02, Meta PE ViT, timm SBB ViT w/ ROPE, and Naver ROPE-ViT can be now loaded in NaFlexViT when use_naflex=True passed at model creation time
  • More Meta PE ViT encoders added, including small/tiny variants, lang variants w/ tiling, and more spatial variants.
  • PatchDropout fixed with NaFlexViT and also w/ EVA models (regression after adding Naver ROPE-ViT)
  • Fix XY order with grid_indexing='xy', impacted non-square image use in 'xy' mode (only ROPE-ViT and PE impacted).

What's Changed

Full Changelog: huggingface/pytorch-image-models@v1.0.17...v1.0.18

v1.0.17

Compare Source

July 7, 2025

  • MobileNet-v5 backbone tweaks for improved Google Gemma 3n behaviour (to pair with updated official weights)
    • Add stem bias (zero'd in updated weights, compat break with old weights)
    • GELU -> GELU (tanh approx). A minor change to be closer to JAX
  • Add two arguments to layer-decay support, a min scale clamp and 'no optimization' scale threshold
  • Add 'Fp32' LayerNorm, RMSNorm, SimpleNorm variants that can be enabled to force computation of norm in float32
  • Some typing, argument cleanup for norm, norm+act layers done with above
  • Support Naver ROPE-ViT (https://github.com/naver-ai/rope-vit) in eva.py, add RotaryEmbeddingMixed module for mixed mode, weights on HuggingFace Hub
model img_size top1 top5 param_count
vit_large_patch16_rope_mixed_ape_224.naver_in1k 224 84.84 97.122 304.4
vit_large_patch16_rope_mixed_224.naver_in1k 224 84.828 97.116 304.2
vit_large_patch16_rope_ape_224.naver_in1k 224 84.65 97.154 304.37
vit_large_patch16_rope_224.naver_in1k 224 84.648 97.122 304.17
vit_base_patch16_rope_mixed_ape_224.naver_in1k 224 83.894 96.754 86.59
vit_base_patch16_rope_mixed_224.naver_in1k 224 83.804 96.712 86.44
vit_base_patch16_rope_ape_224.naver_in1k 224 83.782 96.61 86.59
vit_base_patch16_rope_224.naver_in1k 224 83.718 96.672 86.43
vit_small_patch16_rope_224.naver_in1k 224 81.23 95.022 21.98
vit_small_patch16_rope_mixed_224.naver_in1k 224 81.216 95.022 21.99
vit_small_patch16_rope_ape_224.naver_in1k 224 81.004 95.016 22.06
vit_small_patch16_rope_mixed_ape_224.naver_in1k 224 80.986 94.976 22.06
  • Some cleanup of ROPE modules, helpers, and FX tracing leaf registration
  • Preparing version 1.0.17 release

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.16...v1.0.17


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.

Copy link
Collaborator

@jeffmaury jeffmaury left a comment

Choose a reason for hiding this comment

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

Blocking as it is breaking the chatbot-llama-stack recipe (needs Python 3.12)

@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch from 2902e1a to d9d4203 Compare July 15, 2025 19:55
@platform-engineering-bot platform-engineering-bot changed the title chore(deps): update auto merged updates fix(deps): update auto merged updates Jul 15, 2025
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 6 times, most recently from 7e21930 to e3da856 Compare July 19, 2025 00:44
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 4 times, most recently from b2c44ee to 7b2d790 Compare July 29, 2025 20:54
Signed-off-by: Platform Engineering Bot <[email protected]>
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch from 7b2d790 to c510ded Compare July 31, 2025 20:55
@jeffmaury jeffmaury closed this Aug 1, 2025
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.

2 participants