Skip to content

chore(deps): update python-nonmajor#478

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/python-nonmajor
Open

chore(deps): update python-nonmajor#478
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/python-nonmajor

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 5, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
black (changelog) ==26.1.0==26.3.1 age confidence
google-adk (changelog) ==1.27.2==1.27.5 age confidence
google-auth ==2.45.0==2.49.1 age confidence
google-auth ==2.47.0==2.49.1 age confidence
google-auth-oauthlib (source) ==1.2.1==1.3.0 age confidence
google-cloud-storage ==3.7.0==3.10.1 age confidence
isort (changelog) ==8.0.0==8.0.1 age confidence
langchain-core (changelog) ==1.2.11==1.2.22 age confidence
llama-index-core ==0.14.12==0.14.19 age confidence
opentelemetry-exporter-gcp-trace (source) ==1.9.0==1.11.0 age confidence
opentelemetry-exporter-otlp-proto-http ==1.37.0==1.40.0 age confidence
opentelemetry-sdk ==1.37.0==1.40.0 age confidence
pillow (changelog) ==12.1.0==12.1.1 age confidence
pytest-cov (changelog) ==7.0.0==7.1.0 age confidence
requests (changelog) ==2.32.5==2.33.0 age confidence
typing-extensions (changelog) ==4.14.1==4.15.0 age confidence

Release Notes

psf/black (black)

v26.3.1

Compare Source

Stable style
  • Prevent Jupyter notebook magic masking collisions from corrupting cells by using
    exact-length placeholders for short magics and aborting if a placeholder can no longer
    be unmasked safely (#​5038)
Configuration
  • Always hash cache filename components derived from --python-cell-magics so custom
    magic names cannot affect cache paths (#​5038)
Blackd
  • Disable browser-originated requests by default, add configurable origin allowlisting
    and request body limits, and bound executor submissions to improve backpressure
    (#​5039)

v26.3.0

Compare Source

Stable style
  • Don't double-decode input, causing non-UTF-8 files to be corrupted (#​4964)
  • Fix crash on standalone comment in lambda default arguments (#​4993)
  • Preserve parentheses when # type: ignore comments would be merged with other
    comments on the same line, preventing AST equivalence failures (#​4888)
Preview style
  • Fix bug where if guards in case blocks were incorrectly split when the pattern had
    a trailing comma (#​4884)
  • Fix string_processing crashing on unassigned long string literals with trailing
    commas (one-item tuples) (#​4929)
  • Simplify implementation of the power operator "hugging" logic (#​4918)
Packaging
  • Fix shutdown errors in PyInstaller builds on macOS by disabling multiprocessing in
    frozen environments (#​4930)
Performance
  • Introduce winloop for windows as an alternative to uvloop (#​4996)
  • Remove deprecated function uvloop.install() in favor of uvloop.new_event_loop()
    (#​4996)
  • Rename maybe_install_uvloop function to maybe_use_uvloop to simplify loop
    installation and creation of either a uvloop/winloop evenloop or default eventloop
    (#​4996)
Output
  • Emit a clear warning when the target Python version is newer than the running Python
    version, since AST safety checks cannot parse newer syntax. Also replace the
    misleading "INTERNAL ERROR" message with an actionable error explaining the version
    mismatch (#​4983)
Blackd
  • Introduce winloop to be used when windows in use which enables blackd to run faster on
    windows when winloop is installed. (#​4996)
Integrations
  • Remove unused gallery script (#​5030)
  • Harden parsing of black requirements in the GitHub Action when use_pyproject is
    enabled so that only version specifiers are accepted and direct references such as
    black @​ https://... are rejected. Users should upgrade to the latest version of the
    action as soon as possible. This update is received automatically when using
    psf/black@stable, and is independent of the version of Black installed by the
    action. (#​5031)
Documentation
  • Expand preview style documentation with detailed examples for wrap_comprehension_in,
    simplify_power_operator_hugging, and wrap_long_dict_values_in_parens features
    (#​4987)
  • Add detailed documentation for formatting Jupyter Notebooks (#​5009)
google/adk-python (google-adk)

v1.27.5

Compare Source

Bug Fixes
  • Update eval extras to Vertex SDK package version with constrained LiteLLM upperbound (77928a8)

v1.27.4

Compare Source

Bug Fixes
  • Exclude compromised LiteLLM versions from dependencies pin to 1.82.6 (fa5e707)
  • gate builder endpoints behind web flag (44b3f72)

v1.27.3

Compare Source

Bug Fixes
  • add protection for arbitrary module imports (276adfb)
googleapis/google-auth-library-python (google-auth)

v2.48.0

Compare Source

Features
Bug Fixes

v2.47.0

Compare Source

Features
Bug Fixes

v2.46.0

Compare Source

Documentation
Features
Bug Fixes
googleapis/google-cloud-python (google-auth-oauthlib)

v1.3.0: google-auth-oauthlib: v1.3.0

Compare Source

Features
Bug Fixes
  • Raise meaningful exception when oauth callback times out (#​363) (adc3ee60)
googleapis/python-storage (google-cloud-storage)

v3.10.1

Compare Source

Bug Fixes

v3.10.0

Compare Source

Features
Perf Improvments
Bug Fixes

v3.9.0

Compare Source

Features
Bug Fixes

v3.8.0

Compare Source

Features
Bug Fixes
PyCQA/isort (isort)

v8.0.1

Compare Source

Changes

run-llama/llama_index (llama-index-core)

v0.14.19

Compare Source

llama-index-agent-agentmesh [0.2.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
llama-index-callbacks-argilla [0.5.0]
  • chore(deps): bump the uv group across 3 directories with 1 update (#​21069)
llama-index-core [0.14.19]
  • fix: pass delete_from_docstore parameter in BaseIndex.delete_ref_doc (#​20990)
  • fix(core): preserve CTE names during schema prefixing in SQLDatabase.run_sql (#​21028)
  • fix(core): align sync retrieval dedup key with async (hash + ref_doc_id) (#​21034)
  • fix(core): raise ValueError instead of returning string from structured_predict (#​21036)
  • fix(core): remove incorrect per-node delete calls in index helpers (#​21050)
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
  • enable llama-cloud>1.0 install (#​21140)
llama-index-embeddings-fireworks [0.5.2]
  • test(embeddings-fireworks): add test suite and fix docs (#​20977)
llama-index-embeddings-upstage [0.6.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
llama-index-indices-managed-llama-cloud [0.11.1]
  • fix: llama-cloud managed index and remove llamaparse reader (#​21043)
  • enable llama-cloud>1.0 install (#​21140)
llama-index-llms-azure-openai [0.5.3]
llama-index-llms-bedrock-converse [0.14.3]
  • use proper tool choice format in bedrock converse (#​21098)
llama-index-llms-cohere [0.8.0]
  • docs(cohere): update first basic usage example to chat API (#​21108)
llama-index-llms-google-genai [0.9.1]
  • feat: gemini 3 default and temperature (#​21060)
  • fix(google-genai): avoid mutating messages list in prepare_chat_params (#​21141)
llama-index-llms-litellm [0.7.1]
  • Add support for custom LLM provider in model kwargs (#​21095)
llama-index-llms-minimax [0.1.0]
  • feat: add MiniMax LLM provider integration with M2.7 default (#​20955)
llama-index-llms-ollama [0.10.1]
  • fix(ollama): pass custom headers to auto-created clients (#​21091)
llama-index-llms-openai [0.7.3]
  • feat(llms/openai): Add support for Mini and Nano variants of GPT 5.4 (#​21065)
llama-index-llms-ovhcloud [0.2.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
llama-index-packs-agent-search-retriever [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-amazon-product-extraction [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-arize-phoenix-query-engine [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-auto-merging-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-code-hierarchy [0.7.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-cohere-citation-chat [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-deeplake-deepmemory-retriever [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-deeplake-multimodal-retrieval [0.4.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-dense-x-retrieval [0.6.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-diff-private-simple-dataset [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-evaluator-benchmarker [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-fusion-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-fuzzy-citation [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-gmail-openai-agent [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-koda-retriever [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-llama-dataset-metadata [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-llama-guard-moderator [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-llava-completion [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-longrag [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-mixture-of-agents [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-multi-tenancy-rag [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-multidoc-autoretrieval [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-nebulagraph-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-neo4j-query-engine [0.5.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-node-parser-semantic-chunking [0.5.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-ollama-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-panel-chatbot [0.5.0]
  • chore(deps): bump the uv group across 3 directories with 1 update (#​21069)
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-raft-dataset [0.5.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-ragatouille-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-raptor [0.4.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-recursive-retriever [0.8.1]
  • chore(deps): bump the uv group across 3 directories with 1 update (#​21069)
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-searchain [0.3.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-self-discover [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-self-rag [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-sentence-window-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-snowflake-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-stock-market-data-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-streamlit-chatbot [0.5.2]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-sub-question-weaviate [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-packs-timescale-vector-autoretrieval [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#​21097)
llama-index-postprocessor-google-rerank [0.1.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
llama-index-readers-llama-parse [0.6.1]
llama-index-readers-service-now [0.3.0]
  • chore(deps): bump nltk from 3.9.1 to 3.9.3 in /llama-index-integrations/readers/llama-index-readers-service-now in the uv group across 1 directory (#​21080)
llama-index-storage-chat-store-opensearch [0.2.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#​21083)
llama-index-tools-aws-bedrock-agentcore [0.3.1]
  • feat(tools/agentcore): add AgentCoreRuntime adapter (#​21008)
  • fix bedrock tests (#​21129)
llama-index-tools-exa [0.5.1]
  • update exa tool description and default search type (#​21096)
llama-index-vector-stores-redis [0.8.0]
  • feat(redis): implement safe get_nodes and delete_nodes support (#​20972)
llama-index-voice-agents-gemini-live [0.4.0]
  • feat: latest gemini model default (#​21061)

v0.14.18

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)
llama-index-callbacks-uptrain [0.6.0]
  • chore: deprecate python 3.9 once and for all (#​20956)
llama-index-callbacks-wandb [0.5.0]
  • chore: deprecate python 3.9 once and for all (#​20956)
llama-index-core [0.14.18]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team January 5, 2026 22:36
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from ef0d4c5 to 2416e0c Compare January 6, 2026 13:06
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-auth to v2.46.0 chore(deps): update python-nonmajor Jan 6, 2026
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 2416e0c to 928d5c1 Compare January 6, 2026 22:22
@anubhav756
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 928d5c1 to 56bf675 Compare January 8, 2026 08:59
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 56bf675 to 76690cf Compare January 8, 2026 10:07
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 76690cf to 17a933c Compare January 8, 2026 14:32
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 17a933c to aa885d4 Compare January 8, 2026 18:47
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from aa885d4 to 16ee87b Compare January 8, 2026 19:24
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 16ee87b to f5d159d Compare January 9, 2026 18:12
@dpebot
Copy link

dpebot commented Mar 6, 2026

/gcbrun

13 similar comments
@dpebot
Copy link

dpebot commented Mar 7, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 9, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 10, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 12, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 13, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 13, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 14, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 16, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 18, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 18, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 18, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 19, 2026

/gcbrun

@anubhav756
Copy link
Contributor

/gcbrun

@dpebot
Copy link

dpebot commented Mar 21, 2026

/gcbrun

12 similar comments
@dpebot
Copy link

dpebot commented Mar 23, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 23, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 24, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 24, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 24, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 24, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 25, 2026

/gcbrun

@anubhav756
Copy link
Contributor

/gcbrun

@dpebot
Copy link

dpebot commented Mar 25, 2026

/gcbrun

@anubhav756
Copy link
Contributor

/gcbrun

@dpebot
Copy link

dpebot commented Mar 25, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 26, 2026

/gcbrun

@dpebot
Copy link

dpebot commented Mar 26, 2026

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests: run Label to trigger Github Action tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants