fix(deps): update all non-major dependencies #1335
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:
v1.5.1-20241021105030-466c70d726a9.1
->v1.5.1-20241117203254-a91193b62179.1
v1.35.1-20241021105030-466c70d726a9.1
->v1.35.2-20241117203254-a91193b62179.1
v1.47.0
->v1.48.0
v27.3.1+incompatible
->v27.4.0+incompatible
v0.18.0
->v0.19.0
v1.8.7
->v1.8.9
v0.4.7
->v0.5.1
v0.31.0
->v0.32.0
v0.26.0
->v0.27.0
v0.209.0
->v0.210.0
v1.68.0
->v1.68.1
v0.19.2
->v0.19.3
Release Notes
docker/docker (github.com/docker/docker)
v27.4.0+incompatible
Compare Source
google/generative-ai-go (github.com/google/generative-ai-go)
v0.19.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/generative-ai-go@v0.18.0...v0.19.0
magiconair/properties (github.com/magiconair/properties)
v1.8.9
Compare Source
What's Changed
New Contributors
Full Changelog: magiconair/properties@v1.8.8...v1.8.9
v1.8.8
Compare Source
What's Changed
New Contributors
Full Changelog: magiconair/properties@v1.8.7...v1.8.8
ollama/ollama (github.com/ollama/ollama)
v0.5.1
Compare Source
What's Changed
"format": null
--format json
toollama run
would cause an errorFull Changelog: ollama/ollama@v0.5.0...v0.5.1
v0.5.0
Compare Source
New models
Structured outputs
Ollama now supports structured outputs, making it possible to constrain a model's output to a specific format defined by a JSON schema. The Ollama Python and JavaScript libraries have been updated to support structured outputs, together with Ollama's OpenAI-compatible API endpoints.
REST API
To use structured outputs in Ollama's generate or chat APIs, provide a JSON schema object in the
format
parameter:Python library
Using the Ollama Python library, pass in the schema as a JSON object to the
format
parameter as eitherdict
or use Pydantic (recommended) to serialize the schema usingmodel_json_schema()
.JavaScript library
Using the Ollama JavaScript library, pass in the schema as a JSON object to the
format
parameter as eitherobject
or use Zod (recommended) to serialize the schema usingzodToJsonSchema()
:What's Changed
q4_0
), 8-bit (q8_0
) or 16-bit (f16
). This reduces VRAM requirements for longer context windows.OLLAMA_FLASH_ATTENTION=1 OLLAMA_KV_CACHE_TYPE=q4_0 ollama serve
New Contributors
Full Changelog: ollama/ollama@v0.4.7...v0.5.0
googleapis/google-api-go-client (google.golang.org/api)
v0.210.0
Compare Source
Features
Bug Fixes
grpc/grpc-go (google.golang.org/grpc)
v1.68.1
: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7
togo1.22
. (#7831)kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.19.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.