Skip to content

chore(deps): bump the llm-frameworks group across 1 directory with 14 updates#41

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/llm-frameworks-9191141bf7
Open

chore(deps): bump the llm-frameworks group across 1 directory with 14 updates#41
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/llm-frameworks-9191141bf7

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 31, 2025

Bumps the llm-frameworks group with 14 updates in the / directory:

Package From To
langchain-openai 0.3.0 0.3.35
langchain-anthropic 0.3.0 0.3.22
langchain-google-genai 2.0.1 2.1.12
llama-index 0.12.0 0.14.12
llama-index-core 0.12.0 0.14.12
llama-index-embeddings-openai 0.3.0 0.5.1
llama-index-embeddings-huggingface 0.4.0 0.6.1
llama-index-llms-openai 0.3.0 0.6.12
llama-index-llms-anthropic 0.4.0 0.10.4
llama-index-vector-stores-chroma 0.3.0 0.4.1
openai 1.6.1 2.14.0
anthropic 0.37.0 0.75.0
google-generativeai 0.8.0 0.8.6
langchain-text-splitters 0.0.1 0.3.11

Updates langchain-openai from 0.3.0 to 0.3.35

Commits

Updates langchain-anthropic from 0.3.0 to 0.3.22

Commits

Updates langchain-google-genai from 2.0.1 to 2.1.12

Release notes

Sourced from langchain-google-genai's releases.

libs/genai/v2.1.12

Changes since libs/genai/v2.1.11

release(genai): 2.1.12 (#1181) feat(genai): add timeout and max_retries handling in chat methods (#1180) chore(genai): switch some model references in tests (#1178) feat(genai): copy retry logic to async chat_with_retry (#1179) refactor(genai): remove direct import of google.api_core and use specific exceptions (#1176) feat(genai): add aliases for timeout and max_retries (#1175) feat(genai): update model examples and enhance field descriptions in _BaseGoogleGenerativeAI (#1174) genai, vertex: nits (#1173) fix: use .invoke() instead of __call__ for LLMs (#1172)

libs/genai/v2.1.11

Changes since libs/genai/v2.1.10

release(genai): 2.1.11 (#1160) Fix Gemini schema validation errors for Union and Optional[Dict] types (#1143) genai: Fix: Include missing prompt_feedback in AIMessageChunk.response_metadata (#1104) fix(genai): unrecognized enum value (#1158) fix(genai): incorrect type annotation in ChatGoogleGenerativeAI._prepare_request (#1151) genai: do not ignore Enum field definition (#1080) feat: add VSCode settings for Ruff fixes (#1128) fix(genai): Correct int/float type conversion in tool call args (#1110) infra: poetry -> uv (#1101)

libs/genai/v2.1.10

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-google@libs/genai/v2.1.9...libs/genai/v2.1.10

libs/genai/v2.1.9

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-google@libs/vertexai/v2.0.28...libs/genai/v2.1.9

... (truncated)

Commits
  • 7ed36af release(genai): 2.1.12 (#1181)
  • 5f9a80b feat(genai): add timeout and max_retries handling in chat methods (#1180)
  • 8add7fd chore(genai): switch some model references in tests (#1178)
  • f092c5d feat(genai): copy retry logic to async chat_with_retry (#1179)
  • ae597a5 refactor(genai): remove direct import of google.api_core and use specific e...
  • ad1f8d6 feat(genai): add aliases for timeout and max_retries (#1175)
  • 8170804 feat(genai): update model examples and enhance field descriptions in `_BaseGo...
  • bf8ec7c genai, vertex: nits (#1173)
  • 43073ac fix: use .invoke() instead of __call__ for LLMs (#1172)
  • 2ab64b9 release(vertexai): 2.1.2 (#1161)
  • Additional commits viewable in compare view

Updates llama-index from 0.12.0 to 0.14.12

Release notes

Sourced from llama-index's releases.

v0.14.12

Release Notes

[2025-12-30]

llama-index-callbacks-agentops [0.4.1]

  • Feat/async tool spec support (#20338)

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]

  • Voyage multimodal 35 (#20398)

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]

  • add back haiku-3 support (#20408)

llama-index-llms-bedrock-converse [0.12.3]

  • fix: bedrock converse thinking block issue (#20355)

llama-index-llms-google-genai [0.8.3]

... (truncated)

Changelog

Sourced from llama-index's changelog.

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]

  • Voyage multimodal 35 (#20398)

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]

  • add back haiku-3 support (#20408)

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)

... (truncated)

Commits

Updates llama-index-core from 0.12.0 to 0.14.12

Release notes

Sourced from llama-index-core's releases.

v0.14.12

Release Notes

[2025-12-30]

llama-index-callbacks-agentops [0.4.1]

  • Feat/async tool spec support (#20338)

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]

  • Voyage multimodal 35 (#20398)

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]

  • add back haiku-3 support (#20408)

llama-index-llms-bedrock-converse [0.12.3]

  • fix: bedrock converse thinking block issue (#20355)

llama-index-llms-google-genai [0.8.3]

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

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]

  • Voyage multimodal 35 (#20398)

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]

  • add back haiku-3 support (#20408)

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)

... (truncated)

Commits

Updates llama-index-embeddings-openai from 0.3.0 to 0.5.1

Updates llama-index-embeddings-huggingface from 0.4.0 to 0.6.1

Updates llama-index-llms-openai from 0.3.0 to 0.6.12

Updates llama-index-llms-anthropic from 0.4.0 to 0.10.4

Updates llama-index-vector-stores-chroma from 0.3.0 to 0.4.1

Updates openai from 1.6.1 to 2.14.0

Release notes

Sourced from openai's releases.

v2.14.0

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)

v2.13.0

2.13.0 (2025-12-16)

Full Changelog: v2.12.0...v2.13.0

Features

Chores

  • ci: add CI job to detect breaking changes with the Agents SDK (#1436) (237c91e)
  • internal: add missing files argument to base client (e6d6fd5)

v2.12.0

2.12.0 (2025-12-15)

Full Changelog: v2.11.0...v2.12.0

Features

  • api: api update (a95c4d0)
  • api: fix grader input list, add dated slugs for sora-2 (b2c389b)

v2.11.0

2.11.0 (2025-12-11)

Full Changelog: v2.10.0...v2.11.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)

2.13.0 (2025-12-16)

Full Changelog: v2.12.0...v2.13.0

Features

Chores

  • ci: add CI job to detect breaking changes with the Agents SDK (#1436) (237c91e)
  • internal: add missing files argument to base client (e6d6fd5)

2.12.0 (2025-12-15)

Full Changelog: v2.11.0...v2.12.0

Features

  • api: api update (a95c4d0)
  • api: fix grader input list, add dated slugs for sora-2 (b2c389b)

2.11.0 (2025-12-11)

Full Changelog: v2.10.0...v2.11.0

Features

2.10.0 (2025-12-10)

... (truncated)

Commits
  • d3e6321 release: 2.14.0
  • 4547f1a codegen metadata
  • a3c27a2 chore(internal): add --fix argument to lint script
  • 51c6885 feat(api): slugs for new audio models; make all model params accept strings
  • 62699d9 fix: use async_to_httpx_files in patch method
  • 20af6aa codegen metadata
  • f94256d release: 2.13.0
  • 9dc1d1a feat(api): gpt-image-1.5
  • 74b1e6f chore(ci): add CI job to detect breaking changes with the Agents SDK (#1436)
  • 3c016c6 chore(internal): add missing files argument to base client
  • Additional commits viewable in compare view

Updates anthropic from 0.37.0 to 0.75.0

Release notes

Sourced from anthropic's releases.

v0.75.0

0.75.0 (2025-11-24)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)

Bug Fixes

Chores

v0.74.1

0.74.1 (2025-11-19)

Full Changelog: v0.74.0...v0.74.1

Bug Fixes

  • structured outputs: use correct beta header (e90d347)

Chores

  • examples: update model references (e09461d)

v0.74.0

0.74.0 (2025-11-18)

Full Changelog: v0.73.0...v0.74.0

Features

Bug Fixes

  • examples/memory: properly add assistant_content to messages (#1049) (9c7141b)
  • use posix paths in file collection for cross-platform compatibility (d9c6f40), closes #1051

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.75.0 (2025-11-24)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)

Bug Fixes

Chores

0.74.1 (2025-11-19)

Full Changelog: v0.74.0...v0.74.1

Bug Fixes

  • structured outputs: use correct beta header (e90d347)

Chores

  • examples: update model references (e09461d)

0.74.0 (2025-11-18)

Full Changelog: v0.73.0...v0.74.0

Features

Bug Fixes

  • examples/memory: properly add assistant_content to messages (#1049) (9c7141b)
  • use posix paths in file collection for cross-platform compatibility (d9c6f40), closes #1051

Chores

  • internal: remove unnecessary wrapper around external snapshots (19eceac)

... (truncated)

Commits
  • 2eb9415 release: 0.75.0
  • c243fb4 fix(internal): small fixes
  • 115665e chore: fix lint issues
  • 9843a8e feat(api): adds support for Claude Opus 4.5, Effort, Advance Tool Use Feature...
  • c47c5bd release: 0.74.1
  • de22acc chore(examples): update model references
  • c94119b fix(structured outputs): use correct beta header
  • 49fe6ed release: 0.74.0
  • ac3c167 fix(examples/memory): properly add assistant_content to messages (#1049)
  • 2a35fc0 docs: explain snapshot update process (#1040)
  • Additional commits viewable in compare view

Updates google-generativeai from 0.8.0 to 0.8.6

Release notes

Sourced from google-generativeai's releases.

Archived

What's Changed

Add a warning message on import telling people that this package is archived.

Full Changelog: google-gemini/deprecated-generative-ai-python@v0.8.5...v0.8.6

v0.8.5

What's Changed

Bugfixes

Docs & Examples

Infrastructure

New Contributors

Full Changelog: google-gemini/deprecated-generative-ai-python@v0.8.4...v0.8.5

v0.8.4

... (truncated)

Commits

Updates langchain-text-splitters from 0.0.1 to 0.3.11

Commits
  • 6b5fdfb release(text-splitters): 0.3.11 (#32770)
  • b42dac5 docs: standardize OllamaLLM and BaseOpenAI docstrings (#32758)
  • e0a4af8 docs(text-splitters): fix some docstrings (#32767)
  • fcf7175 chore(langchain): improve PostgreSQL Manager upsert SQLAlchemy API calls. (#3...
  • 2dc89a2 release(cli): 0.0.37 (#32760)
  • e3c4aea chore(cli): add mypy strict checking (#32386)
  • 8a1419d chore(cli): add ruff rules ANN401 and D1 (#32576)
  • 37aff0a chore: bump langchain-core minimum to 0.3.75 (#32753)
  • a163d59 chore(standard-tests): relax langchain-core bounds for langchain-tests 1.0.0a...
  • b26e52a chore(text-splitters): bump version of core (#32740)
  • Additional commits viewable in compare view

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...

Description has been truncated

… updates

Bumps the llm-frameworks group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.35` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.22` |
| [langchain-google-genai](https://github.com/langchain-ai/langchain-google) | `2.0.1` | `2.1.12` |
| [llama-index](https://github.com/run-llama/llama_index) | `0.12.0` | `0.14.12` |
| [llama-index-core](https://github.com/run-llama/llama_index) | `0.12.0` | `0.14.12` |
| llama-index-embeddings-openai | `0.3.0` | `0.5.1` |
| llama-index-embeddings-huggingface | `0.4.0` | `0.6.1` |
| llama-index-llms-openai | `0.3.0` | `0.6.12` |
| llama-index-llms-anthropic | `0.4.0` | `0.10.4` |
| llama-index-vector-stores-chroma | `0.3.0` | `0.4.1` |
| [openai](https://github.com/openai/openai-python) | `1.6.1` | `2.14.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.0` | `0.75.0` |
| [google-generativeai](https://github.com/google/generative-ai-python) | `0.8.0` | `0.8.6` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.0.1` | `0.3.11` |



Updates `langchain-openai` from 0.3.0 to 0.3.35
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.0...langchain-openai==0.3.35)

Updates `langchain-anthropic` from 0.3.0 to 0.3.22
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-anthropic==0.3.0...langchain-anthropic==0.3.22)

Updates `langchain-google-genai` from 2.0.1 to 2.1.12
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v2.0.1...libs/genai/v2.1.12)

Updates `llama-index` from 0.12.0 to 0.14.12
- [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.12)

Updates `llama-index-core` from 0.12.0 to 0.14.12
- [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.12)

Updates `llama-index-embeddings-openai` from 0.3.0 to 0.5.1

Updates `llama-index-embeddings-huggingface` from 0.4.0 to 0.6.1

Updates `llama-index-llms-openai` from 0.3.0 to 0.6.12

Updates `llama-index-llms-anthropic` from 0.4.0 to 0.10.4

Updates `llama-index-vector-stores-chroma` from 0.3.0 to 0.4.1

Updates `openai` from 1.6.1 to 2.14.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.6.1...v2.14.0)

Updates `anthropic` from 0.37.0 to 0.75.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.37.0...v0.75.0)

Updates `google-generativeai` from 0.8.0 to 0.8.6
- [Release notes](https://github.com/google/generative-ai-python/releases)
- [Changelog](https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/RELEASE.md)
- [Commits](google-gemini/deprecated-generative-ai-python@v0.8.0...v0.8.6)

Updates `langchain-text-splitters` from 0.0.1 to 0.3.11
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.0.1...langchain-text-splitters==0.3.11)

---
updated-dependencies:
- dependency-name: langchain-openai
  dependency-version: 0.3.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llm-frameworks
- dependency-name: langchain-anthropic
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llm-frameworks
- dependency-name: langchain-google-genai
  dependency-version: 2.1.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index
  dependency-version: 0.14.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index-core
  dependency-version: 0.14.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index-embeddings-openai
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index-embeddings-huggingface
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index-llms-openai
  dependency-version: 0.6.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index-llms-anthropic
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: llama-index-vector-stores-chroma
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: openai
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: llm-frameworks
- dependency-name: anthropic
  dependency-version: 0.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
- dependency-name: google-generativeai
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llm-frameworks
- dependency-name: langchain-text-splitters
  dependency-version: 0.3.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 31, 2025

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants