Skip to content

Conversation

@renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
SQLAlchemy (changelog) ==2.0.44==2.0.45 age confidence
black (changelog) ==25.9.0==25.12.0 age confidence
cloud-sql-python-connector (changelog) ==1.18.5==1.20.0 age confidence
llama-index-core ==0.14.5==0.14.12 age confidence
mypy (changelog) ==1.18.2==1.19.1 age confidence
pgvector ==0.4.1==0.4.2 age confidence
pytest-asyncio (changelog) ==1.2.0==1.3.0 age confidence

Release Notes

psf/black (black)

v25.12.0

Compare Source

Highlights
  • Black no longer supports running with Python 3.9 (#​4842)
Stable style
  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly
    removed, particularly affecting Jupytext's # %% [markdown] comments (#​4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on
    string literals, or on dictionary entries with long lines (#​4872)
  • Fix possible crash when fmt: directives aren't on the top level (#​4856)
Preview style
  • Fix fmt: skip skipping the line after instead of the line it's on (#​4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving
    magic trailing commas and intentional multiline formatting (#​4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#​4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#​4854)
  • Fix new lines being added after imports with # fmt: skip on them (#​4894)
Packaging
  • Releases now include arm64 Windows binaries and wheels (#​4814)
Integrations
  • Add output-file input to GitHub Action psf/black to write formatter output to a
    file for artifact capture and log cleanliness (#​4824)

v25.11.0

Compare Source

Highlights
  • Enable base 3.14 support (#​4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#​4805)
Stable style
  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#​4811)
  • Comments containing fmt directives now preserve their exact formatting instead of
    being normalized (#​4811)
Preview style
  • Move multiline_string_handling from --unstable to --preview (#​4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by
    comments (#​4764)
  • Fix bug where python 3.12 generics syntax split line happens weirdly (#​4777)
  • Standardize type comments to form # type: <value> (#​4645)
  • Fix fix_fmt_skip_in_one_liners preview feature to respect # fmt: skip for compound
    statements with semicolon-separated bodies (#​4800)
Configuration
  • Add no_cache option to control caching behavior. (#​4803)
Packaging
  • Releases now include arm64 Linux binaries (#​4773)
Output
  • Write unchanged content to stdout when excluding formatting from stdin using pipes
    (#​4610)
Blackd
  • Implemented BlackDClient. This simple python client allows to easily send formatting
    requests to blackd (#​4774)
Integrations
  • Enable 3.14 base CI (#​4804)
  • Enhance GitHub Action psf/black to support the required-version major-version-only
    "stability" format when using pyproject.toml (#​4770)
  • Improve error message for vim plugin users. It now handles independently vim version
  • Vim: Warn on unsupported Vim and Python versions independently (#​4772)
  • Vim: Print the import paths when importing black fails (#​4675)
  • Vim: Fix handling of virtualenvs that have a different Python version (#​4675)
GoogleCloudPlatform/cloud-sql-python-connector (cloud-sql-python-connector)

v1.20.0

Compare Source

Features
Dependencies

v1.19.0

Compare Source

Features
Documentation
  • Add sample Cloud Run example application (#​1335) (adc25f6)
  • Update documentation to describe how to use Advanced DR write endpoint. (#​1332) (2e1ed21)
run-llama/llama_index (llama-index-core)

v0.14.12

Compare Source

llama-index-callbacks-agentops [0.4.1]
llama-index-core [0.14.12]
  • Feat/async tool spec support (#​20338)
  • Improve MockFunctionCallingLLM (#​20356)
  • fix(openai): sanitize generic Pydantic model schema names (#​20371)
  • Element node parser (#​20399)
  • improve llama dev logging (#​20411)
  • test(node_parser): add unit tests for Java CodeSplitter (#​20423)
  • fix: crash in log_vector_store_query_result when result.ids is None (#​20427)
llama-index-embeddings-litellm [0.4.1]
  • Add docstring to LiteLLM embedding class (#​20336)
llama-index-embeddings-ollama [0.8.5]
  • feat(llama-index-embeddings-ollama): Add keep_alive parameter (#​20395)
  • docs: improve Ollama embeddings README with comprehensive documentation (#​20414)
llama-index-embeddings-voyageai [0.5.2]
llama-index-graph-stores-nebula [0.5.1]
  • feat(nebula): add MENTIONS edge to property graph store (#​20401)
llama-index-llms-aibadgr [0.1.0]
  • feat(llama-index-llms-aibadgr): Add AI Badgr OpenAI‑compatible LLM integration (#​20365)
llama-index-llms-anthropic [0.10.4]
llama-index-llms-bedrock-converse [0.12.3]
  • fix: bedrock converse thinking block issue (#​20355)
llama-index-llms-google-genai [0.8.3]
  • Switch use_file_api to Flexible file_mode; Improve File Upload Handling & Bump google-genai to v1.52.0 (#​20347)
  • Fix missing role from Google-GenAI (#​20357)
  • Add signature index fix (#​20362)
  • Add positional thought signature for thoughts (#​20418)
llama-index-llms-ollama [0.9.1]
  • feature: pydantic no longer complains if you pass 'low', 'medium', 'h… (#​20394)
llama-index-llms-openai [0.6.12]
  • fix: Handle tools=None in OpenAIResponses._get_model_kwargs (#​20358)
  • feat: add support for gpt-5.2 and 5.2 pro (#​20361)
llama-index-readers-confluence [0.6.1]
  • fix(confluence): support Python 3.14 (#​20370)
llama-index-readers-file [0.5.6]
  • Loosen constraint on pandas version (#​20387)
llama-index-readers-service-now [0.2.2]
  • chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /llama-index-integrations/readers/llama-index-readers-service-now in the pip group across 1 directory (#​20341)
llama-index-tools-mcp [0.4.5]
  • fix: pass timeout parameters to transport clients in BasicMCPClient (#​20340)
  • feature: Permit to pass a custom httpx.AsyncClient when creating a BasicMcpClient (#​20368)
llama-index-tools-typecast [0.1.0]
  • feat: add Typecast tool integration with text to speech features (#​20343)
llama-index-vector-stores-azurepostgresql [0.2.0]
llama-index-vector-stores-chroma [0.5.5]
  • Fix chroma nested metadata filters (#​20424)
  • fix(chroma): support multimodal results (#​20426)
llama-index-vector-stores-couchbase [0.6.0]
  • Update FTS & GSI reference docs for Couchbase vector-store (#​20346)
llama-index-vector-stores-faiss [0.5.2]
  • fix(faiss): pass numpy array instead of int to add_with_ids (#​20384)
llama-index-vector-stores-lancedb [0.4.4]
  • Feat/async tool spec support (#​20338)
  • fix(vector_stores/lancedb): add missing '<' filter operator (#​20364)
  • fix(lancedb): fix metadata filtering logic and list value SQL generation (#​20374)
llama-index-vector-stores-mongodb [0.9.0]
  • Update mongo vector store to initialize without list permissions (#​20354)
  • add mongodb delete index (#​20429)
  • async mongodb atlas support (#​20430)
llama-index-vector-stores-redis [0.6.2]
llama-index-vector-stores-vertexaivectorsearch [0.3.3]
  • feat(vertex-vector-search): Add Google Vertex AI Vector Search v2.0 support (#​20351)

v0.14.10

Compare Source

llama-index-core [0.14.10]
  • feat: add mock function calling llm (#​20331)
llama-index-llms-qianfan [0.4.1]
  • test: fix typo 'reponse' to 'response' in variable names (#​20329)
llama-index-tools-airweave [0.1.0]
  • feat: add Airweave tool integration with advanced search features (#​20111)
llama-index-utils-qianfan [0.4.1]
  • test: fix typo 'reponse' to 'response' in variable names (#​20329)

v0.14.9

Compare Source

llama-index-agent-azure [0.2.1]
  • fix: Pin azure-ai-projects version to prevent breaking changes (#​20255)
llama-index-core [0.14.9]
  • MultiModalVectorStoreIndex now returns a multi-modal ContextChatEngine. (#​20265)
  • Ingestion to vector store now ensures that _node-content is readable (#​20266)
  • fix: ensure context is copied with async utils run_async (#​20286)
  • fix(memory): ensure first message in queue is always a user message after flush (#​20310)
llama-index-embeddings-bedrock [0.7.2]
  • feat(embeddings-bedrock): Add support for Amazon Bedrock Application Inference Profiles (#​20267)
  • fix:(embeddings-bedrock) correct extraction of provider from model_name (#​20295)
  • Bump version of bedrock-embedding (#​20304)
llama-index-embeddings-voyageai [0.5.1]
  • VoyageAI correction and documentation (#​20251)
llama-index-llms-anthropic [0.10.3]
llama-index-llms-bedrock-converse [0.12.2]
  • fix(bedrock-converse): Only use guardrail_stream_processing_mode in streaming functions (#​20289)
  • feat: add anthropic opus 4.5 (#​20306)
  • feat(bedrock-converse): Additional support for Claude Opus 4.5 (#​20317)
llama-index-llms-google-genai [0.7.4]
  • Fix gemini-3 support and gemini function call support (#​20315)
llama-index-llms-helicone [0.1.1]
  • update helicone docs + examples (#​20208)
llama-index-llms-openai [0.6.10]
llama-index-llms-ovhcloud [0.1.0]
  • Add OVHcloud AI Endpoints provider (#​20288)
llama-index-llms-siliconflow [0.4.2]
  • [Bugfix] None check on content in delta in siliconflow LLM (#​20327)
llama-index-node-parser-docling [0.4.2]
  • Relax docling Python constraints (#​20322)
llama-index-packs-resume-screener [0.9.3]
  • feat: Update pypdf to latest version (#​20285)
llama-index-postprocessor-voyageai-rerank [0.4.1]
  • VoyageAI correction and documentation (#​20251)
llama-index-protocols-ag-ui [0.2.3]
  • fix: correct order of ag-ui events to avoid event conflicts (#​20296)
llama-index-readers-confluence [0.6.0]
  • Refactor Confluence integration: Update license to MIT, remove requirements.txt, and implement HtmlTextParser for HTML to Markdown conversion. Update dependencies and tests accordingly. (#​20262)
llama-index-readers-docling [0.4.2]
  • Relax docling Python constraints (#​20322)
llama-index-readers-file [0.5.5]
  • feat: Update pypdf to latest version (#​20285)
llama-index-readers-reddit [0.4.1]
  • Fix typo in README.md for Reddit integration (#​20283)
llama-index-storage-chat-store-postgres [0.3.2]
  • [FIX] Postgres ChatStore automatically prefix table name with "data_" (#​20241)
llama-index-vector-stores-azureaisearch [0.4.4]
  • vector-azureaisearch: check if user agent already in policy before add it to azure client (#​20243)
  • fix(azureaisearch): Add close/aclose methods to fix unclosed client session warnings (#​20309)
llama-index-vector-stores-milvus [0.9.4]
  • Fix/consistency level param for milvus (#​20268)
llama-index-vector-stores-postgres [0.7.2]
llama-index-vector-stores-qdrant [0.9.0]
  • fix: Update qdrant-client version constraints (#​20280)
  • Feat: update Qdrant client to 1.16.0 (#​20287)
llama-index-vector-stores-vertexaivectorsearch [0.3.2]
  • fix: update blob path in batch_update_index (#​20281)
llama-index-voice-agents-openai [0.2.2]

v0.14.8

Compare Source

llama-index-core [0.14.8]
  • Fix ReActOutputParser getting stuck when "Answer:" contains "Action:" (#​20098)
  • Add buffer to image, audio, video and document blocks (#​20153)
  • fix(agent): Handle multi-block ChatMessage in ReActAgent (#​20196)
  • Fix/20209 (#​20214)
  • Preserve Exception in ToolOutput (#​20231)
  • fix weird pydantic warning (#​20235)
llama-index-embeddings-nvidia [0.4.2]
  • docs: Edit pass and update example model (#​20198)
llama-index-embeddings-ollama [0.8.4]
  • Added a test case (no code) to check the embedding through an actual connection to a Ollama server (after checking that the ollama server exists) (#​20230)
llama-index-llms-anthropic [0.10.2]
  • feat(llms/anthropic): Add support for RawMessageDeltaEvent in streaming (#​20206)
  • chore: remove unsupported models (#​20211)
llama-index-llms-bedrock-converse [0.11.1]
  • feat: integrate bedrock converse with tool call block (#​20099)
  • feat: Update model name extraction to include 'jp' region prefix and … (#​20233)
llama-index-llms-google-genai [0.7.3]
  • feat: google genai integration with tool block (#​20096)
  • fix: non-streaming gemini tool calling (#​20207)
  • Add token usage information in GoogleGenAI chat additional_kwargs (#​20219)
  • bug fix google genai stream_complete (#​20220)
llama-index-llms-nvidia [0.4.4]
  • docs: Edit pass and code example updates (#​20200)
llama-index-llms-openai [0.6.8]
  • FixV2: Correct DocumentBlock type for OpenAI from 'input_file' to 'file' (#​20203)
  • OpenAI v2 sdk support (#​20234)
llama-index-llms-upstage [0.6.5]
llama-index-packs-streamlit-chatbot [0.5.2]
llama-index-packs-voyage-query-engine [0.5.2]
llama-index-postprocessor-nvidia-rerank [0.5.1]
llama-index-readers-web [0.5.6]
  • feat: Add ScrapyWebReader Integration (#​20212)
  • Update Scrapy dependency to 2.13.3 (#​20228)
llama-index-readers-whisper [0.3.0]
llama-index-storage-kvstore-postgres [0.4.3]
  • fix: Ensure schema creation only occurs if it doesn't already exist (#​20225)
llama-index-tools-brightdata [0.2.1]
  • docs: add api key claim instructions (#​20204)
llama-index-tools-mcp [0.4.3]
  • Added test case for issue 19211. No code change (#​20201)
llama-index-utils-oracleai [0.3.1]
  • Update llama-index-core dependency to 0.12.45 (#​20227)
llama-index-vector-stores-lancedb [0.4.2]
  • fix: FTS index recreation bug on every LanceDB query (#​20213)

v0.14.7

Compare Source

llama-index-core [0.14.7]
  • Feat/serpex tool integration (#​20141)
  • Fix outdated error message about setting LLM (#​20157)
  • Fixing some recently failing tests (#​20165)
  • Fix: update lock to latest workflow and fix issues (#​20173)
  • fix: ensure full docstring is used in FunctionTool (#​20175)
  • fix api docs build (#​20180)
llama-index-embeddings-voyageai [0.5.0]
  • Updating the VoyageAI integration (#​20073)
llama-index-llms-anthropic [0.10.0]
  • feat: integrate anthropic with tool call block (#​20100)
llama-index-llms-bedrock-converse [0.10.7]
  • feat: Add support for Bedrock Guardrails streamProcessingMode (#​20150)
  • bedrock structured output optional force (#​20158)
llama-index-llms-fireworks [0.4.5]
llama-index-llms-mistralai [0.9.0]
  • feat: mistralai integration with tool call block (#​20103)
llama-index-llms-ollama [0.9.0]
  • feat: integrate ollama with tool call block (#​20097)
llama-index-llms-openai [0.6.6]
  • Allow setting temp of gpt-5-chat (#​20156)
llama-index-readers-confluence [0.5.0]
  • feat(confluence): make SVG processing optional to fix pycairo install… (#​20115)
llama-index-readers-github [0.9.0]
  • Add GitHub App authentication support (#​20106)
llama-index-retrievers-bedrock [0.5.1]
  • Fixing some recently failing tests (#​20165)
llama-index-tools-serpex [0.1.0]
llama-index-vector-stores-couchbase [0.6.0]
  • Add Hyperscale and Composite Vector Indexes support for Couchbase vector-store (#​20170)

v0.14.6

Compare Source

llama-index-core [0.14.6]
  • Add allow_parallel_tool_calls for non-streaming (#​20117)
  • Fix invalid use of field-specific metadata (#​20122)
  • update doc for SemanticSplitterNodeParser (#​20125)
  • fix rare cases when sentence splits are larger than chunk size (#​20147)
llama-index-embeddings-bedrock [0.7.0]
  • Fix BedrockEmbedding to support Cohere v4 response format (#​20094)
llama-index-embeddings-isaacus [0.1.0]
  • feat: Isaacus embeddings integration (#​20124)
llama-index-embeddings-oci-genai [0.4.2]
llama-index-llms-anthropic [0.9.7]
  • Fix double token stream in anthropic llm (#​20108)
  • Ensure anthropic content delta only has user facing response (#​20113)
llama-index-llms-baseten [0.1.7]
llama-index-llms-helicone [0.1.0]
  • integrate helicone to llama-index (#​20131)
llama-index-llms-oci-genai [0.6.4]
llama-index-llms-openai [0.6.5]
llama-index-readers-imdb-review [0.4.2]
  • chore: Update selenium dependency in imdb-review reader (#​20105)
llama-index-retrievers-bedrock [0.5.0]
  • feat(bedrock): add async support for AmazonKnowledgeBasesRetriever (#​20114)
llama-index-retrievers-superlinked [0.1.3]
llama-index-storage-kvstore-postgres [0.4.2]
  • fix: Replace raw SQL string interpolation with proper SQLAlchemy parameterized APIs in PostgresKVStore (#​20104)
llama-index-tools-mcp [0.4.3]
  • Fix BasicMCPClient resource signatures (#​20118)
llama-index-vector-stores-postgres [0.7.1]
  • Add GIN index support for text array metadata in PostgreSQL vector store (#​20130)
python/mypy (mypy)

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

v1.19.0

Compare Source

pgvector/pgvector-python (pgvector)

v0.4.2

Compare Source

  • Added support for Django 6
  • Added support for str objects for bit type with SQLAlchemy
pytest-dev/pytest-asyncio (pytest-asyncio)

v1.3.0: pytest-asyncio 1.3.0

Compare Source

1.3.0 - 2025-11-10

Removed

Added

Notes for Downstream Packagers

  • Tested Python versions include free threaded Python 3.14t (#​1274)
  • Tests are run in the same pytest process, instead of spawning a subprocess with pytest.Pytester.runpytest_subprocess. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (#​1275)

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 review from a team as code owners January 13, 2026 09:55
@product-auto-label product-auto-label bot added the api: cloudsql-postgres Issues related to the googleapis/llama-index-cloud-sql-pg-python API. label Jan 13, 2026
@dpebot
Copy link
Collaborator

dpebot commented Jan 13, 2026

/gcbrun

@dishaprakash dishaprakash merged commit 3834c2b into googleapis:main Jan 13, 2026
12 checks passed
@renovate-bot renovate-bot deleted the renovate/python-nonmajor branch January 13, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: cloudsql-postgres Issues related to the googleapis/llama-index-cloud-sql-pg-python API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants