Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Updates the requirements on ipykernel, protobuf, sentence-transformers, graphrag-sdk, llama-index, llama-index-core, llama-index-llms-openai, fastapi, litellm, pandas, pytest, pytest-cov, pytest-asyncio, dirty-equals, mkdocs-material, mkdocstrings[python], mkdocs-git-revision-date-localized-plugin, typer, mkdocs-macros-plugin, mkdocs-glightbox, pyyaml, termcolor, mypy, ruff, pre-commit and uv to permit the latest version.
Updates ipykernel from 6.30.1 to 7.1.0

Release notes

Sourced from ipykernel's releases.

v7.1.0

7.1.0

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#1435). This is enabled using the traitlet ZMQDisplayPublisher.store_display_history which defaults to the previous behaviour of False. This is a minor release rather than a patch release due to the addition of the new traitlet.

Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless get_ipython().set_parent() is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#1451).

This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#1458), kernels launched in new threads failing asserts (#1455), and ContextVars persisting between cells (#1462). There is also a fix for keyboard interrupts on Windows (#1434).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​Darshan808 | @​dfalbel | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​minrk | @​ptosco

v7.0.1

7.0.1

IPykernel 7.0.1 is a bug fix release to support CPython 3.14.

(Full Changelog)

Bugs fixed

... (truncated)

Changelog

Sourced from ipykernel's changelog.

7.1.0

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#1435). This is enabled using the traitlet ZMQDisplayPublisher.store_display_history which defaults to the previous behaviour of False. This is a minor release rather than a patch release due to the addition of the new traitlet.

Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless get_ipython().set_parent() is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#1451).

This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#1458), kernels launched in new threads failing asserts (#1455), and ContextVars persisting between cells (#1462). There is also a fix for keyboard interrupts on Windows (#1434).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​Darshan808 | @​dfalbel | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​minrk | @​ptosco

7.0.1

IPykernel 7.0.1 is a bug fix release to support CPython 3.14.

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • 39eaf96 Publish 7.1.0
  • 6f61a68 test that matplotlib event loop integration is responsive (#1463)
  • 8446e02 Fix KeyboardInterrupt on Windows by manually resetting interrupt event (#1434)
  • dd1e094 update pre-commit and related (#1465)
  • 95f2451 fix ContextVar persistence across cells (#1462)
  • c56a7aa Fix matplotlib eventloops (#1458)
  • c7af34c Refer to kernel laucnhing thread instead of assuming the main thread (#1455)
  • 7193d14 Fix routing of background thread output when no parent is set explicitly (#1451)
  • b8f5dfc Store display outputs in history for %notebook magic (#1435)
  • 93f11db update tests for 3.14 (#1453)
  • Additional commits viewable in compare view

Updates protobuf from 6.32.0 to 6.33.1

Commits

Updates sentence-transformers to 5.1.2

Release notes

Sourced from sentence-transformers's releases.

v5.1.2 - Sentence Transformers joins Hugging Face; model saving/loading improvements and loss compatibility

This patch celebrates the transition of Sentence Transformers to Hugging Face, and improves model saving, loading defaults, and loss compatibilities.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==5.1.2
Inference only, use one of:
pip install sentence-transformers==5.1.2
pip install sentence-transformers[onnx-gpu]==5.1.2
pip install sentence-transformers[onnx]==5.1.2
pip install sentence-transformers[openvino]==5.1.2

Sentence Transformers is joining Hugging Face!

Today, Sentence Transformers is moving from the Ubiquitous Knowledge Processing (UKP) Lab at Technische Universität Darmstadt to Hugging Face. This formalizes the existing maintenance structure, as Tom Aarsen (that's me!) from Hugging Face has been maintaining the project for the past two years. The project's development roadmap, license, support, and commitment to the community remain unchanged. Read the full announcement for more details!

Minor changes re. saving and loading

  • Improve saving models with StaticEmbedding (#3524) and Dense (#3528) modules.
  • Fix training with CPU when "stronger" devices (CUDA, MPS) are available (#3525)
  • Default to 'xpu' device over 'cpu' if the former is available (#3537)

Minor changes re. losses

  • Change errors/warnings for MatryoshkaLoss to prevent easy-to-make mistakes, e.g. forgetting to use the original dimension (#3530)
  • Introduce compatibility between MSELoss and MatryoshkaLoss (#3538)
  • Also use mini-batches for positives with MegaBatchMarginLoss (#3550)

All Changes

... (truncated)

Commits

Updates graphrag-sdk from 0.8.0 to 0.8.1

Release notes

Sourced from graphrag-sdk's releases.

v0.8.1

What's Changed

New Contributors

Full Changelog: FalkorDB/GraphRAG-SDK@v0.8.0...v0.8.1

Commits
  • bee24ab Merge pull request #131 from Tesla2000/main
  • 9421b84 Fixed typo in prompts
  • bb0c54a Merge pull request #130 from gsw945/gsw945-patch-2
  • c72afa9 Remove the 'AttributeType.' prefix to avoid 'Invalid attribute type' error.
  • 9c30c23 Merge pull request #129 from FalkorDB/olllama-usage
  • 8600b06 update-lock-file
  • 20cc910 Merge branch 'main' into olllama-usage
  • 7b03304 update-ollama-usage
  • 13fc340 Merge pull request #128 from gsw945/patch-1
  • 06ff2cd Merge branch 'main' into patch-1
  • Additional commits viewable in compare view

Updates llama-index to 0.14.8

Release notes

Sourced from llama-index's releases.

v0.14.8

Release Notes

[2025-11-10]

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]

... (truncated)

Changelog

Sourced from llama-index's changelog.

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]

  • OpenAI v2 sdk support (#20234)

llama-index-packs-streamlit-chatbot [0.5.2]

  • OpenAI v2 sdk support (#20234)

... (truncated)

Commits

Updates llama-index-core to 0.14.8

Release notes

Sourced from llama-index-core's releases.

v0.14.8

Release Notes

[2025-11-10]

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]

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

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]

  • OpenAI v2 sdk support (#20234)

llama-index-packs-streamlit-chatbot [0.5.2]

  • OpenAI v2 sdk support (#20234)

... (truncated)

Commits

Updates llama-index-llms-openai to 0.6.9

Updates fastapi from 0.116.1 to 0.121.2

Release notes

Sourced from fastapi's releases.

0.121.2

Fixes

Docs

Translations

0.121.1

Fixes

  • 🐛 Fix Depends(func, scope='function') for top level (parameterless) dependencies. PR #14301 by @​luzzodev.

Docs

  • 📝 Upate docs for advanced dependencies with yield, noting the changes in 0.121.0, adding scope. PR #14287 by @​tiangolo.

Internal

0.121.0

Features

Internal

0.120.4

Fixes

  • 🐛 Fix security schemes in OpenAPI when added at the top level app. PR #14266 by @​YuriiMotov.

... (truncated)

Commits
  • 02e108d 🔖 Release version 0.121.2
  • d3b7597 📝 Update release notes
  • 5d40dfb 🐛 Fix handling of JSON Schema attributes named "$ref" (#14349)
  • eaf611f 📝 Update release notes
  • 004ab1a 📝 Add EuroPython talk & podcast episode with Sebastián Ramírez (#14260)
  • d1be85c 📝 Update release notes
  • 42930fe ✏️ Fix links and add missing permalink in docs (#14217)
  • 9e362d9 📝 Update release notes
  • 540a83d 🌐 Update Portuguese translations with LLM prompt (#14228)
  • 1a2e415 📝 Update release notes
  • Additional commits viewable in compare view

Updates litellm to 1.79.3

Commits

Updates pandas from 2.3.2 to 2.3.3

Release notes

Sourced from pandas's releases.

Pandas 2.3.3

We are pleased to announce the release of pandas 2.3.3. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • 9c8bc3e RLS: 2.3.3
  • 6aa788a [backport 2.3.x] DOC: prepare 2.3.3 whatsnew notes for release (#62499) (#62508)
  • b64f0df [backport 2.3.x] BUG: avoid validation error for ufunc with string[python] ar...
  • 058eb2b [backport 2.3.x] BUG: String[pyarrow] comparison with mixed object (#62424) (...
  • 2ca088d [backport 2.3.x] DEPR: remove the Period resampling deprecation (#62480) (#62...
  • 92bf98f [backport 2.3.x] BUG: fix .str.isdigit to honor unicode superscript for older...
  • e57c7d6 Backport PR #62452 on branch 2.3.x (TST: Adjust tests for numexpr 2.13) (#62454)
  • e0fe9a0 Backport to 2.3.x: REGR: from_records not initializing subclasses properly (#...
  • 23a1085 BUG: improve future warning for boolean operations with missaligned indexes (...
  • 6113696 Backport PR #62396 on branch 2.3.x (PKG/DOC: indicate Python 3.14 support in ...
  • Additional commits viewable in compare view

Updates pytest from 8.4.2 to 9.0.1

Release notes

Sourced from pytest's releases.

9.0.1

pytest 9.0.1 (2025-11-12)

Bug fixes

  • #13895: Restore support for skipping tests via raise unittest.SkipTest.
  • #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
  • #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
  • #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.

Packaging updates and notes for downstreams

  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

Contributor-facing changes

  • #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Re...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 14, 2025
@joggrbot

This comment has been minimized.

@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

❗ There is a different number of reports uploaded between BASE (9ffd829) and HEAD (ce03458). Click for more details.

HEAD has 879 uploads less than BASE
Flag BASE (9ffd829) HEAD (ce03458)
3.13 84 13
core-without-llm 24 0
ubuntu-latest 116 23
3.10 92 18
macos-latest 114 20
3.12 72 11
3.11 96 17
windows-latest 114 16
docs 12 0
optional-deps 12 0
gpt-assistant-agent 6 3
teachable 6 4
llama-index-agent 6 2
gemini 24 0
retrievechat 12 6
retrievechat-qdrant 12 6
long-context 6 0
lmm 6 4
agent-eval 2 1
anthropic 24 0
retrievechat-couchbase 4 2
retrievechat-mongodb 4 2
retrievechat-pgvector 4 2
cerebras 24 10
mistral 24 0
websurfer 24 12
together 24 1
bedrock 24 4
ollama 24 0
swarm 24 11
groq 24 1
cohere 24 0

see 250 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

❗ There is a different number of reports uploaded between BASE (9ffd829) and HEAD (ce03458). Click for more details.

HEAD has 586 uploads less than BASE
Flag BASE (9ffd829) HEAD (ce03458)
3.13 84 37
core-without-llm 24 0
ubuntu-latest 116 55
3.10 92 40
macos-latest 114 51
3.12 72 33
3.11 96 47
windows-latest 114 51
docs 12 0
optional-deps 12 0
gpt-assistant-agent 6 3
teachable 6 4
llama-index-agent 6 3
gemini 24 12
retrievechat 12 6
retrievechat-qdrant 12 6
long-context 6 3
lmm 6 4
agent-eval 2 1
anthropic 24 12
retrievechat-couchbase 4 2
retrievechat-mongodb 4 2
retrievechat-pgvector 4 2
cerebras 24 12
mistral 24 12
websurfer 24 12
together 24 12
bedrock 24 12
ollama 24 12
swarm 24 12
groq 24 12
cohere 24 12

see 245 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel), [protobuf](https://github.com/protocolbuffers/protobuf), [sentence-transformers](https://github.com/huggingface/sentence-transformers), [graphrag-sdk](https://github.com/FalkorDB/GraphRAG-SDK), [llama-index](https://github.com/run-llama/llama_index), [llama-index-core](https://github.com/run-llama/llama_index), llama-index-llms-openai, [fastapi](https://github.com/fastapi/fastapi), [litellm](https://github.com/BerriAI/litellm), [pandas](https://github.com/pandas-dev/pandas), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [dirty-equals](https://github.com/samuelcolvin/dirty-equals), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin), [typer](https://github.com/fastapi/typer), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox), [pyyaml](https://github.com/yaml/pyyaml), [termcolor](https://github.com/termcolor/termcolor), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [pre-commit](https://github.com/pre-commit/pre-commit) and [uv](https://github.com/astral-sh/uv) to permit the latest version.

Updates `ipykernel` from 6.30.1 to 7.1.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.30.1...v7.1.0)

Updates `protobuf` from 6.32.0 to 6.33.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `sentence-transformers` to 5.1.2
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v3.0.0...v5.1.2)

Updates `graphrag-sdk` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/FalkorDB/GraphRAG-SDK/releases)
- [Commits](FalkorDB/GraphRAG-SDK@v0.8.0...v0.8.1)

Updates `llama-index` to 0.14.8
- [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.12.0...v0.14.8)

Updates `llama-index-core` to 0.14.8
- [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.12.0...v0.14.8)

Updates `llama-index-llms-openai` to 0.6.9

Updates `fastapi` from 0.116.1 to 0.121.2
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.116.1...0.121.2)

Updates `litellm` to 1.79.3
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `pandas` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.2...v2.3.3)

Updates `pytest` from 8.4.2 to 9.0.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.2...9.0.1)

Updates `pytest-cov` from 6.3.0 to 7.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0)

Updates `pytest-asyncio` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.3.0)

Updates `dirty-equals` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/samuelcolvin/dirty-equals/releases)
- [Commits](samuelcolvin/dirty-equals@v0.9.0...v0.10.0)

Updates `mkdocs-material` from 9.6.19 to 9.7.0
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.19...9.7.0)

Updates `mkdocstrings[python]` from 0.30.0 to 0.30.1
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.30.0...0.30.1)

Updates `mkdocs-git-revision-date-localized-plugin` from 1.4.7 to 1.5.0
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.4.7...v1.5.0)

Updates `typer` from 0.17.4 to 0.20.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.17.4...0.20.0)

Updates `mkdocs-macros-plugin` from 1.3.9 to 1.5.0
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.9...v1.5.0)

Updates `mkdocs-glightbox` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/blueswen/mkdocs-glightbox/releases)
- [Changelog](https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG)
- [Commits](blueswen/mkdocs-glightbox@v0.5.1...v0.5.2)

Updates `pyyaml` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)

Updates `termcolor` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](termcolor/termcolor@3.1.0...3.2.0)

Updates `mypy` from 1.17.1 to 1.18.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.17.1...v1.18.2)

Updates `ruff` from 0.12.12 to 0.14.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.12...0.14.5)

Updates `pre-commit` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.3.0...v4.4.0)

Updates `uv` from 0.8.15 to 0.9.9
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.8.15...0.9.9)

---
updated-dependencies:
- dependency-name: ipykernel
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: protobuf
  dependency-version: 6.33.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: sentence-transformers
  dependency-version: 5.1.2
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: graphrag-sdk
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: llama-index
  dependency-version: 0.14.8
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: llama-index-core
  dependency-version: 0.14.8
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: llama-index-llms-openai
  dependency-version: 0.6.9
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: fastapi
  dependency-version: 0.121.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: litellm
  dependency-version: 1.79.3
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest
  dependency-version: 9.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: pytest-cov
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: dirty-equals
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-version: 9.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocstrings[python]
  dependency-version: 0.30.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: typer
  dependency-version: 0.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocs-glightbox
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: termcolor
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mypy
  dependency-version: 1.18.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.14.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pre-commit
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: uv
  dependency-version: 0.9.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-97170a9b72 branch from ce03458 to 7b72cea Compare November 24, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants