Skip to content

Chore(deps): Bump the utilities-patch group with 3 updates#23

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/uv/dev/utilities-patch-8dac387875
Open

Chore(deps): Bump the utilities-patch group with 3 updates#23
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/uv/dev/utilities-patch-8dac387875

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps the utilities-patch group with 3 updates: llama-index-core, zensical and prek.

Updates llama-index-core from 0.14.16 to 0.14.18

Release notes

Sourced from llama-index-core's releases.

v0.14.18

Release Notes

[2026-03-16]

llama-index-agent-agentmesh [0.2.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-agent-azure [0.3.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-agentops [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-argilla [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-arize-phoenix [0.7.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-honeyhive [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)

llama-index-callbacks-langfuse [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-literalai [1.4.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-openinference [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-opik [1.3.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-callbacks-promptlayer [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.14.18]

  • feat: align text match filters across core and vector backends (#20883)
  • fix(chat_engine): preserve chat history on incomplete stream consumption (#20897)
  • fix: guard against ZeroDivisionError in LlamaDebugHandler._get_time_stats_from_event_pairs (#20937)
  • fix: add stacklevel=2 to warnings.warn() for accurate caller reporting (#20939)
  • chore: deprecate python 3.9 once and for all (#20956)
  • Release 0.14.17 (#20957)
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • fix: use apostprocess_nodes() in async retrieval paths (#20974)
  • fix (test) : use >= 1 to avoid racy stream_chat memory assertion (#20980)
  • fix(core): preserve response metadata in async _aretrieve_from_object (#20995)
  • fix: preserve non-ASCII schema descriptions in PydanticOutputParser (#21016)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
  • fix(core): structured_predict() returns default values for single-field models (#21025)
  • fix openai mimetype guess (#21030)

llama-index-embeddings-adapter [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-embeddings-alephalpha [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-embeddings-alibabacloud-aisearch [0.4.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-embeddings-anyscale [0.5.1]

  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)

llama-index-embeddings-autoembeddings [0.3.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-embeddings-azure-inference [0.5.0]

  • chore: deprecate python 3.9 once and for all (#20956)

llama-index-embeddings-azure-openai [0.5.1]

  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)

llama-index-embeddings-baseten [0.2.1]

  • chore: deprecate python 3.9 once and for all (#20956)

... (truncated)

Commits
  • 61bc305 Release 0.14.18 (#21032)
  • db6f8df fix(core): structured_predict() returns default values for single-field model...
  • 26b15b1 Bugfix: Pydantic validation error in AnthropicCompletionResponse (#21027)
  • c3effd0 fix openai mimetype guess (#21030)
  • 41bb29c fix: correct typo 'compatability' to 'compatibility' in Solr client (#21029)
  • 8b9ca04 feat(postprocessor): add Google Discovery Engine rerank integration (#20893)
  • 2f10566 feat(google-tools): support service account and cloud auth for Calendar and G...
  • 17dffad fix: preserve non-ASCII schema descriptions in PydanticOutputParser (#21016)
  • 3c418ea fix: use apostprocess_nodes() in async retrieval paths (#20974)
  • ccdf31b fix(core): preserve response metadata in async _aretrieve_from_object (#20995)
  • Additional commits viewable in compare view

Updates zensical from 0.0.26 to 0.0.28

Release notes

Sourced from zensical's releases.

0.0.28

Summary

This version updates the user interface to v0.0.10, which fixes a couple of bugs related to search and code annotation rendering. Additionally, it adds support for version selectors in the modern theme, paving the way for adding support for mike to manage multiple versions of documentation on GitHub Pages.

In addition, this release adds new configuration options for the file watcher to improve compatibility in certain environments.

File watcher

You can now opt into using a polling-based file watcher, which is particularly useful when running Docker on Windows, where filesystem event limitations (e.g., inotify constraints) can cause issues.

To enable the polling watcher:

export ZENSICAL_POLL_WATCHER=1

The polling interval is configurable and defaults to 500 milliseconds (aligned with MkDocs behavior):

export ZENSICAL_POLL_INTERVAL=500

Changelog

Bug fixes

  • 5196cdb compat – invalid setup of MathJax in bootstrapped zensical.toml
  • b710744 ui – update ui to v0.0.10
  • f014425 zensical-watch – auto-reload not working for Docker on Windows (#340, #446)

0.0.27

Summary

This version fixes a reload loop for when auto-appended snippets are located inside of the docs directory, and auto-reload for pages with Chinese path segments.

Changelog

Bug fixes

  • 062a972 zensical – printed URLs of built pages shouldn't be percent-encoded
  • e326ae3 zensical – auto-reload not working for URLs with Chinese path segments (#436)
  • 9654132 zensical-watch – skip queuing redundant watch paths (#434)
Commits
  • 990a020 chore: release v0.0.28
  • 5196cdb fix: invalid setup of MathJax in bootstrapped zensical.toml
  • b710744 fix: update ui to v0.0.10
  • e0629b9 chore: update actions in workflows
  • f014425 fix: auto-reload not working for Docker on Windows (#340) (#446)
  • a4354ca chore: update action to attest build provenance
  • 83cd642 chore: release v0.0.27
  • 062a972 fix: printed URLs of built pages shouldn't be percent-encoded
  • e326ae3 fix: auto-reload not working for URLs with Chinese path segments (#436)
  • 9654132 fix: skip queuing redundant watch paths (#434)
  • See full diff in compare view

Updates prek from 0.3.5 to 0.3.6

Release notes

Sourced from prek's releases.

0.3.6

Release Notes

Released on 2026-03-16.

Call for testing

If you run prek in GitHub CI, please try j178/prek-action@v2.0.0-beta.4. The 2.0 beta series rewrites the action in TypeScript, adds semver range support for prek-version, and verifies downloaded prek archives with published SHA-256 checksums. We'd appreciate any bug reports.

Enhancements

  • Allow selectors for hook ids containing colons (#1782)
  • Rename prek install-hooks to prek prepare-hooks and prek install --install-hooks to prek install --prepare-hooks (#1766)
  • Retry auth-failed repo clones with terminal prompts enabled (#1761)

Performance

  • Optimize detect_private_key by chunked reading and using aho-corasick (#1791)
  • Optimize fix_byte_order_marker by shifting file contents in place (#1790)

Bug fixes

  • Align stage defaulting behavior with pre-commit (#1788)
  • Make sure child output is drained in the PTY subprocess (#1768)
  • fix(golang): use GOTOOLCHAIN=local when probing system go (#1797)

Documentation

  • Disambiguate “hook” terminology by renaming "Git hooks" to "Git shims" (#1776)
  • Document compatibility with pre-commit (#1767)
  • Update configuration.md with TOML 1.1 notes (#1764)

Other changes

  • Sync latest identify tags (#1798)

Contributors

Install prek 0.3.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.3.6/prek-installer.sh | sh
</tr></table> 

... (truncated)

Changelog

Sourced from prek's changelog.

0.3.6

Released on 2026-03-16.

Enhancements

  • Allow selectors for hook ids containing colons (#1782)
  • Rename prek install-hooks to prek prepare-hooks and prek install --install-hooks to prek install --prepare-hooks (#1766)
  • Retry auth-failed repo clones with terminal prompts enabled (#1761)

Performance

  • Optimize detect_private_key by chunked reading and using aho-corasick (#1791)
  • Optimize fix_byte_order_marker by shifting file contents in place (#1790)

Bug fixes

  • Align stage defaulting behavior with pre-commit (#1788)
  • Make sure child output is drained in the PTY subprocess (#1768)
  • fix(golang): use GOTOOLCHAIN=local when probing system go (#1797)

Documentation

  • Disambiguate “hook” terminology by renaming "Git hooks" to "Git shims" (#1776)
  • Document compatibility with pre-commit (#1767)
  • Update configuration.md with TOML 1.1 notes (#1764)

Other changes

  • Sync latest identify tags (#1798)

Contributors

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the utilities-patch group with 3 updates: [llama-index-core](https://github.com/run-llama/llama_index), [zensical](https://github.com/zensical/zensical) and [prek](https://github.com/j178/prek).


Updates `llama-index-core` from 0.14.16 to 0.14.18
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.14.16...v0.14.18)

Updates `zensical` from 0.0.26 to 0.0.28
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.26...v0.0.28)

Updates `prek` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.3.5...v0.3.6)

---
updated-dependencies:
- dependency-name: llama-index-core
  dependency-version: 0.14.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: utilities-patch
- dependency-name: zensical
  dependency-version: 0.0.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: utilities-patch
- dependency-name: prek
  dependency-version: 0.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: utilities-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants