chore(deps): update auto merged updates #703
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.24.7
->==1.24.9
==0.5.4
->==0.5.5
==0.0.4
->==0.0.5
==0.2.82
->==0.2.85
==1.0.7
->==1.0.8
==4.66.4
->==4.66.5
==0.30.3
->==0.30.5
Release Notes
pymupdf/pymupdf (PyMuPDF)
v1.24.9
: PyMuPDF-1.24.9 releasedCompare Source
PyMuPDF-1.24.9 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:
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.24.9 (2024-07-24)
v1.24.8
: PyMuPDF-1.24.8 releasedCompare Source
PyMuPDF-1.24.8 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:
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.24.8 (2024-07-22)
Fixed issues:
Other:
chroma-core/chroma (chromadb)
v0.5.5
Compare Source
Version:
0.5.5
Git ref:
refs/tags/0.5.5
Build Date:
2024-07-23T01:01
PIP Package:
chroma-0.5.5.tar.gz
Github Container Registry Image:
ghcr.io/chroma-core/chroma:0.5.5
DockerHub Image:
chromadb/chroma:0.5.5
What's Changed
Full Changelog: chroma-core/chroma@0.5.4...0.5.5
fastapi/fastapi-cli (fastapi-cli)
v0.0.5
Compare Source
Breaking Changes
fastapi-cli[standard]
including Uvicorn, makefastapi-cli
andfastapi-cli-slim
have the same packages. PR #55 by @tiangolo.Summary
Install with:
pip install "fastapi[standard]"
Or if for some reason installing only the FastAPI CLI:
pip install "fastapi-cli[standard]"
Technical Details
Before this,
fastapi-cli
would include Uvicorn andfastapi-cli-slim
would not include Uvicorn.In a future version,
fastapi-cli
will not include Uvicorn unless it is installed withfastapi-cli[standard]
.FastAPI version 0.112.0 has a
fastapi[standard]
and that one includesfastapi-cli[standard]
.Before, you would install
pip install fastapi
, orpip install fastapi-cli
. Now you should include thestandard
optional dependencies (unless you want to exclude one of those):pip install "fastapi[standard]"
.In a future version,
fastapi-cli
will not include Uvicorn unless it is installed withfastapi-cli[standard]
.Refactors
src/fastapi_cli/discover.py
. PR #22 by @pedroimpulcetto.Docs
Internal
abetlen/llama-cpp-python (llama-cpp-python)
v0.2.85
Compare Source
398ede5
LLAMA_
toGGML_
by @olivierdebauche in #1634v0.2.84
Compare Source
4730fac
v0.2.83
Compare Source
081fe43
huggingface/pytorch-image-models (timm)
v1.0.8
Compare Source
July 28, 2024
mobilenet_edgetpu_v2_m
weights w/ra4
mnv4-small based recipe. 80.1% top-1 @ 224 and 80.7 @ 256.July 26, 2024
set_input_size()
added to vit and swin v1/v2 models to allow changing image size, patch size, window size after model creation.set_input_size
,always_partition
andstrict_img_size
args have been added to__init__
to allow more flexible input size constraintstiny
< .5M param models for testing that are actually trained on ImageNet-1kJune 24, 2024
tqdm/tqdm (tqdm)
v4.66.5
: tqdm v4.66.5 stableCompare Source
ncols
auto-detection on FreeBSD (#1602 <- https://github.com/casperdcl/git-fame/issues/98)encode/uvicorn (uvicorn)
v0.30.5
Compare Source
Fixed
v0.30.4
Compare Source
Fixed
h11
sets client state toMUST_CLOSE
(#2375)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.
This PR has been generated by Renovate Bot.